The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Here's one that I'm not even sure how easy/hard it is. One of my members wanted to have it so when you click to reply to a thread, the smilies box on the left will have random ones from your total collection so that they would be encouraged to use different smilies and not have to click the get more button. I would love this hack as increasing the number of smilies in that box breaks my table border so I had to only allow 18 smilies in that box vs. 30
|
#2
|
||||
|
||||
In functions.php replace this:
Code:
if ($smtotal > 0) { $smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie"); Code:
if ($smtotal > 0) { $smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie [high]ORDER BY RAND()[/high]"); |
#3
|
||||
|
||||
Chen, Chen, Chen,
THANK YOU!!!!!! THANK YOU!!!!!! THANK YOU!!!!!! |
#4
|
||||
|
||||
Working like a Charm!!
|
#5
|
||||
|
||||
No problem.
|
#6
|
||||
|
||||
Are you going to release this? It's a big help to those of us that have 120+ smilies hehehe.......
|
#7
|
|||
|
|||
I have used this hack forever but now just won't work anymore with 2.3.2 hmmm did i do something
|
#8
|
||||
|
||||
[QUOTE=Kewl]I have used this hack forever but now just won't work anymore with 2.3.2 hmmm did i do something
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|