![]() |
Version 2.5
Fixed small bug with the stats page. Added the ability to have the score and rank images display in a separate line when default setting is to not have the thread title in every post. The following files have changed: - postrankstats.php (please re-FTP to your server) - product_postrank.xml (please re-import with 'Allow Overwrite' selected) |
got it to work... voted MOTM!
|
Right so I've been asked to replace every mention of 'rank' with 'donk'.... don't ask.
is this an easy one? |
Yes it is easy...
Since everything is phrased you can either change it in the product itself if you open it in a text editor and then re-import it, or simply search all phrases via the admin control panel for the word 'rank' and change it that way. |
Quote:
ok one more question - can the collapse low ranked posts option be set to on as default for all users without it being forced, i.e. they still have the option to turn it off again? |
Yes, you can run this SQL query to set both hide and highlight on for all users:
for both: UPDATE postrank_useroptions SET highlight_post = 1, hide_post = 1 for collapse/hide: UPDATE postrank_useroptions SET hide_post = 1 for highlight: UPDATE postrank_useroptions SET highlight_post = 1 |
thanks for that, but i only have postrank_useroptions for users who've already modified their options?
|
pete_brady,
if you have MySQL 4.1.0 or higher: INSERT INTO postrank_useroptions (userid, highlight_post, hide_post) SELECT userid,1,1 FROM user ON DUPLICATE KEY UPDATE highlight_post = 1, hide_post = 1 |
great, thanks!
|
We have a little problem.. after installing and setting up the values i tried to vote some posts.
Unfortunately that doesn't work. After clicking 2 times (about 20 seconds between the clicks) on the + oder - button they turn grey and nothing happens. Any suggestions? |
All times are GMT. The time now is 04:43 AM. |
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:
|