![]() |
Add "Reply" to Visitor Message CLEAN!
1 Attachment(s)
This modification will add a "Reply" link next to "Edit" and "Report" link on every Visitor message.
In memberinfo_visitormessage template FIND: Code:
<ul class="list_no_decoration controls"> Code:
<li class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging">$vbphrase[memberinfo_visitormessage_reply]</a></li> |
good.. but it must be ajax.. like this >> https://vborg.vbsupport.ru/showthread.php?t=197644
|
1 Attachment(s)
Here the screenshot: Attachment 103684
|
Quote:
|
Quote:
|
odd, i did exactly as told for the default vb skin and it doesnt show on that skin. seems like such a simple mod. any suggestions?
only thing showing is "view conversation" and "report" and "edit" if its your own message. since i am a staff it also shows "IP" |
I just changed "View Conversation" to "Reply" using the Phrase manager.
|
Quote:
|
Quote:
|
Quote:
https://vborg.vbsupport.ru/ |
Quote:
Take it or leave it.... |
Quote:
i see 3 of them view_conversation view_conversation_between_x_and_y vb3_public_profile or is it all 3 |
I believe it is view_conversation.
|
Quote:
|
Quote:
|
"$vbphrase[memberinfo_visitormessage_reply]" does not appear to be in the phrases by default.
|
cant get this to show.. did exactly what you said.. but i dont see it.. what am i doing wrong i would love this what seems like simple mod..
what i did <ul class="list_no_decoration controls"> <li class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging">$vbphrase[memberinfo_visitormessage_reply]</a></li> <if condition="$show['converse']"> <li class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[hostuserid]&u2=$message[guestuserid]" title="$message[converse_description_phrase]">$vbphrase[view_conversation]</a></li> </if> |
Quote:
|
Thanks. But was found
|
Hello. Please see the Czech code .
|
Nice little minimod. Thanks for the other suggestions, worked great "Installed"
|
Nice, lightweight, useful.
There is a missing bit of instruction in the OP however. In your code you call to "$vbphrase[memberinfo_visitormessage_reply]" which does not exist in the phrases. Instead of replacing it with the text "Reply" as previously suggested, I simply created a new, global phrase with the Variable name: memberinfo_visitormessage_reply and the text: Reply. Voila. *NOTE* Another good thing about this MiniMod. It's not AJAX, so there should be no mobile skin issues. ;) |
I "cleaned" up the code a little bit.
Basically I got rid of the phrase. And added a show only to members condition. PHP Code:
|
Quote:
|
All times are GMT. The time now is 04:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|