PDA

View Full Version : SR Away/Status Hack 1.0.0


Gio~Logist
04-20-2006, 10:00 PM
Brought to you by:
DopeGFX (http://www.dopegfx.com)
-----------------------------------------------------------------
LOGOS | WEBSITES | SKINS | HTML | PHP(Limited) | AND MUCH MUCH MORE!
-----------------------------------------------------------------
In Conjunction With
SiteResort (http://www.siteresort.com)


**Copyright**
This script cannot be redistributed, reproduced, or published in any way unless given permission my the author (me). Modifying this script and sharing your modification elsewhere without the author's knowledge is not allowed as well. [/URL]

**Before Making An Add on **
Please consult with me before making an add on to this hack. As it is my work and such, the add ons that you are trying to make for it may be in the next release.

What does this do?
This hack allows your members to have an away/status message. This message can be edited at any time on any page and is displayed
in posts, and in member profiles.


What features does this hack provide?

Users can have away/status message
Easily edited via the navbar, while viewing any page
Away/Status Message Appears In Profile
Away/Status Message Appears In Postbit
List status options
Turn system on and off What does this hack require?
Template Edits: 4
Products Imported: 1

4 Easy Steps
Step 1. Import the following product: product-sr_away.xml
Step 2. Do the edits located below
Step 3. Update newly added options
Step 4. Enjoy the hack.

Don't forget to click [URL="https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113626"]INSTALL (http://www.siteresort.com/)

As always, feel free to make a donation to:
gio@dopegfx.com

https://vborg.vbsupport.ru/external/2006/07/12.gif (https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=gio%40dopegfx%2ecom&item_name=Giovanni%20Martinez%20Services%20Donatio n&no_shipping=0&no_note=1&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8)

Gio~Logist
04-20-2006, 11:42 PM
Here are some screenshots

Roxie
04-21-2006, 12:11 AM
Looks good. *installs*

Roxie
04-21-2006, 12:24 AM
Question...why does it appear in the postbit as a link?

Gio~Logist
04-21-2006, 12:27 AM
Question...why does it appear in the postbit as a link?

Hover over it and you'll see :p Take a look at the screenshot.

Roxie
04-21-2006, 12:29 AM
Okey..it's the message. Got it.

2 things (nothing major). Can't use ( ' ) when adding new statuses to the menu and the menu of statuses is blank on a vbadvanced page. I think this would be awesome if the users could just add their on custom status.

Nonetheless, great hack!!

Stop
04-21-2006, 12:33 AM
I'll try it.

Gio~Logist
04-21-2006, 12:33 AM
Okey..it's the message. Got it.

2 things (nothing major). Can't use ( ' ) when adding new statuses to the menu and the menu of statuses is blank on a vbadvanced page. I think this would be awesome if the users could just add their on custom status.

Nonetheless, great hack!!
I was able to use 't"'e's't'''' just fine. What are you trying to use? As for the users having their own statuses, that can be done by changing the drop down to another input. I made it like that just so that you can have some control. And the vbadanced page, options can't be called there at all for some reason. Vbadavanced uses the global.php file in a weird way. I will look into making it compatible with vba.

Roxie
04-21-2006, 12:42 AM
One of my options was Please Don't Bother Me. When I selected it, I got a database error:

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't Bother Me',

I just changed it to Please Dont Bother Me.

Gio~Logist
04-21-2006, 12:51 AM
I see the problem for that Roxie :p

Forgot to add $message = $vbulletin->db->escape_string($message);
$status = $vbulletin->db->escape_string($status);

Anyways, i updated the zip. Just add that code under $status= $vbulletin->GPC['status'];
$message= $vbulletin->GPC['message'];
In the "Save Away/Status Message" Plugin if you already installed it.

NR Fatal
04-21-2006, 01:24 AM
your 1st image is what I'm referring to.
anyway to change the text "away/status" to something else? Like,
Currrent game/project?
considering you can change the status name and the message that'd be somethin l'd like to do.
:-) Nice hack!

Gio~Logist
04-21-2006, 01:26 AM
your 1st image is what I'm referring to.
anyway to change the text "away/status" to something else? Like,
Currrent game/project?
considering you can change the status name and the message that'd be somethin l'd like to do.
:-) Nice hack!

Thank you, and yes you can :p

Simply edit the following phrases:
sr_away_status
sr_away_awaystatus
sr_away_message

Also, do not forget to click install. Support will not be given to those who don't (i just realized you didn't).

NR Fatal
04-21-2006, 01:47 AM
hm.. can't find
$vbphrase[posts]: $post[posts] <br> in postbit.

Gio~Logist
04-21-2006, 01:51 AM
hm.. can't find
$vbphrase[posts]: $post[posts] <br> in postbit.

Your template must have been customized. Try just searching for $vbphrase[posts]: $post[posts] and then look for a <br> or a </div> next to it.

Kihon Kata
04-21-2006, 01:52 AM
Thank you, and yes you can :p

Simply edit the following phrases:
sr_away_status
sr_away_awaystatus
sr_away_message

Also, do not forget to click install. Support will not be given to those who don't (i just realized you didn't).
Hi Gio! Nice hack! I am installing it now. One question, in the postbit, when they don't have a status selected, is there a way to NOT show the line "Status: None" at all? Leaving the complete line blank if they don't select any status?

NR Fatal
04-21-2006, 01:52 AM
found this

<div>
$vbphrase[posts]: $post[posts]
</div>

Gio~Logist
04-21-2006, 01:55 AM
Hi Gio! Nice hack! I am installing it now. One question, in the postbit, when they don't have a status selected, is there a way to NOT show the line "Status: None" at all? Leaving the complete line blank if they don't select any status?

Ad an <if condition="$post[sr_away_status] != 'none'"> before the code that you need to add in postbit. And an </if> after.

Gio~Logist
04-21-2006, 01:56 AM
found this

<div>
$vbphrase[posts]: $post[posts]
</div>
Then add it after the </div> :p

Kihon Kata
04-21-2006, 01:59 AM
Ad an <if condition="$post[sr_away_status] != 'none'"> before the code that you need to add in postbit. And an </if> after.
w00t! that worked like a charm! Installed!

NR Fatal
04-21-2006, 02:01 AM
ok got that but now when I go to change the Member info template and edit I get this error. know why?
Not Acceptable
An appropriate representation of the requested resource /admincp/template.php could not be found on this server.

Gio~Logist
04-21-2006, 02:08 AM
ok got that but now when I go to change the Member info template and edit I get this error. know why?
Not Acceptable
An appropriate representation of the requested resource /admincp/template.php could not be found on this server.

Does this happen while saving the template or viewing the page. If it happens while editing the template, then either you are putting it in the wrong place or you have a misconfigured if statement.

NR Fatal
04-21-2006, 02:09 AM
Does this happen while saving the template or viewing the page. If it happens while editing the template, then either you are putting it in the wrong place or you have a misconfigured if statement.
even if I don't edit the template, if I just click save or save and reload I get that error.

Gio~Logist
04-21-2006, 02:11 AM
even if I don't edit the template, if I just click save or save and reload I get that error.

Then this means that your template itself has an error.

NR Fatal
04-21-2006, 02:11 AM
Then this means that your template itself has an error.
well that sucks, lol. How do I fix this?

Gio~Logist
04-21-2006, 02:13 AM
well that sucks, lol. How do I fix this?

You will have to post this in another forum for support. I will take a look when i can :p However, if it happens without you making an edit, then it's the template itself.

NR Fatal
04-21-2006, 02:17 AM
You will have to post this in another forum for support. I will take a look when i can :p However, if it happens without you making an edit, then it's the template itself.
ok, thanks man, I appreciate the help and would appreciate it if you could look into it for me, I can send you the code if needed. when/if you get time.

Gio~Logist
04-21-2006, 02:21 AM
ok, thanks man, I appreciate the help and would appreciate it if you could look into it for me, I can send you the code if needed. when/if you get time.

If you'd like, you can PM me with details with admincp access and such and i will take a look at it tommorow if it has not yet been solved, as it is getting late for me :)

Tyegurl
04-21-2006, 02:39 AM
everything installed just wonderfully....two problems...yes it doesn't work on vbadvance's pages....secondly i can get it to submit rather quickly but then it tries to open misc.php and it takes forever to load....i haven't had the patience to wait past 2 minutes....any ideas?

Gio~Logist
04-21-2006, 02:40 AM
everything installed just wonderfully....two problems...yes it doesn't work on vbadvance's pages....secondly i can get it to submit rather quickly but then it tries to open misc.php and it takes forever to load....i haven't had the patience to wait past 2 minutes....any ideas?

1) Yes, i need to look into the vbadvanced situation.
2) I suggest you take a look at your misc.php and hooks on it, as this shouldn't happen.

Tyegurl
04-21-2006, 02:42 AM
what am i looking for? cuz i have no clue.....lmfao i am sorry...i am still learning to understand this stuff. please be patient with me.

Gio~Logist
04-21-2006, 02:45 AM
what am i looking for? cuz i have no clue.....lmfao i am sorry...i am still learning to understand this stuff. please be patient with me.

Ah i see. Well, it will be a bit difficult to locate the problem if you do not know what it is. Try disabling certain products (besides this one) and see which one causes the lag. This hack shouldn't take anywhere near long to update your message as it doesn't do many things :p. The only thing it can be is either a little connection issue on your side or a hack you have installed.

Kihon Kata
04-21-2006, 05:00 AM
Mine is working good! Users are loving it. I had to change it up a bit with the locations of things since my templates are modded up pretty good. It did help that I have a pretty good knowledge of the inner workings of vB though :-)

Thanks again

ShadowOne
04-21-2006, 05:29 AM
great hack... but when will you be adding th ability for users to have a custom status?

Omranic
04-21-2006, 08:55 AM
Great
** Installed **

Testing.....

PabloAM
04-21-2006, 11:24 AM
Very Good! Installing!!

PabloAM
04-21-2006, 12:00 PM
Its in black in navbar of vbadvanced :(
why???

BoYagoob
04-21-2006, 12:28 PM
installed

PabloAM
04-21-2006, 12:30 PM
In Navbar of vbadvaced not WORK :(
http://img510.imageshack.us/img510/5414/navbarhome2gr.jpg
but in navbar of forum view topic WORK!! :S
http://img510.imageshack.us/img510/6827/forumnavbar1fy.jpg

Why?? please help me! :)

zane99
04-21-2006, 12:52 PM
OK everything works fine but it doesnt show up in postbit

i tried finding $vbphrase[posts]: $post[posts] <br>

but couldnt but i found $vbphrase[posts]: $post[posts]

so i tried adding the code under there but nothing.

Help Please

Tyegurl
04-21-2006, 01:17 PM
i am very heavily modded...i will take some time and see if i can't get it to work...i understand things somewhat and through trial and error i usually get it ;) ty

ForYou
04-21-2006, 01:56 PM
Hello ,

Can the users add they status , I mean the user write what will show in member profile and postbi ,

Regards

Kihon Kata
04-21-2006, 02:50 PM
A few additions that I would like to see for future upgrades on this would be:

Ability for admins to EDIT user's status from ACP
Ability for admins to LOCK user's status from ACP
Usergroup permissions
Ability for use custom status

Tyegurl
04-21-2006, 02:54 PM
isn't the text box area or custom status? the drop down part i mean....above the submit? can't you customize there?

Kihon Kata
04-21-2006, 02:56 PM
isn't the text box area or custom status? the drop down part i mean....above the submit? can't you customize there?
Yes, but that is only for the mouse hovering over the link.

theodonnells
04-21-2006, 03:26 PM
When a user changes their status, it is logging the user off.also seems to be hanging a bit while opening forums/misc.php.

Gio~Logist
04-21-2006, 04:10 PM
The ability for users to enter their own status is just a matter of you changing the drop down to something like <input type="text" size="45" maxlength="MAXIMUM LIMIT HERE" name="status">

As for the vbadvanced, like i said, it will be looked into. However, it's hard to make something hoping that it will be compatible with all hacks on your site till you figure out why it won't be compatible with the hack in the first place. Global.php is called in all files and that's where the plugin is. Therefore, i do not see why this problem occurs. However, it will be looked into.

If you are having a problem searching for $vbphrase[posts]: $post[posts] <br> then just search for $vbphrase[posts]: $post[posts] and place it after the next <br> or </div>

If your users are getting logged off after filling this out, it may be a problem with your misc.php or cookie settings.

Kihon Kata
04-21-2006, 04:36 PM
if a user selected a status then the admin decided to change the name of the status, it still shows the old name. How can one update this?

Bandit8007
04-21-2006, 04:50 PM
Awesome hack. Worked perfect. Thanks!

kall
04-21-2006, 06:03 PM
Is there a 'Maximum Length of Input' setting?

Or, how do you get around people who might type some horrendously long entry?

*edit* Ahh, I see a post on this page... any reason why that is not in the vbulletin options for the hack?

apdcanari
04-21-2006, 06:09 PM
It's possible to show in "whosonlinebit" ?

Gio~Logist
04-21-2006, 06:36 PM
Is there a 'Maximum Length of Input' setting?

Or, how do you get around people who might type some horrendously long entry?

*edit* Ahh, I see a post on this page... any reason why that is not in the vbulletin options for the hack?

I believe that the limit for the status is about 200 characters, and the limit for the message is about 250 (in the database, this is hot much can be stored).

Gio~Logist
04-21-2006, 06:42 PM
It's possible to show in "whosonlinebit" ?

Not at the moment, as it would need to be added to the query, which would require another plugin or perhaps code modification.


Also, don't forget to click install!

criscokid
04-21-2006, 06:43 PM
It would be cool if their status showed up on the "who's online" page.

Gio~Logist
04-21-2006, 06:53 PM
It would be cool if their status showed up on the "who's online" page.

Try editing online.php and changing:
$allusers = $db->query_read("
SELECT user.username, session.useragent, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo, user.skype,


To this:
$allusers = $db->query_read("
SELECT user.username, session.useragent, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo, user.skype, user.sr_away_status, user.sr_away_message,

Then chang the whosonlinebit template

Add: <if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$userinfo[sr_away_message]">$userinfo[sr_away_status]</a>
</div>
</if>

After:$userinfo[musername]

MissKalunji
04-21-2006, 07:26 PM
Can someone tell me how many queries does this adds?

Gio~Logist
04-21-2006, 07:38 PM
Can someone tell me how many queries does this adds?
None.

Gio~Logist
04-21-2006, 07:38 PM
Gee, that's a nice hack. Exactly what we can need in our forum. Thank you for this great hack, Giovanni https://vborg.vbsupport.ru/
BTW: May I translate your hack in German ? -Mike

MikeD clicked Install

I belive someone already did this.
http://www.vbhacks-germany.com/forum/showthread.php?t=3814

PabloAM
04-21-2006, 07:40 PM
The ability for users to enter their own status is just a matter of you changing the drop down to something like <input type="text" size="45" maxlength="MAXIMUM LIMIT HERE" name="status">

As for the vbadvanced, like i said, it will be looked into. However, it's hard to make something hoping that it will be compatible with all hacks on your site till you figure out why it won't be compatible with the hack in the first place. Global.php is called in all files and that's where the plugin is. Therefore, i do not see why this problem occurs. However, it will be looked into.

If you are having a problem searching for $vbphrase[posts]: $post[posts] <br> then just search for $vbphrase[posts]: $post[posts] and place it after the next <br> or </div>

If your users are getting logged off after filling this out, it may be a problem with your misc.php or cookie settings.
OKI, When you know like fixing the problem. please reporte me.

Sorry by my english :(

Kihon Kata
04-21-2006, 10:27 PM
I'll ask this again:

if a user selected a status then the admin decided to change the name of the status, it still shows the old name. How can one update this?

MissKalunji
04-21-2006, 10:55 PM
None.

thanks

NR Fatal
04-22-2006, 12:18 AM
Gio, that link worked me, I made all the edits and such. Now I have another problem, well, I have Vbadvanced so you know the problem but i'll give ya a screenshot to see the problem. The drop down menu is empty, I've set up a few options in the admincp for it. what do ya think?

Gio~Logist
04-22-2006, 01:19 AM
I'll ask this again:

if a user selected a status then the admin decided to change the name of the status, it still shows the old name. How can one update this?

Nothing can be done for this, unless you manually run an update query like $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user
SET sr_away_status = 'what you want here'
WHERE sr_away_status = 'what it used to be'
");

Gio~Logist
04-22-2006, 01:21 AM
Gio, that link worked me, I made all the edits and such. Now I have another problem, well, I have Vbadvanced so you know the problem but i'll give ya a screenshot to see the problem. The drop down menu is empty, I've set up a few options in the admincp for it. what do ya think?

Yes, that's a problem with vbadvanced itself. I am still looking for the solution. Like i said before, hacks are made to be compatible with vbulletin itself. I can't always consider what hacks you may have installed. Even so, this hack effects global.php which is pulled in every file on your site. Therefore, theoretically, it should work. However, this will be looked into, and i will try my best to make it vba compatible (as i have vba on my site as well).

zane99
04-22-2006, 11:00 AM
OK everything works fine but it doesnt show up in postbit

i tried finding $vbphrase[posts]: $post[posts] <br>

but couldnt but i found $vbphrase[posts]: $post[posts]

so i tried adding the code under there but nothing.

Help Please

can no1 help?:surprised:

PabloAM
04-22-2006, 11:20 AM
Yes, that's a problem with vbadvanced itself. I am still looking for the solution. Like i said before, hacks are made to be compatible with vbulletin itself. I can't always consider what hacks you may have installed. Even so, this hack effects global.php which is pulled in every file on your site. Therefore, theoretically, it should work. However, this will be looked into, and i will try my best to make it vba compatible (as i have vba on my site as well).

You are the master, You will fix, sure ;)

NR Fatal
04-22-2006, 09:43 PM
can no1 help?:surprised:
u said you found
$vbphrase[posts]: $post[posts]
you have to add it AFTER the </div> tag

like this
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[sr_away_status] != 'none'">
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$post[sr_away_message]">$post[sr_away_status]</a>
</if>
</if>
</div>

NR Fatal
04-22-2006, 09:44 PM
Yes, that's a problem with vbadvanced itself. I am still looking for the solution. Like i said before, hacks are made to be compatible with vbulletin itself. I can't always consider what hacks you may have installed. Even so, this hack effects global.php which is pulled in every file on your site. Therefore, theoretically, it should work. However, this will be looked into, and i will try my best to make it vba compatible (as i have vba on my site as well).
No doubt man, i'm sure you'll get it :)

zane99
04-23-2006, 12:56 PM
u said you found
$vbphrase[posts]: $post[posts]
you have to add it AFTER the </div> tag

like this
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[sr_away_status] != 'none'">
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$post[sr_away_message]">$post[sr_away_status]</a>
</if>
</if>
</div>



OK this is wat my code looks like as i have a few other postbit add ons too...

$vbphrase[posts]: $post[posts]

<if condition="$post[field5] != ''"><div>
Country: <img src="images/flags/$post[fieldX].gif" title="$post[fieldX]" align="center">
</div></if>
| <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&aid=9&username=$post[username]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $post[points] (<a href="ushop.php?do=a&aid=1&username=$post[username]" target="_blank">Donate</a>)
</div>

<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>


<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>


Now then ive tried adding the
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$post[sr_away_message]">$post[sr_away_status]</a>
</div>
</if>

in a few places in there but nothing....

redlabour
06-01-2006, 08:49 PM
Thx - great Hack ! ;)

Lady Divus
06-01-2006, 10:41 PM
Very Nice Hack. I installed it and it works perfectly. Thank you for sharing -

Lady Divus *Clicks Install*

redlabour
06-08-2006, 04:08 PM
Will it work in the Future with vBulletin 3.6 (http://www.vbulletin.com/forum/showthread.php?t=187654) ?

Lqd
06-09-2006, 02:17 AM
Nice hack, installed!

Maybe a nice idea to add: rel="nofollow"
to the postbit link?

Lqd
06-09-2006, 03:02 PM
Once I change this:

<input type="text" size="21" maxlength="21" name="status">

The dropdown menu loses functionality. Any idea's why?

Pamela
06-16-2006, 06:16 AM
*clicks install*

Works great! Thanks!!! :banana:

futuredood
06-28-2006, 04:09 PM
wow great.. gonna try out user custom status, would be great.

akanevsky
06-28-2006, 04:14 PM
Nice hack.

futuredood
06-29-2006, 01:26 AM
is their any way to get this working in their memberinfo or usercp?

Eq4bits
06-29-2006, 09:50 PM
Zane
You may have to make the edit(s) to the postbit_legacy template

Eq4bits
06-29-2006, 09:55 PM
gio~logist:
I tried the 'whosonline' code changes you posted in post #54 (editing online.php & template edit for whosonlinebits) but didn't add the status under the usersname in whos online table... just added the word 'Status' below User Name and above the sort button in the thead/gradient.

is there a way to add the word 'Message' above the textarea that is below the dropdown? am assuming that's where one inputs further explaination that shows up as 'Message' in the userprofile....

htscpl
07-03-2006, 11:31 AM
Great mod, *** clicks install ***


(edit) Found I have a small problem... when setting status the forum home page refreshes and it looks like I've been signed out ? I can refresh again or change pages and everything is alright. Any idea as to the cause of this ? It is not a big deal for me but may confuse some of my members.

Henry

Harley D
08-07-2006, 01:33 PM
Yes, that's a problem with vbadvanced itself. I am still looking for the solution. Like i said before, hacks are made to be compatible with vbulletin itself. I can't always consider what hacks you may have installed. Even so, this hack effects global.php which is pulled in every file on your site. Therefore, theoretically, it should work. However, this will be looked into, and i will try my best to make it vba compatible (as i have vba on my site as well).

I believe the problem is with URLs, like most problems with VBAdvanced are, If I know what line to edit so I can add "forum" to the URL so VBA can find it, I believe it would fix everyones problem.

Heres the error I get when trying to SUBMIT from VBA.
Warning: main(/home/yoursite/public_html/includes/init.php): failed to open stream: No such file or directory in /home/yoursite/public_html/global.php on line 20

Fatal error: main(): Failed opening required '/home/yoursite/public_html/includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yoursite/public_html/global.php on line 20

Now I can plainly see the URL is missing the "FORUM" portion in the URL.
Should be '/home/yoursite/public_html/FORUM/includes/init.php'

Now if you could tell me where to edit this at so I can put a FULL URL rather than the shrt hand VB verson, We could fix this :)

UPDATE: See next post.

Harley D
08-07-2006, 02:07 PM
To get the dropdown to show selections in VBAdvance.
This change works for me thus far.
I added these three to my vBa CMPS Portal Output Global Variables

vbphrase
status_drop
show


I don't know if all three are needed, but it works :confused:

Now add "misc.php" to the vBa CMPS "Navbar Replacements" list.


On a side note, Mine will not change a typed in message thats put in the Message Form, It just stays the same?
Can anyone help??

toolblast
08-25-2006, 05:11 PM
Hi Gio.. check your email please! And email me. You haven't replied to any of my emails it over a week. A hack I paid you to do was due for a demo yesturday.

--Chad

Tyegurl
09-05-2006, 07:23 PM
well i finally got this to work....and with 3.6.0 ;) i also added my own status messages to the drop down ;)

edit the product's last few lines to get them the way you want them...remember to put each status on its own line though....oh and no funky symbols either ;)

KevNJ
09-07-2006, 02:39 PM
well i finally got this to work....and with 3.6.0 ;) i also added my own status messages to the drop down ;)

edit the product's last few lines to get them the way you want them...remember to put each status on its own line though....oh and no funky symbols either ;)


i just found this hack. does it work "our of the box" for 3.6. ? whatd u have to do to get it to work if not. thanks

Tyegurl
09-07-2006, 03:46 PM
yep out of the box....

i just didn't look for the </div> or <br> at the end of oneof the edits.....i just put it where they said....couldn't find the </div> or <br> but it workseat and if you use vbadvance just do the control panel additons listed on the page or two before this....let me know if you need anything...

rjmjr69
02-11-2007, 10:38 AM
Will this work in 3.6.4 with the mood manager installed?

parabat
08-27-2007, 08:55 AM
Can someone tell me if this works for the 3.6.4 version? If not can someone direct me to a version that does work with it.

-PB

franzis
09-09-2007, 01:04 PM
hi folks,

does someone has an idea how i can show the users that are away in a seperated box (like 'today's birthdays' in 'what's going on') on the index.php?