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)

skywalker2208 07-04-2008 04:33 PM

Any ides on when of if this mod will be upgraded to 3.7

NeitherSparky 07-05-2008 10:16 PM

Quote:

Originally Posted by Lustikus (Post 1566706)
hi,

got a problem on my 3.6.8 installation, all working fine, only the star didnt work, i see only a " Edit favorite smilies" text.... not the gif, but the gif is uploaded in the correct folder and ive done all the editor bitsettings again and again, i also deinstalled and reinstalled the add on for vbulletin.


any ideas ?

Yeah, check the properties for that text. Where is it *looking* for the image? Put the image there. :)

Day Dreamer 07-10-2008 03:35 AM

The link to edit the favourite smiles doesn't show in my usercp? I have user profile pictures disabled, does it have something to do with that?

Leo Brazil 07-14-2008 01:35 PM

Quote:

Originally Posted by Day Dreamer (Post 1571631)
The link to edit the favourite smiles doesn't show in my usercp? I have user profile pictures disabled, does it have something to do with that?

When I upgraded from 3.6.8 to 3.7.0 I had this issue just like you.

You'll have to revert all templetes used by this mod and edit them manually again, just like if you want to unistall it and re-install it.

Try this and I'm sure it's gonna work for you.

Day Dreamer 07-15-2008 04:18 AM

nm, figured it out, i had an older version on my computer still and used that one by mistake :o

JodiSal 07-22-2008 03:19 PM

I love this mod! On the lookout for a 3.7.x update! :)

WildSoftCat 07-22-2008 06:50 PM

I've got security message clicking Save button in editfavsmilies : Your submission could not be processed because a security token was missing.

VB 3.7.2 PL1

Problem solved, need template favoritesmilies edit.

find
PHP Code:

<input type="hidden" name="do" value="updatefavsmilies" /> 

before it add :
PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 


frank44 08-18-2008 05:38 PM

Any word on a 3.7 update?

blaskow 08-19-2008 02:13 AM

Quote:

Originally Posted by WildSoftCat (Post 1581653)
I've got security message clicking Save button in editfavsmilies : Your submission could not be processed because a security token was missing.

VB 3.7.2 PL1

Problem solved, need template favoritesmilies edit.

find
PHP Code:

<input type="hidden" name="do" value="updatefavsmilies" /> 

before it add :
PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 


Thanks! fixed my problem! (running 3.7.X)

Works Great! :up:

BirdOPrey5 08-24-2008 02:38 PM

Got it setup and working on 3.7.2 following the instructions above- thanks! -installed-

Fungsten 08-25-2008 04:56 PM

Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` =
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`pm_search` = '1',
`grouppma` = '3',
`mysmiliesvb_permissions` = '1',
`mysmiliesvb_maxwidth` = '60',
`mysmiliesvb_maxheight` = '60',
`mysmiliesvb_maxsize` = '32768',
`mysmiliesvb_totalsmilies` = '50',
`mysmiliesvb_totalsize` = '1048576',
`cispermissions` = '15',
`abouttodaypermissions` = '167',
`vbimghost` = '0',
`vbimghost_upslots` = '3',
`vbimghost_files` = '50',
`radiotvpermissions` = '0',
`vbtrends_permissions` = '1',
`forumpermissions` = '3928311',
`genericpermissions` = '1308628615',
`attachlimit` = '0',
`pmquota` = '350',
`pmpermissions` = '1',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '53',
`profilepicmaxwidth` = '300',
`profilepicmaxheight` = '300',
`profilepicmaxsize` = '30000',
`avatarmaxwidth` = '250',
`avatarmaxheight` = '250',
`avatarmaxsize` = '25000',
`signaturepermissions` = '235007',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '400',
`sigpicmaxsize` = '2500',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '700',
`sigmaxlines` = '15',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '5',
`albumpermissions` = '239',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`favsmiliepermissions` = '1',
`visitormessagepermissions` = '55',
`socialgrouppermissions` = '375',
`vbnotes_permissions` = '1',
`invitationpermissions` = '0'
WHERE usergroupid=45;

MySQL Error : Unknown column 'invitationpermissions' in 'field list'
Error Number : 1054
Request Date : Monday, August 25th 2008 @ 12:53:01 PM
Error Date : Monday, August 25th 2008 @ 12:53:01 PM
Script :
Referrer :
IP Address :
Username : XXXXXXXXX
Classname : vB_Database
MySQL Version : 5.0.51a-community
Any ideas? TIA.

griffinzx10 08-31-2008 01:35 PM

ok i upgraded to 3.7.3 and i can see the fav smilies that i selected, but i cannot edit them...

I can see the fav smilie selection in USERCP, but cannot change, and the start the is normally by the Smilies box in the post reply is also gone.

Any help would be great...

Thanks

Fungsten 08-31-2008 03:21 PM

Check your PM.

griffinzx10 09-01-2008 12:03 AM

Quote:

Originally Posted by Fungsten (Post 1611228)
Check your PM.

??? My PM as in my private msgs?? NOTHING... What else are you referring to

ginger22 09-01-2008 12:16 PM

Me too, after upgrade to 3.7.3 it stop working.

akrus 09-01-2008 12:18 PM

I experience the same problem as mentioned above. Could someone help with adapting fav smilies for 3.7.3?

Fungsten 09-01-2008 05:36 PM

Quote:

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

Huh! I'll try it again.

NeitherSparky 09-02-2008 04:21 AM

Quote:

Originally Posted by ginger22 (Post 1611944)
Me too, after upgrade to 3.7.3 it stop working.

You're sure you re-did the file edits? Upgrading overwrites all the files and undoes the edits. I know it sounds obvious but I needed to be told the first time. ;) Anyways I went to 3.7.3 and fave smilies works fine on my board.

jw00dy 09-03-2008 05:38 PM

Works fine on both my 3.7.3 boards as well.

griffinzx10 09-03-2008 05:58 PM

re-installed and works fine now...

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.

legionofangels 10-30-2008 04:09 PM

* bump 3 *

griffinzx10 11-11-2008 12:29 PM

what is the difference btwn 1.0.5 and 1.0.6?

If we have 1.0.5 installed and then need to upgrade to 1.0.6 what changes need to be made, or does there have to be a complete reinstall?

My issue is i dont get the save button when updating my smilies...

griffinzx10 11-12-2008 05:17 PM

Bump... Anyone

Mubeen Ali 09-09-2012 01:49 PM

i have install this hack. but when i select smiles and click on save button i face this error

Code:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.



All times are GMT. The time now is 05:59 PM.

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.01666 seconds
  • Memory Usage 1,844KB
  • 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
  • (1)bbcode_code_printable
  • (10)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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