Question... I have 3.0.9 I installed this mod.. Well.. oddly, I think I am getting parse errors from the adminfunctions_template.php which will come up as:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/forumsq/public_html/includes/adminfunctions_template.php on line 375
The only other mod I installed the same time was a cron job for purging users who dont activate after 10 days.
So was wondering.. does this not work for 3.0.9 or something? I mean.. luckily I can still work in the adminCP. However Forum manager, add new forum give me this error and I dont know if its from this mod somehow or what. =/
Anyone have some advice? =)
Edit: Yeaaaa Only took me 5 hours to figure it out.. you see something was odd about the php file.. it looked like if a 2 year old was learning php.. double quotes all over the place, no correct string or line breaks etc..
Which was odd, since I couldnt see how EITHER mod could cause it.
Tracked it down...
https://vborg.vbsupport.ru/showthread.php?t=59820
That.. if you use the built in file editor.. it will save the php code in such a way that it ruins the design of the php page in question! OUCH! However.. using the upload function to overwrite it using the mod works fine and no issues anymore.. but so much for my idea to use edit to be quicker to work with.. sigh..
Anyways installed. ^^