The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Soooo...
First of all, I must admit I'm a PHP-newbie...and the installation of this hack is REALLY tricky, but the results are OK, and I think it's worth while Here's my hack. It creates a link just under the usual smilies panel and allows to have a huge amount of smilies, and to order them in folders. 1. Pre-Requisites You must have this two hacks installed: https://vborg.vbsupport.ru/showthrea...threadid=24033 https://vborg.vbsupport.ru/showthrea...threadid=25888 2. Description of Files in .ZIP smiliepanel.php - To copy in your root dir. vbcode.js.txt - A few lines to ADD at bottom of your vbcode.js blanksmile.gif - A "fake" smile to add in your /images/smilies dir adv_smilie_*.txt - The templates you have to create vbcode_smilies_getmore - The template as I have on my vbull. 3. How to install a. Edit smiliepanel.php Just after this comment PHP Code:
PHP Code:
Do the same thing with PHP Code:
Then, look for the line PHP Code:
b. Add the lines of code you find in "vbcode.js.txt" at bottom of your vbcode.js c. Create the templates adv_smilie_head adv_smilie_page adv_smilie_firstalt adv_smilie_secondalt adv_smilie_foot adv_smilie_table adv_smilie_close and copy in them the content of the .TXT files. d. Replace your "vbcode_smilies_getmore" template with the one you find in the .ZIP file. e. Now...this is the only way I found to do that, and the way it was useful for me, if one of you has something better, pls help Upload the "blanksmile.gif" to your smilies directory. Then go to the admin panel, and add the smile, without giving it replacement text and text. Then, move the "blank" smile to the last position. I have 36 smilies installed on my board, and with the "blank" one they become 37. Then I went to "vBulletin Options", and set "Clickable Smilies Total" to 36. (That means it has always to be your number of smiles, minus one). f. Upload vbcode.js and smiliepanel.php That's it. Comments and suggestions are REALLY appreciated. Show Your Support
|
Comments |
#12
|
||||
|
||||
The problem with this hack is that you need the [img] tag enabled. What if you have it disabled? Also, it doesn't integrate with smilies already in the database. Otherwise it looks like a good way to have categories for smilies.
|
#13
|
|||
|
|||
As you said: the installation is difficult, but the result is really good.
Thanks |
#14
|
|||
|
|||
nice hack
|
#15
|
||||
|
||||
Very nice hack. Thanks
|
#16
|
|||
|
|||
Any demo for this hack or forum system using it?
|
#17
|
||||
|
||||
Yep... this is a community which I worked for a while...
http://forum.igz.it I'm moving mine... the panel works fine anyway [ I just don't remember well... but I'm afraid you'll have to register in order to access the "new thread" page, as there are no unregistered-access forums ] |
#18
|
|||
|
|||
Yes it looks cool, thanks for your quick reply.
|
#19
|
|||
|
|||
If i wanted 3 folders called , Angry , Confused and Cool.
Would i be right in thinking that i would have to create an extra template called adv_smilie_third alt and edit the code like this? Code:
<!-- Smilie Folder Index --> <? if ($smiliepage==1) { eval("dooutput(\"".gettemplate("adv_smilie_head")."\");"); eval("dooutput(\"".gettemplate("adv_smilie_firstalt")."\");"); ?> <!-- Editable Code Write down the name of the Folder and the link as in this example: <a href="smiliepanel.php?smiliepage=2">First Page</a> IMPORTANT: use "?smiliepage=1" only if linking the index --> <a href="smiliepanel.php?smiliepage=2">Angry</a> <!-- /Editable Code --> </font></td> </tr> <? eval("dooutput(\"".gettemplate("adv_smilie_secondalt")."\");"); ?> <!-- Editable Code Write down the name of the Folder and the link as in this example: <a href="smiliepanel.php?smiliepage=2">Second Page</a> IMPORTANT: use "?smiliepage=1" only if linking the index --> <a href="smiliepanel.php?smiliepage=3">Confused</a> <? eval("dooutput(\"".gettemplate("adv_smilie_thirdalt")."\");"); ?> <!-- Editable Code Write down the name of the Folder and the link as in this example: <a href="smiliepanel.php?smiliepage=2">Third Page</a> IMPORTANT: use "?smiliepage=1" only if linking the index --> <a href="smiliepanel.php?smiliepage=4">Cool</a> <!-- /Editable Code --> |
#20
|
|||
|
|||
I have now installed the hack www.hostcompanies.com/forums on vb 2.2.9.
I have heard that one of the prequisit hacks required for this may not work on 2.30 - can anyone confirm this? Can someone confirm this working on 2.30 - i am looking to upgrade but it really dont want to loose this hack as it took so long to add all the smilies - in fact i still have more smillies to add. |
#21
|
|||
|
|||
Does anyone know if this hack works in vb3 gold?
I am about to upgrade to vb3 gold and i would like to keep this hack. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|