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)

limey 07-10-2003 02:49 PM

What do I edit to change the color of the font on that last row under the article where it says:

Quote:

Page Visitors: 0, Last Visitor was blah at 07-10-2003 - 11:47 AM. [Edit This Page]
Page Created at 10-07-2003 - 01:25 AM, Last Modified : 10-07-2003 - 11:45 AM.

Logician 07-11-2003 06:24 AM

Quote:

Yesterday at 08:07 AM K33nny said this in Post #59
Would it be safe to say that Webtemplates v.1 no longer needs to be used? I never really got around to do anything with it but should I just remove it?
Yes safe to remove version v0.1

Logician 07-11-2003 06:25 AM

Quote:

Yesterday at 06:49 PM limey said this in Post #61
What do I edit to change the color of the font on that last row under the article where it says:
it is inside the webtemplate code

robbyt 07-11-2003 03:32 PM

Logician...I concur with the others, this is very cool. The only thing not working on my board is outside variables. I define them to the page (without $ and with spaces), access the template via an HTTP Post operation and cannot display the $variable. Everything else works as it should. What am I not understanding here?

Example: variable name defined to template: cnumber

Use: You've entered your $cnumber ...

What I get: You've entered your ...

???

Logician 07-12-2003 07:02 AM

Quote:

Yesterday at 07:32 PM robbyt said this in Post #64
Logician...I concur with the others, this is very cool. The only thing not working on my board is outside variables. I define them to the page (without $ and with spaces), access the template via an HTTP Post operation and cannot display the $variable. Everything else works as it should. What am I not understanding here?

Example: variable name defined to template: cnumber

Use: You've entered your $cnumber ...

What I get: You've entered your ...

???

You are right. There is a small bug in the code and here is the fix:

Edit view.php, find:

PHP Code:

$n=substr($k,1); 

Replace it as:
PHP Code:

$n=$k

This should fix your problem. :)

Brahm 07-13-2003 04:29 AM

my $nowbrowsing variable does not work. I am using HTML Parsing and I have selected the option on the template to "Display Webtemplate browsers."

Intex 07-13-2003 08:37 AM

Brahm - Things to check are:
  • Make sure you're this is being tested when you're not invisible if its not an admin accuont
  • Once you're on that page, I've found that sometime you need to refresh it again to see it
  • Make sure that you're using the variable for displaying who's browsing in whatever template you're using

Hopefully one of those should sort it :).

Logician 07-13-2003 10:14 AM

Quote:

Today at 08:29 AM Brahm said this in Post #66
my $nowbrowsing variable does not work. I am using HTML Parsing and I have selected the option on the template to "Display Webtemplate browsers."
Yes what Intex mentioned should help.. :)

If not, please let us know the webtemplate URL you are having problems.

soccerclue 07-13-2003 08:02 PM

Hi Logician,

I wonder if you can add additional features in the hack that allows the moderators of the forum to update a specific webtemplate page in the control panel without dealing with the HTML stuff? The point is to have input boxes in the moderator CP, and each input box deals with the input of each column of a table. My webtemplate deals with a table..and I would like my mods to update a specific column for each row..can that be achieved? Hope you can help.

Logician 07-13-2003 08:48 PM

Quote:

Today at 12:02 AM soccerclue said this in Post #69
Hi Logician,

I wonder if you can add additional features in the hack that allows the moderators of the forum to update a specific webtemplate page in the control panel without dealing with the HTML stuff? The point is to have input boxes in the moderator CP, and each input box deals with the input of each column of a table. My webtemplate deals with a table..and I would like my mods to update a specific column for each row..can that be achieved? Hope you can help.

If you make your webtemplate a theme and your table a child webtemplate that uses that theme, I don't think it is a big deal for your moderators to edit a HTML table's text fields in their editor interface, isn't it so?

If it is so, maybe you can set child webtemplate parsing as "TEXT" and let your mods use bbcode to edit this webtemplate. Well then you wont have a HTML table but I guess you can create a well looking chart with bbcode too.


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