PDA

View Full Version : Chose Default Posted Smiles


Lordmusic
07-31-2001, 05:05 AM
It may not make sense, but what I mean is there's a section in the control panel that lets you choose the 12-40 or whatever smiles that show themselves on the left here when you are posting a message.

As default they are randomly or alphabetically chosen, but I for one would like to specify them...

Anyone want to create this quick hack? I am sure it would be useful and perhaps implemented in the next vbulletin version.

Lordmusic
08-02-2001, 07:40 AM
There has to be someone interested? COMON! I need this hack.

Any ideas?

Lordmusic
08-07-2001, 04:43 AM
Someone has to want this, just like I do, comon! Anyone? Trow me a bone here...

Admin
08-09-2001, 09:34 AM
The smilies are ordered by their IDs
You can remove all smilies, and re-add them, by the order you want them to show up.

But you can do this.
Find
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie");
and replace it with
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY title");
This will order the smilies by their title. Meaning :) (Happy) will be before :( (Sad) but after :D (Big Grin).

:D

Joshua Clinard
01-22-2002, 06:41 AM
Then there's also this.

https://vborg.vbsupport.ru/showthread.php?s=&threadid=25888