The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A hack which count every posts at the top of a page
Could someone do a hack which disable users to choose the number of posts to show per page and set it at the same number for everyone, and also which count every post at the top of a page and shows the 5 members with the most of top page's post on the forumhome (this a statistik that peoples ask me on my forum).
I don't know if it's easy understanding but if you don't just ask and i'll explain my request. Thx in advance :banana: |
#2
|
||||
|
||||
in your admin options
go to thread display options there you'll find this: User Settable Maximum Posts per Page If you would like to allow the user to set their own maximum posts per thread then give the options seperated by commas. Leave the field blank to force them to use the MAXPOSTS setting above this option. ex. 10,20,30,40 so leave it just blank hmm, don't sure i understood everything, but search for a statistik panel hack in the release forum, i think there is such a hack |
#3
|
|||
|
|||
thx guy i am gonna search for it
|
#4
|
|||
|
|||
i didnt find it...
i explain what i am searching for: some guys on my forum ask me for post at top of a page statistic. it means a statistic that counts for each user the posts which are at the top of a page in a thread. and then i'd like to show the statistik on the forumhome like for the top 10 posters hack |
#5
|
|||
|
|||
Quote:
i would like the number to be the same on every page |
#6
|
|||
|
|||
:'( nobody to help me ?
|
#7
|
||||
|
||||
See below.
|
#8
|
||||
|
||||
Infact here you go. PLEASE BACKUP because I really don't consider myself a hacker and I don't want you to mess your board up:
In template... User Option Templates > modifyoptions > Remove: Code:
<tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Default Posts per Thread:</b></normalfont><br> <smallfont>Number of posts that are shown on one page of a thread.</smallfont></td> <td bgcolor="{secondaltcolor}"><smallfont> <select name="umaxposts"> <option value="-1" $postsdefaultselected>Use forum default</option> $maxpostsoptions </select></smallfont></td> </tr> Then go to the VB Admin panel > VBulletin Options > Thread display options > In the 'User Settable Maximum Posts per Page' box, only put in the number you want to be available. eg: '40' = 40 posts per page. Next enter the following sql query into your database: Code:
UPDATE user SET maxposts=40; |
#9
|
||||
|
||||
"which count every post at the top of a page and shows the 5 members with the most of top page's post on the forumhome (this a statistik that peoples ask me on my forum)." - This I can't help with though - sorry.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|