Are there any plans for a CMS Widget version of the Live Feed block in the works?
We're trying to keep the forum home page free of clutter so we'd prefer if blocks could be kept at the CMS page.
Otherwise, we're going to have a real hard time making use of this modification :(
The XML was fine. Just something was causing & to disappear from the URL. Maybe vbseo or server configurations. Either case, I changed it to & #38 ; instead which has fixed it.
Thanks!
/vbsecurity.php?do=securityaction=recommendations (This one leads to Security Recommendations that I forgot to mention above that doesn't work either)
/vbsecurity.php?do=securityaction=settingscategory=vboptions
/vbsecurity.php?do=securityaction=settingscategory=usergroups...
Yea, those definitely exist. I'm a super admin too, so I don't think that's an issue. I'm not quite sure what's wrong :(
I suppose to be more specific, everything works except for the following options:
Security Settings: vBOptions
Security Settings: Usergroups
Security Settings: Admins...
I've installed the mod (hopefully correctly) but some of the options are giving me "Invalid Action".
Checking through vbsecurity.php, I'm guessing it's trying to find certain files in "actions/admin/" but can't. As a matter of fact, some of the files such as vboptions.php, usergroup.php, and...
I have it where it would appear in a conditional $forum[forumid] == '##' so it would appear only after a certain forum row as I have with other mods.
If it is wholely dependent on variables there though :(
Thanks anyway
I was wondering how to be able to add more hooks than just FORUMHOME. I tried changing it in forumhome_complete.php but it didn't seem to do anything. I want the hook to be forumhome_forumbit_level2_post for the top x stats. Any advice on how to go about with the PHP would be great.
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT * , thread.forumid
FROM dbtech_usertag_mention AS dbtech_usertag_mention
LEFT JOIN post AS post USING(postid)
LEFT JOIN thread AS thread USING(threadid)
WHERE 1=1
AND dateline >= 1280638800 AND...