vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Profile Enhancements - Reply To Visitor Message (Profile Comments) (https://vborg.vbsupport.ru/showthread.php?t=166201)

.Tim 12-26-2007 10:00 PM

Reply To Visitor Message (Profile Comments)
 
Quick and crude but it works.

Find in template memberinfo_visitormessage:

Code:

<div class="visitor_message_body">$message[message]</div>
Add after:

Code:

<div class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging">Reply To Comment</a></div>
Enjoy. :D

gldtn 12-27-2007 02:54 PM

Great idea.. ever thought of making it work with AJAX?

Triky 12-27-2007 03:02 PM

If you're a guest, when you click on that link you're redirected to the poster profile..

.Tim 12-27-2007 08:54 PM

Quote:

Originally Posted by gldtn (Post 1410154)
Great idea.. ever thought of making it work with AJAX?

AJAX is not a strong point of mine but if I can figure something out I'd have no problem making it happen.

Quote:

Originally Posted by Triky (Post 1410158)
If you're a guest, when you click on that link you're redirected to the poster profile..

Yeah, I'm planning to add some conditions to this modification when I have the chance.

Forum Lover 12-28-2007 12:31 PM

so far my members are liking it. thanks .Tim.

glorify 12-28-2007 01:45 PM

Does this quote the original message?

C.Birch 12-28-2007 01:51 PM

no it basicy just sends you to that users profile and moves the page to there comments box.

.Tim 12-28-2007 08:55 PM

Quote:

Originally Posted by glorify (Post 1410799)
Does this quote the original message?

No, what the person above me said.

rainyleaves 01-14-2008 08:00 AM

Thanks Tim. :)

7lanet 03-01-2008 08:19 PM

thanks

Boofo 03-01-2008 08:33 PM

Won't the View Conversation added to beta 5 do the same thing?

.Tim 03-04-2008 01:31 AM

I don't know, I haven't checked it out.

NeuroLancer 03-04-2008 09:02 AM

Quote:

Originally Posted by Boofo (Post 1454697)
Won't the View Conversation added to beta 5 do the same thing?

No it doesnt. This mod takes a user to the profile page of the user who left the comment(so that a reply can be made). Whereas view conversation shows the replies between 2 users, a bit different.

.Tim 03-04-2008 11:40 PM

Thanks.

Boofo 03-04-2008 11:42 PM

OK, I'm still confused. Why would you want to go to a page that doesn't have both sides of the conversation on it?

NeuroLancer 03-05-2008 09:33 AM

Quote:

Originally Posted by Boofo (Post 1457156)
OK, I'm still confused. Why would you want to go to a page that doesn't have both sides of the conversation on it?

I know its confusing its hard to explain lol....

When click 'reply to comment', it takes you to the profile page of the user who has commented in your profile page, so you may reply to them on their page.... view conversation doesn't do this.

Boofo 03-05-2008 09:48 AM

Once again, why would you want to do that? Since it doesn't allow you to quote, you won't be able to reference the message you are replying to. To each his own, I guess. It doesn't make any sense to me.

NeuroLancer 03-05-2008 10:19 AM

Well we find it encourages people to use the visitor messaging system, and spread the messages around, rather than have one big list in a particular users profile. Anyway one of my developers loves it so it works well for us.

Boofo 03-05-2008 10:50 AM

If I understood the View Conversation right, when you click the View Conversation link it takes you to the same page this one does but in conversation mode.

.Tim 03-05-2008 10:36 PM

Do you use myspace? When someone posts a comment on your myspace page there is a reply to comment link that allows you to leave a comment on that persons page without going to it. Same concept.

Syria BoY 03-06-2008 05:24 AM

Add beautiful
Thanks Tim

dancue 03-27-2008 05:51 PM

I installed, but what I thought it did was different than what it actually was.

I thought it was a way to respond to a particular message and it show up directly beneath it, but shifted to the right. Sort of like YouTube.

Anyone know if that's available or possible?

TCB 05-06-2008 03:29 PM

Quote:

Originally Posted by dancue (Post 1476063)
I installed, but what I thought it did was different than what it actually was.

I thought it was a way to respond to a particular message and it show up directly beneath it, but shifted to the right. Sort of like YouTube.

Anyone know if that's available or possible?

Yeah, that would be great. 'Cause then you would actually have a sort of real coversation/dialogue going on.

Captain Tycoon 06-15-2008 10:37 AM

Perfect! Installed and Marked. Thanks

Baldilocks 06-15-2008 11:33 AM

What I have a problem with is when I leave someone a comment on their page and they reply to me on their OWN page.
vBulletin should have made it automatically "quote" and send to my profile instead.

NAZIA 06-19-2008 07:07 AM

But AJAX is the best.
Any update....

M1th 06-23-2008 09:59 PM

I think this is a better approach... this would take you to the converse.php page instead:

Code:

<if condition="$userinfo['userid'] == $bbuserinfo['userid'] AND $show['converse']"><div class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[postuserid]&u2=$userinfo[userid]">Reply To Comment</a></div></if>

MissKalunji 06-26-2008 08:03 PM

I agree instead i just edited the phrase to say reply & View conversation

ArnyVee 06-30-2008 07:23 PM

Quote:

Originally Posted by M1th (Post 1557243)
I think this is a better approach... this would take you to the converse.php page instead:

Code:

<if condition="$userinfo['userid'] == $bbuserinfo['userid'] AND $show['converse']"><div class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[postuserid]&u2=$userinfo[userid]">Reply To Comment</a></div></if>

Great idea from the start, but this seems to be a better approach until someone comes out with the 'next big thing' in the visitor messages :D

Thanks guys.

dvbusuario 07-01-2008 04:21 AM

Very good, easy but great

Install!!!

Brandon Sheley 07-01-2008 05:31 AM

great edit,, this should be default IMO ;)

thanks

[high]* Brandon Sheley installed[/high]

Jase2 07-02-2008 11:29 AM

I just changed to:
HTML Code:

<br />
<div class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging"><strong>Reply To Comment</strong></a></div>

Makes it a little more noticeable. ;)

studentsforum 08-17-2008 06:22 AM

Quote:

Originally Posted by Jase2 (Post 1564725)
I just changed to:
HTML Code:

<br />
<div class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging"><strong>Reply To Comment</strong></a></div>

Makes it a little more noticeable. ;)

yes
well done

Symmetrical? 08-17-2008 07:21 AM

not working ...

studentsforum 08-21-2008 07:25 PM

why not?
seems okay with me :S

ahayat 08-27-2008 12:28 PM

nice , thanks,

try making it that "Reply to Message" appears once when somebody receives new visitor message

Like Orkut and ajax so that members dont hav to visit others and they can type in their own message book.

GlamRockTalk 11-20-2008 02:15 PM

Quote:

Originally Posted by M1th (Post 1557243)
I think this is a better approach... this would take you to the converse.php page instead:

Code:

<if condition="$userinfo['userid'] == $bbuserinfo['userid'] AND $show['converse']"><div class="smallfont"><a href="converse.php?$session[sessionurl]u=$message[postuserid]&u2=$userinfo[userid]">Reply To Comment</a></div></if>

Quote:

Originally Posted by Jase2 (Post 1564725)
I just changed to:
HTML Code:

<br />
<div class="smallfont"><a href="member.php?$session[sessionurl]u=$message[postuserid]#visitor_messaging"><strong>Reply To Comment</strong></a></div>

Makes it a little more noticeable. ;)

Did these and it ROCKS! :D

Thanks folks!

IIAnDoII 11-23-2008 12:05 PM

this is a great idea can some one please help me change the text "Reply To Comment" to an image i have a reply image ready to go. im just need help with the code

Thanks for any info

GlamRockTalk 11-23-2008 12:16 PM

IIAnDoII,

I'm no coder whatsoever, but did you try replacing the "Reply To Comment" with....

Code:

<img src="http://www.yourdomain.com/images/imagename.gif" />

...see if that works. Just a suggestion. Maybe that'll work.

IIAnDoII 11-23-2008 12:25 PM

it worked but for some reason it but i box around the button

http://e.imagehost.org/0952/Untitled-2.jpg

Thanks for the fast help mate

any ideas how to get rid of that box thanks xx


All times are GMT. The time now is 08:19 AM.

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.01298 seconds
  • Memory Usage 1,800KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_html_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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