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)
-   -   WebTemplates v.0.1 (Old Version) (https://vborg.vbsupport.ru/showthread.php?t=36419)

Ember 01-02-2003 08:35 PM

Quote:

Originally posted by Grendel
Hm. Even if your posting is not against me - I don't think, you're helpful, Logik.
No, he's a prick, there's a difference... I get the feeling he's one of those people who thinks he's better than you.

Grendel 01-02-2003 08:35 PM

What type of "functions" do you have on your homepage?

Ember 01-02-2003 08:39 PM

Basically everything that site uses... I have all my functions defined in one file, such as sql queries, php, all the html... and then I just call them in on the main pages, so I can edit everything in one place.

Ember 01-02-2003 08:43 PM

by functions I mean defining stuff using php:

PHP Code:

<?php
function head()
{
?>
<html>
<head>
<title>Title</title>
</head>
<body bgcolor="#cecece">
<?php
}
?>

and then to put it in the main site I just put:

PHP Code:

<?php
head
();
?>

But there is more complex stuff on other pages.. liking viewing a complete story, which usings the post function eg: news.php?id=1 to view news story one...

I am just wondering how to get it to work thats all :) hehe.

Grendel 01-02-2003 08:44 PM

You could try to load it in an iframe on your homepage. Only netscape-users can't see this.

Ember 01-02-2003 08:46 PM

That might work, i'd have to look up the code to make the iframe transparent as the cell its in has a background image.

Grendel 01-02-2003 08:47 PM

The easiest way: just put your functions into webtemplates. I really played around with wt and you can do a lot of things with it.

Ember 01-02-2003 08:49 PM

Ok, thanks for your help all the same... I may just add a fully fledged welcome bar onto my home page and be done with the whole thing :)

Logician 01-03-2003 07:45 AM

Quote:

Originally posted by OrangeCow.net
This may have been covered before, but I am using $user_username like this:

Welcome $user_username

but it is just showing "Unregistered" even if you are logged in... am I doing something wrong?

If Grendal's help solved the problem, ignore me plz.

If you still have the problem, I need some clarification: Can't you make webtemplates work all together or does it work but just $user_username not works? Also please mention if it works if you use it default: ie. you call show.php?pg=template_name directly without PHP includes..

Ember 01-03-2003 09:11 AM

Ok, what I did was:

Create a new webtemplate that contained

PHP Code:

Welcome $user_username 

When I went to the address show.php?pg=welcome - it worked fine and showed Welcome Ember, however when I used php to include show.php?pg=welcome it would only show Welcome Unregistered, I tried including global.php to no effect.

Hope that clears it up!


All times are GMT. The time now is 02:17 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.01323 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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