vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   /me vB Code (https://vborg.vbsupport.ru/showthread.php?t=38069)

Oblivion Knight 04-11-2003 03:23 PM

Thanks FireFly :)
Working with no troubles at all on 2.3.0 RC3..

[high]* Oblivion Knight clicks install.[/high]

Synicide 04-17-2003 10:20 PM

installed and working on 2.3 :D

Legendary Kid 04-22-2003 01:47 AM

Nice

[high]* Legendary Kid clicks instaLL ;)[/high]

kdog316 04-24-2003 03:52 PM

i get this erorr after installing everything and trying to access my forum

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/kdog316/public_html/forums/admin/functions.php on line 925

Fatal error: Call to undefined function: vbsetcookie() in /home/kdog316/public_html/forums/admin/sessions.php on line 205

kdog316 04-24-2003 05:38 PM

i got it to work but it still gives me the green gross color what do i put in timecolor do i put yellow or #ffff33

padblaz 05-23-2003 06:47 AM

[high]* padblaz loves this hack
[/high]
[high]* padblaz thanks you for it :)[/high]

ogden2k 06-02-2003 02:22 PM

[quote]READ:
To fix the bug where users who quote other people get the /me tag messed up, replace this code in newreply.php:
Code:

    $pagetext = preg_replace("/(\[quote])(.*)(\[\/quote])/siU", "", $pagetext);
With this:
Code:

    $pagetext = preg_replace("/(\

       
Quote:

       
       
               
       
       

                       

                       
                                )(.*)(\[\/quote])/siU", "", $pagetext);
    $pagetext = preg_replace('#^/me(.*)$#im', "* $originalposter\\1", $pagetext);
                       
                       

               


This is what I ahve in newrepy:
Code:

$postdate=vbdate($dateformat,$postinfo[dateline]);
    $posttime=vbdate($timeformat,$postinfo[dateline]);
    $pagetext=$postinfo[pagetext];
    $pagetext = trim(preg_replace("/(\[quote])(.*)(\[\/quote])/siU", "", $pagetext));
    eval("\$message = \"".gettemplate("quotereply",1,0)."\";");
           
  }
}

How do I add the code fix? Also, how do I fix the preview view?

ogden2k 06-02-2003 04:32 PM

Actually, I got it fixed. Thanks anyways! ;)

Intex 06-03-2003 08:21 PM

Nice hack Firefly - thanks :cool:.

[high]* Intex clicks install.[/high]

007 06-04-2003 04:31 AM

When making a new reply if you scroll down and read the past posts, it still shows

/me

and does not convert those phrases... Would it be possible to do this?


All times are GMT. The time now is 07:30 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.03161 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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