The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if condition for unread visitor message notification
hello,
i am searching for unread visitor message notification but couldn't find one can any one help me in this please Unread Visitor Messages i have tried Code:
Code Removed * $bbuserinfo['unread_profile_visitor_messages'] can anyone tell me what else can i used to notify on main for unread profile visitor message on forum main index page rather than usercp thanks --------------- Added [DATE]1315081095[/DATE] at [TIME]1315081095[/TIME] --------------- any help please ? |
#2
|
|||
|
|||
I haven't tried it, I'm kind of guessing by looking at the code, but try:
Code:
<if condition="$bbuserinfo[vmunreadcount] > 0"> |
#3
|
|||
|
|||
Thanks for the reply i am trying this and getting error
Code Removed* Leave the private.php part as i haven't edit the page but when i put it in template and try to upgrade it, its shows me this message Parse error: syntax error, unexpected '<' in /home/mysite name/public_html/includes/adminfunctions_template.php(3772) : eval()'d code on line 226 can you help/suggest me please |
#4
|
|||
|
|||
You're missing the closing quote in this line:
Code:
<if condition="$bbuserinfo[vmunreadcount] > Code:
<if condition="$bbuserinfo[vmunreadcount]"> That may be my fault because when I first posted the code it was missing that quote, and I edited it later to fix it. |
#5
|
|||
|
|||
thanks alot that has been fixed one last question
Code removed * this part i want to make it profile message page for a member that has been notifiy how would i do that ? thanks waiting for reply |
#6
|
|||
|
|||
Maybe you want
Code:
<td class="thead"><a href="member.php?u=$bbuserinfo[userid]"> |
#7
|
|||
|
|||
Why do you keep removing your code after people have helped you?
|
#8
|
|||
|
|||
because its not my code . its someone's hack's code that's why i have removed it . i am just implementing and testing on my board . you are free to search urself, and if you need those code you have to make your own thread for help i guess as i am working on my board for days now .I will post the codes ones i have all the notification as hack or as code to install .
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|