vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   /me - irc feature (https://vborg.vbsupport.ru/showthread.php?t=93171)

Guest210212002 01-25-2006 11:12 PM

Quote:

Originally Posted by Daniel
I know this will sound stupid but... how would I uninstall this via admincp? It's not showing up in my plugin manager, but it's showing up when I click "Upload/download plugins"

[high]* Daniel is a confused duckling[/high]

Uninstall in the Product Manager, not the plugin manager. ;)

Daniel 01-27-2006 02:43 AM

Quote:

Originally Posted by Chris-777
Uninstall in the Product Manager, not the plugin manager. ;)

I believe this is a plugin... anyway, doesn't appear in either of them. :(

Guest210212002 01-27-2006 01:07 PM

Quote:

Originally Posted by Daniel
I believe this is a plugin... anyway, doesn't appear in either of them. :(

It's in Product manager for me.

:scratches head:

Perhaps reinstall it, allow overwrite, then see if it shows up?

pokesph 01-29-2006 05:06 PM

Quote:

Originally Posted by Jafo232
Problem with this hack. Consider this:

http://Members.aol.com.. Took me forever to figure out what was mucking my links..

For now, uninstall clicked..

4 days of pulling out hair because of mucked links and image links.. and finially figured out it was the hack.. had to disable it and may remove it soon unless the url issuse are fixed.

well, it was fun while it lasted..

Guest210212002 01-29-2006 09:08 PM

Quote:

Originally Posted by pokesph
4 days of pulling out hair because of mucked links and image links.. and finially figured out it was the hack.. had to disable it and may remove it soon unless the url issuse are fixed.

well, it was fun while it lasted..

Hmm. I don't have an issue with that at all, see screenshot:

Erwin 02-20-2006 05:24 AM

Use this code instead:

PHP Code:

$mepattern '/(^|\s)\/me ([^\r\n]+)/is';
if(
preg_match($mepattern$this->post['message']))
{
    
$this->post['message'] = preg_replace($mepattern'$1<b>* ' $this->post['username'] . ' $2</b>'$this->post['message']);


Should fix the URL and other unintentional change problems.

Desihunk 03-13-2006 01:46 AM

Thanks Erwin.

I had to disable the hack due to the same reason!!

This might help :)

Thanks

theArchitect 04-28-2006 07:02 AM

Many thanks Erwin. Worked like a charm on 3.5.4. :)

zetetic 11-01-2006 02:15 PM

Quote:

Originally Posted by Chris-777
It's in Product manager for me.

:scratches head:

That's El_Muerte's modification, posted earlier in the thread and released independently here. The mod in the OP of this thread is a plugin, not a product.

shaynehammy 06-14-2007 04:41 AM

Does this work on 3.6.4?


All times are GMT. The time now is 04:58 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.01476 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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