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 2.x: VB Integrated Content Management System (https://vborg.vbsupport.ru/showthread.php?t=54875)

roxics 08-01-2003 11:14 AM

SQL hasn't changed. Database is still at ve.roxics.com while the site is at visionengine.com

Logician 08-01-2003 11:25 AM

Quote:

I just moved my vbulletin files from one URL to another. the database stil remains at the old URL. The rest of the baord seems to work fine. Webtemplates also seems to work fine when editing. However clicking the "Visit" linknext to a web template in teh admin CP I notice it goes to the old URL. Why is that? Can I change that somewhere? Or is it in the database?
Visit link uses the value of "$bburl" to locate the whereabouts of "view.php". And the value of $bburl is assigned by vbulletin according to your admin cp/options page setting.

So if that link is taking you to a wrong URL, it must be related to your wrong entry of your site url in admin cp options page.

roxics 08-01-2003 11:28 AM

Thanks Logician
That was the problem. Didn't even think to change that. :)

glo 08-01-2003 11:37 AM

Quote:

Today at 09:09 PM glo said this in Post #128
However, i do have a very minor question! when i am in the edit section of the Webtemplates Header/Footer default_header_footer, the preview button does not seem to work? And on the bottom of the frame it says "Error on Page"

Seems to work fine when creating my own template?

I cant think of why? I have checked all the notes!

Any thoughts?

Logician 08-01-2003 12:32 PM

Quote:

Today at 03:37 PM glo said this in Post #134
Any thoughts?
This might fix it:

edit webtemplate.php, find:

PHP Code:

  maketextareacode("Template<br><br>","headerfootertemplate",'',25,80); 

Replace it as:
PHP Code:

  maketextareacode("Template<br><br>","template",'',25,80); 

Find:
PHP Code:

$headerfootertemplate=trim($headerfootertemplate); 

Replace it as:
PHP Code:

$headerfootertemplate=trim($template); 

(2 instances, replace both)

Find:
PHP Code:

maketextareacode("Template<br><br>","headerfootertemplate",$webtemplate['template'],25,80); 

REplace it as:
PHP Code:

maketextareacode("Template<br><br>","template",$webtemplate['template'],25,80); 


glo 08-01-2003 01:00 PM

Thanks Logician! thats the fix! was it just a bug that slipped thru?

:)

glo 08-02-2003 02:25 AM

Will your web templates allow flash to run inside of them?

Logician 08-02-2003 09:06 AM

Quote:

Today at 06:25 AM glo said this in Post #137
Will your web templates allow flash to run inside of them?
Webtemplates can do anything regular HTML pages can do so yes they allow flash too. Just create your flash snippet and add it to your webtemplate just like you are adding in a regular .html page.

glo 08-02-2003 12:51 PM

For some reason, i cant log out now that i have created my first webtemplate. Have you had any reported bugs of this nature?

Logician 08-02-2003 12:55 PM

what do you mean? You can log out in other forum pages but can not log out in webtemplate pages? Or cant log out in any pages? If later it is not related to the hack, your cookie is corrupted, clear it manually.


All times are GMT. The time now is 04:36 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.02609 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)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