vb.org Archive

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

Phaedrus 11-27-2008 07:42 PM

How is it that I missed such a great idea for so long?

I'll probably install this and then they'll put out 3.8.x and I'll have to reinstall... But I'm still going to do this.

Logician 11-28-2008 07:01 AM

Quote:

Originally Posted by Neutral Singh (Post 1674033)
Thank you!! It worked!!

Another request: What if i want the re written url ending ***.html instead of ***.htm ?

Well from seo point of view it really does not matter whether your url is a htm or html.

But if you still want to change, it would require some modifications in many files. You need to do the first change in .htaccess file, then search for "htm" in view.php, editors.php, wt_wt.php files and change them too.

gchristo 11-28-2008 08:32 PM

Installed.
Excellent, thank you Logician.
I noticed that you posted some examples of sites that use a template as their home page.

How would one name a template as an index file, or would a redirect to the desired template be used?
I'd like to use a template as a home page to try a few things.
Thanks in advance for any advice.

Logician 11-29-2008 06:33 AM

pre-installation faq item 7 covers it.

gchristo 11-29-2008 11:48 AM

Quote:

Originally Posted by Logician (Post 1675004)
pre-installation faq item 7 covers it.

Thank you Logician for the information and great work! :up:

wacnstac 12-01-2008 02:14 AM

How much of the Hyster Sisters website is based on this template? How do they do their homepage over there? If most of their pages there are based off this template, it looks like I found a winner.

Neutral Singh 12-04-2008 07:30 AM

Thanks again. Well, integration with vBAdvanced is not possible if we enable url rewrite option in webtemplates... there must be a way to achieving this.

birdie 12-05-2008 11:46 PM

I love this mod and use it on several forums...

BUT, have a unique problem on a new forum. Its not possible for me to import .xml files the usual way through the AdminCP>Import Product as I get this error
Quote:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp/php_upload/phphD0Hoo) is not within the allowed path(s) in [path]/admincp/plugin.php on line 1638
No one has been able to fix it for me, so to import .xml, I load to the file to server and use the option to 'OR import the XML file from your server" and works fine to install products.

However, step 3 of installing this mod, requires the webtemplate_export.xml to be imported - the mod does not give me the option to import it from the server and I get the above error if try importing the required way.

Anyone got a work around or advice?

ishare 12-06-2008 07:48 PM

I have prepared a list with letterbar which let users to filter the threads. (Letterbar in this post)

Everything works perfect. I've used the letterbar as below in the templates.
Code:

<a href='view.php?pg=cat1&myletter=a'>A</a>
<a href='view.php?pg=cat1&myletter=b'>B</a>
<a href='view.php?pg=cat1&myletter=c'>C</a>

I've also prepared a list which shows all the threads from all the categories. (cat1,cat2,cat3) I used below querry.
Code:

SELECT t.threadid, t.title, t.postusername,t.postuserid,t.dateline, f.title as forumtitle
FROM " . TABLE_PREFIX . "thread t
LEFT JOIN " . TABLE_PREFIX . "forum f ON f.forumid=t.forumid
WHERE t.sticky=0 AND t.visible=1  AND (t.forumid=1 OR t.forumid=2 OR t.forumid=3) $letterquery
ORDER BY t.dateline DESC
LIMIT 2000

I would like to learn if it possible to filter the threads of all categories with the same letterbar ?

What i mean is, i would like to be able to use a letterbar for the template which lists all the threads from category1, category2 and category3.

Is that possible ?
Regards

Logician 12-08-2008 09:44 AM

Quote:

Originally Posted by wacnstac (Post 1676146)
How much of the Hyster Sisters website is based on this template? How do they do their homepage over there? If most of their pages there are based off this template, it looks like I found a winner.

Nearly all Hyster Sisters external pages are powered by Webtemplates. They have over 100 webtemplate pages. But their home page is not WT, it is a custom script.


All times are GMT. The time now is 09:08 AM.

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.05819 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_code_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