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)

Logician 11-11-2002 04:35 PM

Quote:

Originally posted by cono
i was going to wait for the new version, seems real good.
and announcement date yet? its been a little while.

Yes I was working on the new release hard and actually was very close to completion. I have added many new features to the new release too. But then I decided that all the new features of the new release is not very performance-friendly for servers with high trafic.

Instead of giving up the many of the new features, I decided that it would be better to change the entire algorithm of the hack to support all these new features while having a fast performance in all servers. Therefore new release is now pending in my to-do list for a revise in its algorithm&structure and since it's not easy to make an algorithm change, unfortunately I dont have a ETA for the new release.

ryancooper 11-26-2002 09:51 PM

Quick Question. to anyone using Vbportal how do you get the left side to appear in your WEBTEMPLATES

`

Crinos 11-26-2002 11:04 PM

use $themeheader and $themefooter instead of $header and $footer...

If you meant the sidemenus and sideboxes, I don't think it's possible as it's a phpnuke feature rather than vbulletin's, and therefore incompatible with the webtemplate hack...

ryancooper 11-26-2002 11:14 PM

Quote:

Originally posted by Crinos
use $themeheader and $themefooter instead of $header and $footer...

If you meant the sidemenus and sideboxes, I don't think it's possible as it's a phpnuke feature rather than vbulletin's, and therefore incompatible with the webtemplate hack...

Thank you very much for your quick reply. And yes i did mean the side boxes so I guess i can stop pulling my hair out trying to do it!

Thanks again. . .

luvjeffrey 11-27-2002 05:32 PM

First and foremost, I want to thank logician for such wonderful hack.

This hack is very versatile and can be used to fit many of the design problems I have for my site.

I had been also contemplating whether to try out vbPortal but was reluctant as it involves too much changes and i am afraid will pose upgrade problems in future.

With this hack, I can safely and easily manipulate databases and also more importantly produce dynamic pages that tailor to the users needs.

Once again, I like to give a pat on logician's back. I hope to see your new release soon. Thankz :)

Eladesor 11-27-2002 06:43 PM

Ive reada this thread and can only find reference to one person who 'fixed' this error but sadly didn't post how :(

Anyway - when installing my page remains at webtemplates_install.php?p=1

I've checked the instructions / changed the database details ect... (even put the wrong details in to see if anything changed) - but the page never changes ?

Any ideas please - Thanks in advance.

Logician 11-27-2002 07:06 PM

Quote:

Originally posted by Eladesor
Ive reada this thread and can only find reference to one person who 'fixed' this error but sadly didn't post how :(

Anyway - when installing my page remains at webtemplates_install.php?p=1

I've checked the instructions / changed the database details ect... (even put the wrong details in to see if anything changed) - but the page never changes ?

Sorry my bad.. I should have updated the installation file for this small bug which occurs in some servers. Here is the fix:

edit "webtemplates_install.php", find:

PHP Code:

settype ($p"integer"); 

Before that add:

PHP Code:

$p=$HTTP_GET_VARS['p']; 

This should fix the bug in installation.. Let me know if it doesn't work, thx..

Eladesor 11-27-2002 07:12 PM

Logician: No worries - it happens ;)

Thanks for the fix - edited the file and everything worked perfect :)

Now it's time to play :)

ryancooper 11-28-2002 03:08 PM

Is there a way to call a php include in the file? I tried
<?php
include 'file.html'
?>
But nothing shwed up

Logician 11-28-2002 05:18 PM

Quote:

Originally posted by ryancooper
Is there a way to call a php include in the file? I tried
<?php
include 'file.html'
?>
But nothing shwed up

Webtemplates are not parsed for PHP.


All times are GMT. The time now is 03:16 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.01333 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)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