The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I think that the private messages are missing the paging feature... perhaps add << < 1 2 ... > >> feature?
|
#2
|
|||
|
|||
Most administrators won't allow you to have more than 50-100 private messages, which is why the multipage nav feature is not currently implemented.
|
#3
|
|||
|
|||
Time for a hack?
|
#4
|
||||
|
||||
yeah please, i would like it as an admin as i stored lots of pms myself and hate waiting for 200 to load.... until a "download pm thing" comes along..
|
#5
|
||||
|
||||
Chris,
Here's a simple and dirty download hack for you. I've had this running on my BB since 1.1.3: 1) Open private.php. Find: Code:
if ($delete!="") { $what="delete"; } Code:
if ($download!="") { $what="download"; } Code:
eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&folderid=$thisfolder\");"); } PHP Code:
2. Open template privfolder. Find: Code:
<input type="submit" class="bginput" name="move" value="Move" style="background-color:#6C6081;color:#F5D300;font-size:10px;font-weight:bold"> $massforwardlink or <input type="submit" class="bginput" name="delete" value="Delete" style="background-color:#6C6081;color:#F5D300;font-size:10px;font-weight:bold"> Code:
<input type="submit" class="bginput" name="move" value="Move" style="background-color:#6C6081;color:#F5D300;font-size:10px;font-weight:bold"> or <input type="submit" class="bginput" name="download" value="Download" style="background-color:#6C6081;color:#F5D300;font-size:10px;font-weight:bold"> $massforwardlink or <input type="submit" class="bginput" name="delete" value="Delete" style="background-color:#6C6081;color:#F5D300;font-size:10px;font-weight:bold"> This can be tested on my Bulletin Board. Cheers, Bira |
#6
|
|||
|
|||
I've moved this thread out of the vB2 Bug reports forum, as it has turned into more of a hacks thread than a bug report.
|
#7
|
||||
|
||||
Kier, why don't you take my proposal above here and improve it? I don't have your skills and knowledge
|
#8
|
||||
|
||||
than's bira, that is very useful.
cheers |
#9
|
||||
|
||||
if people are interested in this, I can improve this code to use a template (rather than hard-coded format) and a little less code lines.
Let me know if you are. |
#10
|
||||
|
||||
i am definitely interested, going to test it on your forum as well soon....
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|