Quote:
Originally posted by Alan Ang
it seems that i have a little problem, i can't preview the WebQuery but I can preview the WebTemplate...
what can be the cause?
|
what do you mean by "you cant preview webquery"? You cant access webquery screen inside your Admin CP? Can you list webquery list in Admin CP when you click modify query? Can you access your webquery when you click one in the modify query screen? Or is it just webquery doesnt work when you load a webtemplate?
Please give some more details, I didnt get it.
Quote:
also, when i run http://myURL/show.php?pg=whoareyou, the list of messages seems NOT to be the latest posts.
when i try out your PM Query, the PMs that i get are all the Odd numbered ones... ??? can i re-install the Webtemplates?
|
Have you modified any webquery? Was it so when you first installed the hack and loaded whoareyou or did it become broken after sometime?
I must say that this is weird
Anyway here is my tips:
1- First apply the fix to show.php a few messages above and let's see if it will do the trick.
2- If not please delete your tables via these SQL commands:
drop table webtemplates;
drop table webtemplatequery;
(You have a tool to run a SQL query right? If not, you can use
this one)
After deleting both, run installation script again..
Do you mean replacing your index.htm with this template or inserting the results returned from this template inside index.htm?
Or if you just mean to put the link of the template in index.htm, you should link it just like a normal internet URL:
<a href="http://myURL/show.php?pg=whoareyou">My Template</a>
BTW. can I see your webtemplate? What's the URL?