vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Favorite Smilies (https://vborg.vbsupport.ru/showthread.php?t=123116)

BirdOPrey5 09-11-2008 09:20 PM

Upgraded to 3.7.3 PL1 from 3.7.2 and just had to remake the edits in the functions_editor.php file again, everything else worked after that.

Fungsten 09-15-2008 05:59 PM

Quote:

Originally Posted by griffinzx10 (Post 1611569)
??? My PM as in my private msgs?? NOTHING... What else are you referring to

Oh. I was referring to Darwinist. :eek:

legionofangels 09-17-2008 07:11 PM

This modification is not compatible with this one:

https://vborg.vbsupport.ru/showthread.php?t=135336

I'm guessing only one or the other will work, because I've noticed both want to go in the same location under the Smilie icon of the editor and My Favorite Smilies aren't showing up, it just says my smilies, which is annoying because what if I want My Smilies to be some of the defaults?

Might be recommended to add that to the front page of your mod.

Pamela 09-18-2008 05:41 PM

Can anyone please help me? I'm almost there!

No matter what I do, I can't get the smilies to save!

I see the yellow star, I have the link in the User CP, I get the list of smilies to chose from, but when I click on "save", the selections won't hold. I have redone steps over and over again (with the instructions in post #329 and the security token fix as well) and can't get it to work to save my own life. :confused:

Please help if you can because I'm at a total loss here. Thank you!!!

legionofangels 09-25-2008 05:41 PM

Quote:

Originally Posted by Darwinist (Post 1076989)
In the very first part of step 1 of the installation instructions, look at the 'replace with' code. In this part:
PHP Code:

            else {
                
$smilies $vbulletin->db->query_read_slave("
                    SELECT smilieid, 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, imagecategory.title, smilie.displayorder
                "
);
                
$totalsmilies $vbulletin->db->num_rows($smilies);
            } 

You would replace the...
PHP Code:

ORDER BY imagecategory.displayorderimagecategory.titlesmilie.displayorder 

line with...
PHP Code:

ORDER BY rand() 

The result would be random smilies in the smilie box when the user has not selected a favorite smilies list.

Darwinist,

Does your above changes make my Smilies Cloud remain random and not show the fave smilies?


Our goal: we have the fave smilies show in the drop down menu of the Smilies button on the editor, and we want the Smilies cloud to remain random and not show the faved smilies there.

If the above change does not work, please advise on how to make the Smilies Cloud remain random.

Darwinist 09-29-2008 01:44 AM

Sorry for the delay... I've uploaded a version for 3.7 Here.

legionofangels 10-02-2008 08:47 PM

Quote:

Originally Posted by Darwinist (Post 1632678)
Sorry for the delay... I've uploaded a version for 3.7 Here.

I'm sorry, can I get an answer to my question?

legionofangels 10-13-2008 09:27 PM

* bump *

legionofangels 10-15-2008 04:18 PM

* bump *

legionofangels 10-17-2008 07:40 PM

Quote:

Originally Posted by Darwinist (Post 1076989)
In the very first part of step 1 of the installation instructions, look at the 'replace with' code. In this part:
PHP Code:

            else {
                
$smilies $vbulletin->db->query_read_slave("
                    SELECT smilieid, 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, imagecategory.title, smilie.displayorder
                "
);
                
$totalsmilies $vbulletin->db->num_rows($smilies);
            } 

You would replace the...
PHP Code:

ORDER BY imagecategory.displayorderimagecategory.titlesmilie.displayorder 

line with...
PHP Code:

ORDER BY rand() 

The result would be random smilies in the smilie box when the user has not selected a favorite smilies list.

Quote:

Originally Posted by legionofangels (Post 1630231)
Darwinist,

Does your above changes make my Smilies Cloud remain random and not show the fave smilies?


Our goal: we have the fave smilies show in the drop down menu of the Smilies button on the editor, and we want the Smilies cloud to remain random and not show the faved smilies there.

If the above change does not work, please advise on how to make the Smilies Cloud remain random.

Hello? Just wondering if that will work.


All times are GMT. The time now is 07:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02162 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete