Version: 1.00, by Pseudomizer
Developer Last Online: Feb 2010
Version: 3.0.1
Rating:
Released: 05-21-2004
Last Update: 06-09-2004
Installs: 100
No support by the author.
Welcome to my first Release of
Smilie Category Hack or How-to-organize VB smilies in a nutshell
This small Hack helps you to organize your smilies in a better and easier way:
How does this work ?
You have to have to create multiple Smilie Categories with your ACP Smilie Manager. This hack will offer you a form select screen in your smilie popup window. So you can now easily choose from different categories.
The integration should take about 5 minutes and is very easy. But please remember that you need to have at least 2 categories created with your smiliemanager in your ACP.
Required actions:
- 1 template change
- 1 php file change
Please click on this install button or on the install button on the upper right corner if you wish to get support for this hack.
Update 1.01
Bug in the WYSIWYG editor fixed.
Enjoy it.
Cheers,
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I do not know what you did but it should work on your site. It works on every other site. I have no idea what you did wrong especially because the install instructions are very short and you can not do much errors during the install/modifications.
Cheers,
It's not my installation it's your code. You categorized the getsmilies function used by the editor but not showsmilies one used for the posting rules. I fixed it last night by commenting out the old showsmilies and pasting in your code only renaming it. Works fine now. Sorry I hadn't gotten around to posting back on this thread to tell you I'd fixed it.
It's not my installation it's your code. You categorized the getsmilies function used by the editor but not showsmilies one used for the posting rules. I fixed it last night by commenting out the old showsmilies and pasting in your code only renaming it. Works fine now. Sorry I hadn't gotten around to posting back on this thread to tell you I'd fixed it.
Could you please post your changes then into this thread so I can integrate this later into my VBulletin 3.5?
Could you please post your changes then into this thread so I can integrate this later into my VBulletin 3.5?
Thanks in advance.
Cheers,
Change:
PHP Code:
// ############################### start show smilies ###############################
if ($_REQUEST['do'] == 'showsmilies')
{
$smiliebits = '';
$smilies = $DB_site->query("
SELECT smilietext,smiliepath,smilie.title,imagecategory.title AS category
FROM " . TABLE_PREFIX . "smilie AS smilie
LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid)
ORDER BY imagecategory.displayorder, smilie.displayorder
");
// ############################### start show smilies ###############################
if ($_REQUEST['do'] == 'showsmilies')
{
globalize($_REQUEST, array('wysiwyg' => INT, 'getsmilies' => STR_NOHTML));
$show['wysiwyg'] = $wysiwyg;
$smilies = $DB_site->query("
SELECT smilietext AS text, smiliepath AS path, smilie.title, smilieid,
imagecategory.title AS category
FROM " . TABLE_PREFIX . "smilie AS smilie
LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid)
ORDER BY imagecategory.displayorder, smilie.displayorder
");
$smilies = $DB_site->query("
SELECT smilietext,smiliepath,smilie.title,imagecategory.title AS category
FROM " . TABLE_PREFIX . "smilie AS smilie
LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid)
ORDER BY imagecategory.displayorder, smilie.displayorder
");
I have a 3.5 - style one done and posted on my website if anybody needs to get it. it's freely available for those who need it.
Actually it's not. When you click on any of the links you get an error message saying it's "not a public forum". Even when you click on the link to contact you this same error message pops up
That's the only reason why we came here looking for a hack like this. Otherwise we would have used yours.
just to make it clear here, that I will release an update for the 3.5 version but due to my current relocation to US (within my company) I will not be able to work on this until November.
So you should expect an update end of November or December 2005!