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)

EnIgMa1234 02-14-2007 10:29 AM

Quote:

Originally Posted by Jeordie015 (Post 1181885)
I know someone is going to request this, so it may as well be me.

How about making it so there's a period of time for "good morning," a period of time for "good afternoon," and a period of time for "good evening?" So like, from 6:00AM to 12:00AM, it would be "good morning." From 12:00AM to 5:00PM it would be "good afternoon." And from 5:00PM to midnight it would be "good evening." Or something like that. Making the times customizable in the admin CP would be cool too.

this is already done. its in v1.1 & product v.2

EnIgMa1234 02-14-2007 10:29 AM

Quote:

Originally Posted by taydu (Post 1182160)
Ok it's work now. But how come it still say welcome between 12 PM to 6 PM??

updating that now

JsnakeJ 02-14-2007 02:04 PM

v1.2 product aint workin, i fixed it for you man. Its attatched

EnIgMa1234 02-14-2007 02:21 PM

sorry i didnt have enough time to test this. thanks m8

JsnakeJ 02-14-2007 02:31 PM

lol its just fixing your coding. Take a look at the code in both of em. In yours theres unclosed tags and unneeded ones.

I got errors importing yours so I did a little editing and now it works perfect.

chkdgate 02-14-2007 05:05 PM

I'm getting errors on the update.

Robru 02-14-2007 05:06 PM

XML Error: Mismatched tag at Line 20

chkdgate 02-14-2007 05:34 PM

Line 20 didn't have < before:
PHP Code:

phrase name="goodafternoon_x"><![CDATA[Good Afternoon, {1}.]]></phrase

Since fixing that I'm now getting an error on line 21. I'll wait until you update.

PHP Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="goodmorning" active="1">
<title>Goodmorning/Welcome Username V.2</title>
<description>Shows Good Morning In Navbar If It Is 12 O'Clock Or Under</description>
<version>1.1</version>
<url />
<versioncheckurl />
<dependencies>
    </dependencies>
    <codes>
    </codes>
    
    <phrases>
        <phrasetype name="GLOBAL" fieldname="global">
            <phrase name="goodmorning_x"><![CDATA[Good Morning, {1}.]]></phrase>
            </phrasetype>
            <phrasetype name="GLOBAL" fieldname="global">
            <phrase name="goodevening_x"><![CDATA[Good Evening, {1}.]]></phrase>
            </phrasetype>
            <phrase name="goodafternoon_x"><![CDATA[Good Afternoon, {1}.]]></phrase>
            </phrasetype>
</phrases>
</product>


EnIgMa1234 02-14-2007 05:49 PM

updated

chkdgate 02-14-2007 06:25 PM

Let me give it a second go around.


All times are GMT. The time now is 03:41 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.01276 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_php_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