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)
-   -   Forum Home Enhancements - Goodmorning/Goodafternoon/Goodevening Username (https://vborg.vbsupport.ru/showthread.php?t=139312)

chkdgate 02-14-2007 06:33 PM

It's not showing now.

Soliloquy 02-15-2007 02:21 AM

Code:

XML Error: mismatched tag at Line 21

taydu 02-15-2007 05:11 AM

for some reason the goodafternoon_x or afternoon_x (depend on which xml file you use) didn't get added to the phase manager. Go to the phase Manager and add goodafter_x of afternoon_x then it should be fine.

chkdgate 02-15-2007 08:50 AM

Quote:

Originally Posted by Soliloquy (Post 1182939)
Code:

XML Error: mismatched tag at Line 21

I got that too.

Quote:

Originally Posted by taydu (Post 1183003)
for some reason the goodafternoon_x or afternoon_x (depend on which xml file you use) didn't get added to the phase manager. Go to the phase Manager and add goodafter_x of afternoon_x then it should be fine.

Can we just get an update that corrects these issues?

EnIgMa1234 02-15-2007 10:50 AM

its all working now. sorry about that. didnt have time to test. :D

chkdgate 02-15-2007 11:12 AM

Now, that's what I call an update.:up:

EnIgMa1234 02-15-2007 01:56 PM

thanks for installing. if you have any problems, dont be shy about asking me :D

Robru 02-15-2007 02:46 PM

V1.1:

Code:

<strong><phrase 1="$bbuserinfo[username]"><script type="text/javascript">
var d = new Date()
var time = d.getHours()

if (time < 12)
{
document.write("<b>$vbphrase[goodmorning_x]</b>")
}
else if (time>=12 && time<18)
{
document.write("<b>$vbphrase[afternoon_x]")
}
else
{
document.write("<b>$vbphrase[goodevening_x]")
}
</script></phrase></strong>

Find:

Code:

document.write("<b>$vbphrase[afternoon_x]")
Replace with:

Code:

document.write("<b>$vbphrase[goodafternoon_x]")

taydu 02-15-2007 04:20 PM

Just curious why there is no </b> tag after goodafternoon and goodevening?

EnIgMa1234 02-15-2007 04:21 PM

i'll add one in now


All times are GMT. The time now is 09:23 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.01119 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
  • (5)bbcode_code_printable
  • (2)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