Quote:
08-02-03 at 03:30 PM glo said this in Post #105
I have to add the queries too! But they are all exisiting vb queries, so i just need to add them to the webquery list, right?
I have compiled my webquery for this template!
$nowbrowsing $cpnav $bbuserinfo[userid] $bbtitle $headinclude $session[sessionhash] $bbuserinfo[username] $coppatext $parentemail $bbuserinfo[email] $customfields_required $bbuserinfo[homepage] $bbuserinfo[icq] $bbuserinfo[aim] $bbuserinfo[yahoo] $htmlonoff $bbcodeonoff $imgcodeonoff $smiliesonoff $birthday $customtext $customfields $footer $bbuserinfo[usergroupid]
All up 23 queries from my count. Is that too many?
How am i going so far?
|
Some of these are webtemplates variables (eg. $nowbrowsing), some of them are vb variables ($bbuserinfo[userid] $bbtitle $headinclude $session[sessionhash] $bbuserinfo[username]), some of them are vb templates but none of them are webqueries.
Webquery is a different concept which means SQL queries you created with this hack. It has nothing to do with things you mentioned here.