vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Display (v4) (https://vborg.vbsupport.ru/showthread.php?t=181283)

ShadowOne 07-31-2008 08:05 PM

yah theres no reason why it wouldnt work...unless it was installed improperly...

Alfa1 07-31-2008 09:07 PM

Sure. I will PM you the login info.

ShadowOne 07-31-2008 09:34 PM

Looks Like I Got It Working...

Alfa1 07-31-2008 09:57 PM

When you are finished with editing your status, you need to click 'edit' to save it. That makes no sense. Since there is no 'save' button, many users will click enter. They will encounter this error message:
Quote:

You did not select any posts to which the action you picked can be applied.
Does anyone have a solution to this?

ShadowOne 07-31-2008 11:05 PM

Quote:

Originally Posted by Alfa1 (Post 1588716)
When you are finished with editing your status, you need to click 'edit' to save it. That makes no sense. Since there is no 'save' button, many users will click enter. They will encounter this error message:

Does anyone have a solution to this?

You can change the word "EDIT" to somethin else if you'd like in all three template search the word "EDIT", you can change them in the ajax or inline.... i.e "Edit/Submit"...Change it to that... or change it to an icon....

Alfa1 07-31-2008 11:40 PM

That would solve it, but it seems that it is only possible to edit the word that is there before editing. I cant find the place to edit the word that displays after editing. i.e. if I change the word "EDIT" to "Edit/Submit", but then this the word still displays as "EDIT" when editing inline.

ShadowOne 08-01-2008 12:16 AM

ahh i see what your saying...let me take a look...give me a min

ShadowOne 08-01-2008 12:37 AM

okay i got....

The Three Templates You Upload... Leave Those As EDIT...

Template Edit:

The AJAX Edit:

1. Go To vbstatus_modifystatus....
Search For: EDIT
Change To: Whatever You Want.... Submit or Enter....

Save.

The Inline Edit:

2. Then Go to vbstatus_modifystatus_inline
Search For: EDIT
Change To: Submit or Enter

Save.

That Should Do It...

Alfa1 08-01-2008 01:07 AM

Yes, it does. Many thanks!

bada_bing 08-01-2008 01:38 PM

Quote:

Originally Posted by ShadowOne (Post 1588266)
did u even test what i said?

I just did the template edits you provided and Nothing changed. I can click on edit and nothing happens?

snake-boy 08-01-2008 02:22 PM

In the Product Manager, this is still listed as V3, even after upgrading to V4...?

ShadowOne 08-02-2008 04:43 AM

Quote:

Originally Posted by bada_bing (Post 1589170)
I just did the template edits you provided and Nothing changed. I can click on edit and nothing happens?

Did You Upload All The Files?...

talon121 08-02-2008 11:48 AM

anyone know how to get the 'navbar' template working with this? ie. under the "you last visited: ...."...

Perhaps w/o the "Edit" .... ajax.

RobbieZ 08-02-2008 06:48 PM

I love this Mod.. thanks.. defo installed..

I have one question tho..

In your screen shot it says "Attilitus" then "is taking screenshots"..

https://vborg.vbsupport.ru/external/2008/08/76.jpg

Can i change it so it omits the name..?? And so it goes below the adminstrator title too.. ??

ShadowOne 08-03-2008 12:18 AM

Quote:

Originally Posted by RobbieZ (Post 1590062)
I love this Mod.. thanks.. defo installed..

I have one question tho..

In your screen shot it says "Attilitus" then "is taking screenshots"..

https://vborg.vbsupport.ru/attachmen...4&d=1212812021

Can i change it so it omits the name..?? And so it goes below the adminstrator title too.. ??

You want to it say "is taking screenshots" twice? once where its at, and once underneath Admin?

RobbieZ 08-03-2008 05:52 AM

Sorry... No.. So it look like this..

Attilitus
Administrator

is taking screenshots
Edit

ShadowOne 08-03-2008 04:49 PM

Try This....
In postbit legacy or postbit....
search for
Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
add underneath

Code:

<br />
<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<if condition="$vbulletin->options['vbstatus_active']">

        <div class="smallfont">
       
        <em id="vbstatus_$post[postid]">
        $post[vbstatus_status]
        <if condition="$bbuserinfo['userid']==$post['userid'] OR $vbstatus_isadmin==1">
                <if condition="$vbulletin->options['vbstatus_inline']">
                        <a href="javascript:Att_AjaxDiv('inline=1&userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php','vbstatus_$post[postid]')"> - Edit</a>

                <else />
                        <a href="javascript:Att_Ajax('userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php')">Edit</a>
                </if>
       
        </if>       
        </em>
        </div>


</if>
<!--END VB STATUS-->
<!--END VB STATUS-->
<!--END VB STATUS-->

did that work?

bada_bing 08-04-2008 12:24 PM

Quote:

Originally Posted by ShadowOne (Post 1589656)
Did You Upload All The Files?...

Yes of coarse all the Files are uploaded I even uploaded them again just in case they were currupt ?

RobbieZ 08-04-2008 04:04 PM

Quote:

Originally Posted by ShadowOne (Post 1590631)

did that work?

Yup.. that worked a treat..

Is there anyway to take the word "is" off ?

RobbieZ 08-04-2008 04:08 PM

*edit* ive found out how to do it.. thanks again

Ekshi 08-05-2008 02:05 PM

Can I restrict the usage of vbStatus based on postcount?

ShadowOne 08-05-2008 04:51 PM

Quote:

Originally Posted by bada_bing (Post 1591140)
Yes of coarse all the Files are uploaded I even uploaded them again just in case they were currupt ?

if all files are uploaded... and all template mods are done, it should work fine...this should work on 3.5...3.6...and 3.7...

ShadowOne 08-05-2008 04:51 PM

Quote:

Originally Posted by Ekshi (Post 1591904)
Can I restrict the usage of vbStatus based on postcount?

that would be something that would have to be added to this hack...
im not the creator...so i have no idea how...sorry

bada_bing 08-06-2008 03:01 AM

Quote:

Originally Posted by ShadowOne (Post 1592012)
if all files are uploaded... and all template mods are done, it should work fine...this should work on 3.5...3.6...and 3.7...

Well does not work for me :eek: looks like an uninstall

Alfa1 08-07-2008 12:44 AM

Quote:

Originally Posted by Ekshi (Post 1591904)
Can I restrict the usage of vbStatus based on postcount?

You can restict on usergroup. Would that work for you?
Quote:

Originally Posted by bada_bing (Post 1592341)
Well does not work for me :eek: looks like an uninstall

Did you revert your templates, add the template edits from shadow and install the latest version of the product? I had the same problem, but it works now.

orij1nal 08-07-2008 05:03 AM

there is a problem on my forum where one of the users cannot edit their status at all, the edit button has just become plain text, http://hkmediaonline.com/forum/member.php?u=1198 although you can't see the edit button, the message ends like this 'meowjanet is sick >Edit'

trilljester 08-07-2008 06:24 AM

Any chance to do inline editing of the status like Facebook does? I.E. click on the status to edit it?

john102774 08-07-2008 07:42 AM

I have Vbulletin 3.7.2. For some apparent reason your plugin is not working..

cdoyle 08-07-2008 10:12 PM

I'm just checking back in, has this been updated to work with 3.72?

Sweeks 08-07-2008 11:47 PM

Quote:

Originally Posted by ShadowOne (Post 1590631)
Try This....
In postbit legacy or postbit....
search for
Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
add underneath

Code:


<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<if condition="$vbulletin->options['vbstatus_active']">

        <div class="smallfont">
       
        <em id="vbstatus_$post[postid]">
        $post[vbstatus_status]
        <if condition="$bbuserinfo['userid']==$post['userid'] OR $vbstatus_isadmin==1">
                <if condition="$vbulletin->options['vbstatus_inline']">
                        <a href="javascript:Att_AjaxDiv('inline=1&userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php','vbstatus_$post[postid]')"> - Edit</a>

                <else />
                        <a href="javascript:Att_Ajax('userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php')">Edit</a>
                </if>
       
        </if>       
        </em>
        </div>


</if>
<!--END VB STATUS-->
<!--END VB STATUS-->
<!--END VB STATUS-->

did that work?

Thanks for this, been waiting for a fix :D
________
CHRYSLER EXECUTIVE HISTORY

PoetJA-1975 08-08-2008 08:02 AM

Quote:

Originally Posted by cdoyle (Post 1593738)
I'm just checking back in, has this been updated to work with 3.72?

LOL - Are you kidding? It hasn't worked for a lot since it was 1st posted.
Unfortunately a waste really, as the premise is wonderful - the author apparently lied when the "Supported" formfield was checked in the affirmative.

Jacquii.

ShadowOne 08-08-2008 12:51 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1593913)
LOL - Are you kidding? It hasn't worked for a lot since it was 1st posted.
Unfortunately a waste really, as the premise is wonderful - the author apparently lied when the "Supported" formfield was checked in the affirmative.

Jacquii.

This Hack Works Fine...

Alfa1 08-08-2008 01:49 PM

Jacquii, you should be able to get this hack working with the help of ShadowOne. He has been supporting this hack, even though it is not his hack.

trilljester 08-08-2008 02:03 PM

I'm having no issues with this hack, other than I'd love it to do editing inline instead of popping up a box.

Explain what problems you're having with the hack, Jacquii and we can help, I'm sure!

PoetJA-1975 08-09-2008 01:00 AM

Quote:

Originally Posted by ShadowOne (Post 1594022)
This Hack Works Fine...

Quote:

Originally Posted by Alfa1 (Post 1594060)
Jacquii, you should be able to get this hack working with the help of ShadowOne. He has been supporting this hack, even though it is not his hack.

Quote:

Originally Posted by trilljester (Post 1594065)
I'm having no issues with this hack, other than I'd love it to do editing inline instead of popping up a box.

Explain what problems you're having with the hack, Jacquii and we can help, I'm sure!

Well - I must admit - I was only a little enibriated when I posted my last comment LOL
But so many in this thread (myself included) have reported issues with the Edit button not working when clicked. So the modification doesn't "work fine" --- Basically I've given up on trying to get the modification to work because the Author has done absolutely nothing to support it.

Thanx YAWL for the offer of help - Perhaps when I'm a bit less jaded I will consider :P

Jacquii.

trilljester 08-09-2008 05:06 PM

True about that Jacquii. I think I might rework a mod a bit like this but make it more Facebook-like, which is what I was requesting. I think the way the status is displayed is a bit goofy as well. I'll look into it when I get some free time.

PoetJA-1975 08-10-2008 01:53 AM

That would be so kewl! I'll look forward to the share no doubt! ;)

Jacquii.

mkduser 08-10-2008 10:20 PM

Hi ... this is really simple and good hack :up: I just try it, but I have a problem because when I'm writing status update in cyrillic, after i click edit, below my username there are some strange characters showing up :( Does it means that this hack has no cyrillis support ? :confused:
http://img802.mytextgraphics.com/pho...4bhase5rk.jpeghttp://img108.mytextgraphics.com/pho...4bhasxlbb.jpeg

RedTrinity 08-11-2008 05:32 AM

Installed and running flawlessly, our members are loving it!!!

Thanks Attilitus :D

Captain Tycoon 08-11-2008 11:21 AM

What code will i need to place if i wanted my members to be able to edit their status on all pages? I want to place the code in the header template.

Edit:
So far, I have made it so the status of the member displays. However, whenever a member clicks the "Edit" hyperlink, nothing happens. What do i need to change this code into, so members can edit their status from the header.
Code:

                <if condition="$vbulletin->options['vbstatus_inline']">
                        <a href="javascript:Att_AjaxDiv('inline=1&userid=$bbuserinfo[userid]&postid=$bbuserinfo[userid]','vbstatus/vbstatus_ajax.php','vbstatus_$bbuserinfo[userid]')">Edit</a>

                <else />
                        <a href="javascript:Att_Ajax('userid=$bbuserinfo[userid]&postid=$bbuserinfo[userid]','vbstatus/vbstatus_ajax.php')">Edit</a>
                </if>

EDIT:::::

Fixed! All sorted :)


All times are GMT. The time now is 05:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01911 seconds
  • Memory Usage 1,838KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete