Quote:
Anyone have a suggestion as to how to save the web template data for replacement in puzzle grid the next time a visitor loads a saved web template page?
|
Have you tried using SEO friendly URLs? This might help since WT will be renamed as
https://my site/forums/view_crswrdpuz.htm
which your script might like better.
However please note that if script is trying to overwrite this HTML somehow (to insert score inside it etc), then it will still fail. I'm not sure why that script is trying to access that html file.
Quote:
Instead of showing the users on this one page - how can I make it display the total number of users on the entire vb forum?
|
This is not possible as a default feature but if you don't mind hacking (and this hack will apply to ALL webtemplates too!), this should work:
In view.php, find line:
PHP Code:
session.lastactivity > $datecut AND (session.location LIKE '%".$Search_Word_for_session_TB."?%' AND session.location LIKE '".$idSQL."') OR (session.location LIKE '%".$Search_Word_for_session_TBURL."%')
and replace it as
PHP Code:
session.lastactivity > $datecut
Quote:
Any suggestions as to why this applet works fine when loaded from server as a straight html page but when same html code placed in new web template page it fails?
|
I would think this is related to the applet. It is likely that it is coded to work in the same server enviroment. It doesnt sound like anything related to WT.