vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   display username in title (https://vborg.vbsupport.ru/showthread.php?t=201716)

Goliath27 01-17-2009 01:08 PM

Quote:

Originally Posted by Loco.M (Post 1713823)
it was a mod by Bofo that's in the graveyard now
that's the only /you mod that I know of

Found the one by BoFo but as you said, it was dead. Simple mod or too complicated to remake?

ALi

Tofer 01-19-2009 09:01 PM

it doesn't seem that it would be that hard, i just cant code to save my life. i tied modifying the "/me" code but it didnt work.

ok found the boofo mod as well... this is exactly what i'm looking for. https://vborg.vbsupport.ru/showthread.php?t=169166

anyway to make this live again?

Goliath27 01-19-2009 11:29 PM

I know the guy who made it, he has a auto forum that I first seen it on. I thought it was Halarious.

Wish he would check his new PM lol

ALi

glennybee 01-19-2009 11:45 PM

I have the [you] mod on my forum.

If I'm allowed I could download it and attach here? I'll need the go-ahead from a staff member or Boofo before I'll upload it.

Goliath27 01-20-2009 12:44 AM

nice, Staff.......

ALi

Dismounted 01-20-2009 04:56 AM

Quote:

Originally Posted by glennybee (Post 1718401)
If I'm allowed I could download it and attach here? I'll need the go-ahead from a staff member or Boofo before I'll upload it.

You need the go ahead from the original author. vB.org does not hold any copyright over any modifications released here.

Killeglass 02-08-2009 10:04 PM

I think this is exactly what I am looking for

Any update?

Thank you

KTP 09-23-2009 08:20 PM

if you make an xml file using the following:

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<plugins>
        <plugin active="1">
                <title><![CDATA[[you]]]></title>
                <hookname>global_complete</hookname>
                <phpcode><![CDATA[$output = str_replace('[you]', $vbulletin->userinfo['username'], $output);]]></phpcode>
        </plugin>
</plugins>

then upload as a plugin, it works perfectly.


All times are GMT. The time now is 04:26 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.01155 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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