The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private Message button in postbit footer Details »» | |||||||||||||||||||||||||||||
Private Message button in postbit footer
Developer Last Online: Sep 2013
This simple mod does what is says on the tin, it adds a PM button in the postbit footer using the vBulletin 4.0.2 css convention for mouseover buttons.
Note: This mod is NOT compatible with vBulletin 4.0.1 or earlier. It could be argued that this is a little superfluous as there is a PM link in the dropdown under the members name, but that link requires a "click>>>scroll>>>click" to get to where you want to be. If your members use the PM system a lot, then they may appreciate a "one click" option. There are... 1x addition to the postbit.css template 1x addition to the posbit (or postbit_legacy) template 2x images to upload INSTRUCTIONS: 1x addition to he posbit.css template Go to.. Styles & Templates>Stlye Manager>your skin>edit templates>CSS templates>postbit.css ---------------------------------------------------------------------- Find (search for "editpost"): HTML Code:
.postbitlegacy .postfoot .textcontrols a.editpost, .postbit .postfoot .textcontrols a.editpost, .eventbit .eventfoot .textcontrols a.editevent { background: url({vb:stylevar imgdir_button}/edit_40b.png) no-repeat transparent {vb:stylevar left} ; padding-{vb:stylevar left}: 20px; } .postbitlegacy .postfoot .textcontrols a.editpost:hover, .postbit .postfoot .textcontrols a.editpost:hover, .eventbit .eventfoot .textcontrols a.editevent:hover { background: url({vb:stylevar imgdir_button}/edit_40b-hover.png) no-repeat transparent {vb:stylevar left}; padding-{vb:stylevar left}: 20px; } HTML Code:
.postbitlegacy .postfoot .textcontrols a.pminpostbit, .postbit .postfoot .textcontrols a.pminpostbit { background: url({vb:stylevar imgdir_button}/pminpostbit_40b.png) no-repeat transparent {vb:stylevar left}; padding-{vb:stylevar left}: 20px; } .postbitlegacy .postfoot .textcontrols a.pminpostbit:hover, .postbit .postfoot .textcontrols a.pminpostbit:hover { background: url({vb:stylevar imgdir_button}/pminpostbit_40b-hover.png) no-repeat transparent {vb:stylevar left}; padding-{vb:stylevar left}: 20px; } Click "save". 1x addition to the posbit (or postbit_legacy) template: Go to.. Styles & Templates>Stlye Manager>your skin>edit templates>postbit templates>postbit ---------------------------------------------------------------------- Find (search for "editpost"): HTML Code:
<vb:if condition="$post['editlink']"> <a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a> <span class="seperator"> </span> </vb:if> HTML Code:
<!-- ////////start PM button in postbit////// --> <vb:if condition="$show['pmlink']"><a class='pminpostbit' href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw post.userid}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase send_pm}" />PM</a><span class="seperator"> </span></vb:if> <!-- ////////end PM button in postbit////// --> Click "save". 2x images to upload: FTP into your forum/images/buttons dir and upload these two attached images: ---------------------------------------------------------------------- pminpostbit_40b.png pminpostbit_40b-hover.png ---------------------------------------------------------------------- That's it. Download Now
Show Your Support
|
Comments |
#62
|
|||
|
|||
These are those mods which would perfectly do in a xml. But it?s a 5 minute game to do this via TMS.
What I would like to suggest is, to make the pn editor coming up as a pop-up. May be as reduced editor. At least it's my feeling, that - when I see a PN button placed there - I expect a pop-up, so I don?t have to leave the page I?m looking at. So to speak: like a QuickPN Any body out there who could make this happen? |
#63
|
|||
|
|||
I must be missing something. I try to reduce the amount of private messaging on the board and promote public messaging. I guess I can see in a gamming community that there might be a reason to have more private messaging for personal gloating. I could use some enlightenment here on how this is being used to enhance your community. Thanks
|
#64
|
|||
|
|||
Depends on your audience, I guess. I am running vBulletin in a military and a profession related community and there are quite a few things, where publicly posting sensitive content is not only inappropriate. On sites where the audience is more likely the fun guns I´ld expect the PNs are more like a chatter. On my sites PNs are necsessary and still a core function.
|
#65
|
|||
|
|||
Quote:
Professional, chatter I figured would be limited to special forums with permission or threads with special permission if you have this kind of modification set up. I could never see ultra sensitive information on a board. |
#66
|
|||
|
|||
Quote:
Just imagine you have a board for a profesision and you want to talk with someone else about things going on in your company, you are not happy with. Fraud, mobbing, whatever you can think of. If you are posting that to a forum and you give away some informations, a person knowing you and the company could get an idea that it?s you - in that case you can bet your a** that the company will find your post sooner or later - and that?s the last thing you want to happen |
#67
|
|||
|
|||
Thank you, I originally looked at this thread as being superfluous so appreciate your time for the education. I am a little less ignorant now
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|