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)

TheFrienzNet 01-15-2007 01:19 PM

Thanks, this is just what I need.

SledgeHammer101 01-23-2007 08:50 PM

Hi,

I have the following error after I installed mysmilies:

when i upload an image and attach it in an posting with the [attach] code the image is shown twice in the posting. 1 in the posting where the [attach] is, and 2 in the frame for the attachment. after i deactivated mysmilies it didn't happen anymore. How can this be ?
the forum is 3.6.3

Kentaurus 01-24-2007 10:41 PM

Quote:

Originally Posted by SledgeHammer101 (Post 1165986)
Hi,


I have the following error after I installed mysmilies:

when i upload an image and attach it in an posting with the [attach] code the image is shown twice in the posting. 1 in the posting where the [attach] is, and 2 in the frame for the attachment. after i deactivated mysmilies it didn't happen anymore. How can this be ?
the forum is 3.6.3

I didn't test it in 3.6.3, although it shouldn't have a problem. Does your mysmilies keyword collides with anything in the word [attach] ?

bollie 01-26-2007 07:50 AM

Supported or not ?

Kentaurus 01-26-2007 10:04 PM

I'm sorry. After a lot of debugging I was unable to fix the error that you are getting. I can't possibly support all forum, hack and style combinations, I can only support an installation on a clean vb, and I am willing to help people fix mixed problems that could happen when something between modifications collides.

FFW 01-30-2007 07:57 PM

My members wanted this enabled for signatures so I added 2 new plugins with this code:
PHP Code:

        $GLOBALS['mysmiliesvb_userid'] = $vbulletin->userinfo['userid']; 

at the following hook locations:
  • profile_updatesignature_start
  • member_start
Not sure if this is the best way of doing it but it works.

Also Hugh created vBlogetin support for this hack. You can download the addon product here.

thincom2000 02-01-2007 11:08 PM

How many queries does this add to showthread.php?

Kentaurus 02-02-2007 02:32 AM

Quote:

Originally Posted by thincom2000 (Post 1172562)
How many queries does this add to showthread.php?

1 for getting the smilies every time bbcode_parse is called the first time. Since the post makes its way to the cache, no queries are added to showthread.

Mosh 02-09-2007 07:15 AM

Quote:

Originally Posted by apdcanari (Post 1149695)
Works 3.5 ???

Tks,

C?dric :rolleyes:

No it does not :(

But all is not lost as I have back-ported to v3.5.x and have released it here as MySmilies VB for v3.5.x :D

FFW 02-13-2007 05:59 PM

Kentaurus, could you possibly help me out and advise how I could get MySmilies working with amy's userpage mod?


All times are GMT. The time now is 12: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.01871 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (3)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