Meh, ok... im really sort of confused here.
I am making an installer script for a hack - and I wanted to have it autosubmit different phrases and templates. Everything seems to be going OK on the admincp side of things, but when I access the hack it gives me tons of errors.
When I submit the templates and rebuild styles the new templates are visible in the admincp style editor, but when I access them in my mod they give me errors like:
Code:
Parse error: parse error, unexpected '{' in /home/mdzaman/public_html/demo2/downloads.php(832) : eval()'d code on line 2
That '{' error refers to
Code:
{$stylevar['htmldoctype']}
When I was testing this out, I found that when I click save on the template in the admincp it fixes the problem - but I dont know why. I tried searching for the template submission code in vBulletin but I didnt find anything that stood out.
When I submit phrases, they are visible when searched for and when I am viewing all phrase groups, but my own phrase group (downloads, id=411) is not visible and I cannot find out why. Furthermore, when I try to cache phrasegroups for the specific page
Code:
$phrasegroups = array('downloads');
I get a vbulletin database error when viewing the page.
If someone could help solve some/all of these problems ... that would be great. Thanks for reading down this far - hopefully you have an answer.