vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [uShop] BBcode and Smilies in Custom Usertitle (https://vborg.vbsupport.ru/showthread.php?t=64394)

dstruct2k 04-30-2004 07:11 PM

Quote:

Originally Posted by msimplay
i solved my previos problem with my earlier request
it seems that only admins may bypass the custom bbcode in user titles using the normal custom user title store item because they have html enabled for user titles good job am the only admin

ps could u make the same hack to include changing other users names aswell
please

to the store history

and if possible to the v3 stats page :$

I personally would rather have the history unparsed, so that you can see exactly what code the user used. I could code an option into the php though, version 3 soon I guess. :rolleyes:

As for that "stats" page, it's part of the v3arcade... I really don't want to code hacks for hacks that integrate with other hacks, if you know what I mean. (Otherwise you'd be asking for code for every hack that shows the usertitle. ;)) I'll post a quick fix in a sec though, as I too have the arcade installed, and I modded it about 10 minutes ago. :)

dstruct2k 04-30-2004 07:21 PM

Arcade integration
(Editing arcade.php)

Find:
Code:

$navbits[""] = "Arcade Statistics";
Add under:
Code:

        {
                require_once('./includes/functions_bbcodeparse.php');
                $user['usertitle'] = parse_bbcode($user['usertitle']);
        }

Find:
Code:

// if this is the user's first visit to the arcade
Add above:
Code:

                if ($bbuserinfo['titleparse'])
                {
                        require_once('./includes/functions_bbcodeparse.php');
                        $bbuserinfo['usertitle'] = parse_bbcode($bbuserinfo['usertitle']);
                }


msimplay 04-30-2004 09:39 PM

Quote:

Originally Posted by dstruct2k
I personally would rather have the history unparsed, so that you can see exactly what code the user used. I could code an option into the php though, version 3 soon I guess. :rolleyes:

As for that "stats" page, it's part of the v3arcade... I really don't want to code hacks for hacks that integrate with other hacks, if you know what I mean. (Otherwise you'd be asking for code for every hack that shows the usertitle. ;)) I'll post a quick fix in a sec though, as I too have the arcade installed, and I modded it about 10 minutes ago. :)

yeh i was actually hoping to post in this forum for every hack that i may encounter in the future :o

ps thank you very much for the arcade intergration :D

msimplay 05-06-2004 12:06 PM

Quote:

Originally Posted by Giveit2u43
Do you have cached posts switched on? if so that`s the problem. as the parse_bbcode tag takes the parsed bbcode and uses it as the cached posttext..

that is very weird actually i don't have that problem with cached posts turned on

weaver 05-08-2004 02:01 PM

/me installs

weaver 05-09-2004 02:38 AM

Quote:

Do you have cached posts switched on? if so that`s the problem. as the parse_bbcode tag takes the parsed bbcode and uses it as the cached posttext..
How do you turn cached posts off?

msimplay 05-09-2004 08:39 PM

um i need this modification for private messages now
:o

to snobbymom its under *Server Settings and Optimization Options* in admin cp options
and then set *Cached Posts Lifespan* to 0 days

Zachery 05-16-2004 08:58 PM

It doesnt work at all with post chacing turned on? or it just doesnt update the old posts?

If it just doesnt update the old posts, then its a matter of just clearing the post chache and renalbing it.

dstruct2k 05-20-2004 01:45 AM

Short instructions for profile.php because I'm busy right now:

Find a line with [musername]
add this a few lines above...
Code:

        {
                require_once('./includes/functions_bbcodeparse.php');
                $user['usertitle'] = parse_bbcode($user['usertitle']);
        }

I'll post full instructions later, right now I'm coding vbEvents. :)

Zachery 05-20-2004 03:41 AM

<poke> anwser me :P


All times are GMT. The time now is 09:30 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.01118 seconds
  • Memory Usage 1,742KB
  • 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
  • (5)bbcode_code_printable
  • (4)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