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)
-   -   Major Additions - MySmilies VB (https://vborg.vbsupport.ru/showthread.php?t=135336)

Kentaurus 01-06-2007 11:40 AM

Quote:

Originally Posted by Trana (Post 1151773)
I receive the following error/code when I click on Upload a Smilie:



And etc, etc.

That looks like a corrupted upload of class_dm_mysmiliesvb.php in the includes directory, please try reuploading it.

Kentaurus 01-06-2007 12:32 PM

Quote:

Originally Posted by Nimrod. (Post 1151430)
I have the exact same problem and I have the latest version1.03. Refreshing it seems to clear it, but I dont want my member seeing that code and getting freaked out by thinking that they did something wrong.

Also, what about using our own smilies in PMs? The other person dosent recive the smilies, just the code for it. Will thisbe fixed when the quotes are fixed?

Both the pm support and the html code appearing when using quickreply was fixed in version 1.03... I am unable to reproduce the problem.

In you admin control panel => Plugin Manager, does the plugin "Let the WYSIWYG editor know about the custom smilies" looks identical to this one?

Code:

// ############################### MySmilies VB Hack ###########################   
    if ($vbulletin->options['mysmiliesvb_option_masterswitch'] && is_array($vbulletin->smiliecache))
    {
        $smilies = $vbulletin->db->query("SELECT * FROM ".TABLE_PREFIX."mysmiliesvb WHERE userid=".$vbulletin->userinfo['userid']."");
        while ($smilie = $vbulletin->db->fetch_array($smilies))
        {
            $smiliedata = array();
            $smiliedata['smilieid'] = "9999".$smilie['mysmiliesvbid'];
            $smiliedata['title'] = '';
            $smiliedata['smilietext'] = $smilie['smilietext'];;
            $smiliedata['smiliepath'] = $vbulletin->options['mysmiliesvb_option_smiliesurl']."/mysmilie_".$smilie['mysmiliesvbid'].".gif";
            $smiliedata['showid'] = 0;
            $smiliedata['imagecategoryid'] = 0;
            $smiliedata['displayorder'] = 1;
            $smiliedata['smilielen'] = strlen($smilie['smilietext']);
            $vbulletin->smiliecache["9999".$smilie['mysmiliesvbid']] = $smiliedata;
        }
    }   
   
    // ############################### /MySmilies VB Hack ###########################


Trana 01-06-2007 08:20 PM

Quote:

Originally Posted by Kentaurus (Post 1151853)
That looks like a corrupted upload of class_dm_mysmiliesvb.php in the includes directory, please try reuploading it.

Its not corrupted, I just verified.

Kentaurus 01-06-2007 09:46 PM

Quote:

Originally Posted by bollie (Post 1149956)
Can someone help me with these ?
I Post New Thread but Smilies and work no longer.

Sadly, I'm still unable to reproduce this problem. Did you try with the latest 1.03 version? A javascript error that might have been the problem was fixed.

Kentaurus 01-06-2007 09:48 PM

Quote:

Originally Posted by Trana (Post 1152161)
Its not corrupted, I just verified.

Since you are getting php code instead of the parsed code... seems like the file somehow got mixed up. If you open in your browser http://YOUR_SITE/includes/class_dm_myvbstats.php, do you get php code? In that scenario the file is not being parsed.

Reuploading the php files might work in this case.

bollie 01-07-2007 03:05 AM

Yes i try with the latest 1.03 version.
Now error to showthread & newreply
I if not upload smilie

nebu 01-07-2007 10:23 AM

HI!
I have installed this nice little hack and i works well.
only users who upload the smilie can use them?

if i code my new smilies :homer: and i type :homer: , i can see the smilie
and all other users can see it.
but if the other type :homer: , you can only see the code.

in quotes the same problem.
someone posts a new smilie, and you want to quote it and say "nice smilie"

than you see onle the code:

Quote:

Quote:

you look like brian adams :sweetheart:
nice smilie

Martin-TMGRS 01-07-2007 11:56 AM

Installed the hack and works fine but when I try to delete a smilie it dont delete.

Kentaurus 01-07-2007 06:52 PM

Quote:

Originally Posted by nebu (Post 1152515)
HI!
I have installed this nice little hack and i works well.
only users who upload the smilie can use them?

if i code my new smilies :homer: and i type :homer: , i can see the smilie
and all other users can see it.
but if the other type :homer: , you can only see the code.

in quotes the same problem.
someone posts a new smilie, and you want to quote it and say "nice smilie"

than you see onle the code:

Only users that upload the smilie can use it, that's the intended behavior :) The smilies are personal for the user, and completely apart from the forum smilies.

The support for smilies inside quotes is not yet in the hack.

Kentaurus 01-07-2007 06:52 PM

Quote:

Originally Posted by Martin-TMGRS (Post 1152558)
Installed the hack and works fine but when I try to delete a smilie it dont delete.

Do you get any error message? Does the page only reload without deleting the smilie?


All times are GMT. The time now is 01:18 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.01768 seconds
  • Memory Usage 1,748KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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