![]() |
Yep all of that stuff.
Plus on each BB message that a person writes there should be an icon to 'Send Private Message', if there isn't such thing already. Have to admit though, bloody good for a hack. If this is what one person can do in a short time then the 'proper' vBulletin version should be amazing :) |
In global.php find
Code:
function bbcodeparse2($bbcode,$forumid=0,$allowsmilie=1) { Code:
Code:
$dobbcode=$forum[allowbbcode]; |
Quote:
here is the fix for this (it works perfectly, relax): where the instructions now say: Code:
------------- Code:
------------- |
Looks like we both know what we are doing :p
|
Heres how to add lightbulbs to the private messaging
In the part which is added to index.php find Code:
$newpmcount = $newpmcounta[msgid]; Code:
if($newpmcount == 0) Code:
<img src="$lightbulb"> That's it :) |
Thanks Mark, that rules!
As for the "delete" in the messages list page -- I couldn't find a way to do a "mass delete" whereby you could check the boxes next to several messages and delete them at once, so instead I did this (for the time being): 1) add a td in the privmsgslist template at the end of the row, after the date/time td. Put there "delete?" 2) edit privmsgsbitlist template and add at the end of the row, after the $datesent and $timesent td, the following: Code:
<FORM ACTION="private.php" NAME="REPLIER" METHOD="POST"><td bgcolor="{firstaltcolor}" nowrap><input type="hidden" name="delete" value="yes"><input type="hidden" name="action" value="dodelete"><input type="hidden" name="msgid" value="$msgid"><input type="hidden" name="table" value="$table"><input type="hidden" name="password" value="$password"><input type="submit" value="Delete" width="1" height="1" style="font-size: 11px;"></td></form> Of course, this isn't the idyll solution - I'd prefer check boxex and the option to delete several messages whose boxes are checked at once - but it's still better than nothing. Now onto finding a fix for the forum jump scrolldown list :) |
Thanks bira - i've given it a go and it has worked in part.
However, where do I get the templates from ? Mark talks of the pmloggedin template - i've not got anything like that :( I /have/ got the following new templates, but nothing more: privatelogin privatemsglist privmsgbit privmsgsbitlist Can you help ? Maybe someone could email me any I might be missing ? |
Craig - I posted a list of the templates earlier on, I will do it again just for you :)
pmloggedin pmloggedout privatelogin privatemsglist privatemsgbit privatemsgbitlist sendprivmsg showprivmsg Those templates are installed when you run "makeprivtables.php" successfully. Check again -- you might have missed it. the pmloggedin is right above the postbit in the list of templates. Otherwise - what isn't working for you? |
Right, i'm definately missing these two:
pmloggedin pmloggedout They're not there at all - as you'd see from my homepage :) Could you do me a huge favour and copy & paste them here for me ? (or email them if you wish) Cheers |
Craig,
did you "Add $pminfo to 'forumhome' template where you want 'pmloggedin' or 'pmloggedout' template to appear"? In any case, this is how the original pmloggedin and pmloggedout templates look like: pmloggedin: Code:
<TR bgcolor="{categorybackcolor}" id=cat><TD colspan=6> Code:
<TR bgcolor="{categorybackcolor}" id=cat><TD colspan=6> Let me know if you need anything else |
All times are GMT. The time now is 12:48 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:
|