Wayne2k1.com
02-20-2002, 10:00 PM
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 :D
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/showthread.php?s=&threadid=24033
https://vborg.vbsupport.ru/showthread.php?s=&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
<!-- 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 -->
You'll find
<a href="smiliepanel.php?smiliepage=2">First Page</a>
Replace "First Page" with whatever you want to call the first "folder" of your panel.
Do the same thing with
<a href="smiliepanel.php?smiliepage=3">Second Page</a>
and so on. If you have (probably you have :) ) more than 2 folders, just copy&paste the code from line 27 to line 62, as many times as the folders you have.
Then, look for the line
<!-- Smilie Folder #1 -->
and read the instructions above. Just make sure to respect the syntax for the "<a href".
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 :D
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.
:)
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 :D
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/showthread.php?s=&threadid=24033
https://vborg.vbsupport.ru/showthread.php?s=&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
<!-- 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 -->
You'll find
<a href="smiliepanel.php?smiliepage=2">First Page</a>
Replace "First Page" with whatever you want to call the first "folder" of your panel.
Do the same thing with
<a href="smiliepanel.php?smiliepage=3">Second Page</a>
and so on. If you have (probably you have :) ) more than 2 folders, just copy&paste the code from line 27 to line 62, as many times as the folders you have.
Then, look for the line
<!-- Smilie Folder #1 -->
and read the instructions above. Just make sure to respect the syntax for the "<a href".
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 :D
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.
:)