vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   PM button in postbit (https://vborg.vbsupport.ru/showthread.php?t=117971)

grecostimpy 01-12-2007 11:35 AM

Funboy, 3.6.4 is a slightly different.

Find this:

Code:

<div style="margin-top: 10px" align="$stylevar[right]">
                        <!-- controls -->

.....and insert the code directly beneath it.

Code:

<if condition="$post[userid] != $bbuserinfo[userid] AND THIS_SCRIPT!='private'"><if condition="$show['pmlink'] AND $show[member]"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>

blind-eddie 01-15-2007 05:21 PM

What would I need to do to add page along side pm, for those of use with vbpager?

voter 01-16-2007 08:04 AM

I put it in postnit_legacy after <if condition="$show['reportlink']"> to show the button near user name

PoetJA-1975 01-21-2007 02:56 PM

Very nice! Thanx for the share!

Jacquii.

DasCool 02-03-2007 12:59 AM

Ok i Can't even make it work, what is going on? I edited the Post Bit since that is where i found the code

rusty123 02-17-2007 11:33 AM

For some reason i couldnt make it work in the postbit legacy template, but it worked fine in the postbit template. If one doesnt work for you try the other, there is a <!-- controls --> in both templates.

WAHMama 03-25-2007 07:41 PM

Thanks, worked great :)

princeedward 04-05-2007 03:37 PM

Great & thanks for this nice mod....work fine to my vB 3.6.5 ;)

eNtitY~ 05-01-2007 03:02 PM

Will this auto update for each template (the button) or is it generic?

ragnar21583 05-02-2007 08:09 AM

Worked like a charm! Had to do some searching, as there was more than one <!-- controls --> in the postbit legacy. :)

Fungsten 05-12-2007 07:07 PM

Do I add the new code below this? Thanks!

Quote:

<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
</if>
<!-- controls -->

BadgerDog 05-17-2007 05:55 PM

Very nice Kerry-Anne.... :up:

Installed on v3.6.7 ..

Thank you... :)

Regards,
Badger

TuRKMeN 05-22-2007 06:13 PM

installed thanks!

Nutz 05-30-2007 11:15 AM

Thanks for the hack, this is what I'm using;
HTML Code:

<if condition="$post[userid] != $bbuserinfo[userid]">
<if condition="$show['pmlink']">
<if condition="!$post['forwardlink']">
<a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a>
</if>
</if>
</if>

HTML Code:

<if condition="!$post['forwardlink']">
adding that extra <if> stops the PM button from showing up when reading PM's as you already have forward and reply, figure you don't need 'PM' as well :)

Thanks,
Mat

thenewuser 06-20-2007 10:53 AM

Installed, neato.

SoftDux 06-20-2007 06:13 PM

Great addon, thanx :)

Outbackmark 06-23-2007 05:59 AM

Works well, thanks!

CrashPush 07-04-2007 09:38 PM

Works great! If anyone wants the send PM button to not open in a new window, remove a short line of code.

Remove this line of code:
Code:

target="_blank" rel="nofollow"

The new code should look like this:
Code:

<if condition="$post[userid] != $bbuserinfo[userid] AND THIS_SCRIPT!='private'"><if condition="$show['pmlink'] AND $show[member]"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>
Marked installed.

yaoren 08-05-2007 03:27 AM

**Installed**

And working well on 3.6.7 :)

Fungsten 08-06-2007 08:10 PM

In the Postbit Template, v. 3.6.8, I could find only:

Quote:

<div style="margin-top: 10px" align="$stylevar[right]">
<!-- controls -->
And not the:

Quote:

<div align="$stylevar[right]">
<!-- controls -->
as you mentioned in the instructions.

On Edit:

Also in the PB Legacy I found:

Quote:

<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
</if>
<!-- controls -->
And not the:

Quote:


<div align="$stylevar[right]">
<!-- controls -->


SliceofLife 09-02-2007 06:04 AM

Hi. I'm running 3.6.8 and I couldn't find the code required for replacement. So I couldn't install it. Sorry :o

Chy 09-03-2007 09:00 PM

I'm running 3.6.8 and just added the code under:

Quote:

<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
</if>
<!-- controls -->
...and works fine! Thanks been looking for this for awhile!

Ohiosweetheart 09-07-2007 04:04 AM

Worked great for me! Thanks again Kerry-Anne.

momo2 09-08-2007 02:04 PM

Thanks so much... very useful..

momo2 09-08-2007 05:15 PM

I was wondering, once pm is click on that post, the link to that post will be posted also ? for that pm sent ? well that is the reason of sending pm from that post !!!

Fungsten 09-08-2007 08:02 PM

Quote:

Originally Posted by momo2 (Post 1334937)
I was wondering, once pm is click on that post, the link to that post will be posted also ? for that pm sent ? well that is the reason of sending pm from that post !!!

This hack is to just PM the user. The Mod you are looking for to quote the post is here:

https://vborg.vbsupport.ru/showthread.php?t=151163

pspmaster93 09-08-2007 10:36 PM

INSTALLED

i couldnt find what you said to search for because i have a custom style called ARIA from vbstyles but i just added it under <td class="postbit_br" align="$stylevar[right]"> instead and it worked great.. (if you cant find what it says try looking for that)

Minha 09-09-2007 03:24 PM

Thank you ;)

mishb68 09-18-2007 07:51 AM

:up: Installed. Thankyou.

Atakan KOC 09-18-2007 07:56 AM

Good work!

Coleccromos 12-14-2007 03:57 PM

Today speaking with an user of the forum tells me that she cannot see the button to send the private one from those post of the forum

As it is possible this if it is a modification of a you Template yourself :confused::confused:

akvaryumforum 12-17-2007 12:14 PM

Can we put this button in only the specified forums? OR how can we do this?

hyppa 01-09-2008 08:43 AM

I added this:

<if condition="$post[userid] != $bbuserinfo[userid]"><if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>

after controls, and that did it.

Thank you!

joeycano 01-19-2008 11:33 PM

I added the above suggested language in postbit after "<!-- controls -->": (as illustrated below):


<if condition="$post[userid] != $bbuserinfo[userid]"><if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>

:up:

Coleccromos 01-20-2008 07:25 AM

Should this modification see it all the users of the forum? alone we see it the administrators

inder123 01-27-2008 02:31 PM

Thanks For This :)

Tried And Worked

Thanks

gwerzal 01-31-2008 02:36 PM

Hi

I got this working but it opens the private message box in a new screen.

Any idea how to make it open in the same window.

Boofo 01-31-2008 03:34 PM

Quote:

Originally Posted by hyppa (Post 1418243)
I added this:

<if condition="$post[userid] != $bbuserinfo[userid]"><if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>

after controls, and that did it.

Thank you!

What do this do different from the text file in the first post? I'm just curious is all. ;)

PoetJA-1975 01-31-2008 04:41 PM

Quote:

Originally Posted by gwerzal (Post 1433176)
Hi

I got this working but it opens the private message box in a new screen.

Any idea how to make it open in the same window.

Find in the text edit...
HTML Code:

target="_blank"
Simply erase that bit of code and it opens in the same window ;)

HTH,

Jacquii.

Boofo 01-31-2008 04:44 PM

Or change it to:

HTML Code:

target="_top"


All times are GMT. The time now is 10:12 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.01527 seconds
  • Memory Usage 1,819KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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