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)

Logician 05-31-2006 01:12 PM

Quote:

Originally Posted by rrr
Could someone help me with a web query?

I created a new profile field that asks a question (field8) and I need to see all the answers to that question on one page sorted by usergroup (usergroupid: 10)

SELECT f.field8, u.username, u.usergroupid, u.userid
FROM user u
LEFT JOIN userfield f ON u.userid = f.userid
WHERE usergroupid =10

Kihon Kata 05-31-2006 01:27 PM

Yay, can't wait :banana:
Quote:

Originally Posted by Tim Skellett
First off, many thanks indeed for the hack!
Second, I will be implementing sa project soon within it, and when I have it all finished, I will learn how to make the .xml then post it in a new thread here, so your feature of sharing .xml's will get some input at last.


rrr 05-31-2006 06:00 PM

Quote:

Originally Posted by Logician
SELECT f.field8, u.username, u.usergroupid, u.userid
FROM user u
LEFT JOIN userfield f ON u.userid = f.userid
WHERE usergroupid =10


Thanks! I put that in the Query box and in the Query Result Row area I put:

$WQfield[field8]

And in my webtemplate I put the call to that new webquery I created:

$WQ_newquery

But the field8 doesn't show up when I view the page. Any suggestions?

Logician 05-31-2006 06:09 PM

Defined that webquery in that webtemplate? (Edit Webtemplate, mark "WebQueries Used in This Page")

rrr 05-31-2006 07:43 PM

Quote:

Defined that webquery in that webtemplate? (Edit Webtemplate, mark "WebQueries Used in This Page"
Yep, the box next to that webquery is checked.

Was I supposed to edit the query code you posted in any way?

Quote:

SELECT f.field8, u.username, u.usergroupid, u.userid
FROM user u
LEFT JOIN userfield f ON u.userid = f.userid
WHERE usergroupid =10

PanamaRed 06-01-2006 12:38 AM

Cant get it to install.. "Logician's webtemplates" never shows in the ACP. I see Logician's webtemplate settings, under VB options, but there is no export/import option to it to complet the install. I reloaded cpnav_webtemplates also no luck there either..

PanamaRed 06-02-2006 06:03 PM

Little bit of help anyone??

JohnBee 06-03-2006 06:48 PM

I'm sorry if this has already been answered but I was not able to find it.
Is it possible to use webtemplates as a CMS and have it display pages?

for example if I want to compose a product review and it was 12 pages long
is there a way to use webtemplates to display page 1, 2 3 4 etc?

Logician 06-03-2006 07:37 PM

Quote:

Originally Posted by JohnBee
I'm sorry if this has already been answered but I was not able to find it.
Is it possible to use webtemplates as a CMS and have it display pages?

for example if I want to compose a product review and it was 12 pages long
is there a way to use webtemplates to display page 1, 2 3 4 etc?

There is no automatic way, sorry! If you want to do it, you have to do it manually (ie split review into 12 different WTs and link eachother at the bottom of all).

Quote:

Cant get it to install.. "Logician's webtemplates" never shows in the ACP. I see Logician's webtemplate settings, under VB options, but there is no export/import option to it to complet the install. I reloaded cpnav_webtemplates also no luck there either..
I didn't see this message before. Is it you who emailed me and I replied? If not, do you still need help?

PanamaRed 06-04-2006 04:10 PM

Quote:

I didn't see this message before. Is it you who emailed me and I replied? If not, do you still need help?
Yes I am the one that emailed, Still can't get it to work.. Deleted the whole thing re-downloaded and re-uploaded.. Loaded the file cpnav_webtemplates as ASCII.. Cant access the webtemplates ACP, If I try to go to it manualy I get this message:

Warning: main(./global.php): failed to open stream: No such file or directory in /data/10/0/30/39/845854/user/866665/htdocs/forum/upload/forum/admincp/wt_wt.php on line 31

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/services/vux/lib/php') in /data/10/0/30/39/845854/user/866665/htdocs/forum/upload/forum/admincp/wt_wt.php on line 31


All times are GMT. The time now is 11:11 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.01906 seconds
  • Memory Usage 1,746KB
  • 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
  • (8)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