vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   WebTemplates 3.5.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=103076)

Kihon Kata 07-08-2006 02:44 AM

it does if you are editing in txt mode

Quote:

Originally Posted by oninuva
would the next update have a Wysing or what ever thingy?


Trues 07-08-2006 03:13 PM

Quote:

Originally Posted by CallieJo2
Okies...I can pull it up with:
PHP Code:

<?php 
echo $stylevar[htmldoctype];
echo 
$headinclude;
echo 
$header;
echo 
$navbar;
include (
"http://www.mydomain.com/folder/index.php"); 
echo 
$footer;
?>

But after it submits the info from my form it goes back to that scripts default look...anyway to keep the vb look after submitting the form? Thanks...

I'm having the same issue, any ideas?

Thanks in advance.

morrow 07-10-2006 04:57 PM

I know there are PHP restrictions for using this script. I have a rather simple script that doesn't seam to work. Can someone help me modify it so it can work within webtemplates? I'm not sure if it's possible or not but it would be great if it was!

PHP Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>
<head>
    <title>U.S. Geological Survey</title>

</head>

<body>

<table>
    <thead>
        <tr>
            <td>USGS</td>
            <td>Station</td>
            <td>Date</td>
            <td>Time</td>
            <td>Height</td>
            <td>CFS</td>
            <td>Temperature</td>
        </tr>
    </thead>

    <tbody>
<?php
$content
=file("http://waterdata.usgs.gov/ny/nwis/uv?format=rdb&period=1&site_no=01427510"); 

foreach(
$content as $line)
{
    if( 
substr($line04)=="USGS" )
    {
        echo 
"<tr>";
        
$column explode("\t"$line);
        echo 
"<td>".$column[0]."</td>";
        echo 
"<td>".$column[1]."</td>";        
        echo 
"<td>".date("j F Y" ,strtotime($column[2]))."</td>";    
        echo 
"<td>".date("H:i:s" ,strtotime($column[2]))."</td>";    
        echo 
"<td>".$column[3]."</td>";    
        echo 
"<td>".$column[4]."</td>";    
        echo 
"<td>".$column[5]."</td>";    
        echo 
"</tr>";
    }
}
?>
    </tbody>
</table>

</body>
</html>


morrow 07-12-2006 07:06 PM

anyone?

Kihon Kata 07-12-2006 08:13 PM

Quote:

Originally Posted by morrow
anyone?

You're prolly gunna have to wait for Logician

orphan 07-17-2006 07:14 AM

will\need this mob be updated to work with v3.6 ?

-=Sniper=- 07-17-2006 10:07 AM

3.6 RC1 seems to be working

Kihon Kata 07-17-2006 01:07 PM

3.6 beta 1, works fine for me

drn 07-17-2006 09:09 PM

Hi,

First just a quick thanks for a neat add-on. Ideal for simple pages. I do have a problem with VBulletin Styles though.

My site has 2 areas - one area is branded in a particula style and includes some webtemplates. If I log in as the guest user - then the webtemplates are displayed in the default style for the whole site. Is there any way that alter the default style for the webtemplates rather than using the site default?

Ben

bhxtyrant 07-18-2006 02:04 AM

Hey guys,I was wondering does webtemplates have a "block" type layout like vBACMPS?and also does it have a place to create menu blocks for certain pages?I love the sound of this CMS over VBA but if it doesnt have those two options i dont think it will suit me.Thanks


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