Version: 1.00, by sabret00the
Developer Last Online: Apr 2010
Version: 3.0.7
Rating:
Released: 03-25-2005
Last Update: 05-15-2005
Installs: 9
DB Changes
Is in Beta Stage
No support by the author.
It's in beta but it's only on like beta 3 lol, basically it's got a few bugs in it, i couldn't fix and i knew that their were one or two people that wanted this, as it's more a dev version i'm gonna forego the big sale and just tell you what it does
ok now you've checked all that info out, let's get on with it, i'm posting this here simply because i need the help of the coders here, it's no one of those hacks where you can install, report a bug and expect a fix in a matter of hours, infact it's more like report a bug and post the fix with it.
known bugs:
postings.php: let's just say the file don't work at all
viewthread.php: can't get the posting behaviour right, you can't quote at the moment for some reason and the quick reply is just generally quirky, the WYSIWYG don't work so right now it loads the Enhanced instead.
ok regarding credit: i need to thank everyone here, marco, kirby, dean, stefan, revan, filburt, amy, noppid, brad and many more, a second thanks to stefan and marco who seemed more than willing to help me with so much including stupid questions i should've known, the everybody who's a mod of the php forum who didn't ban me.
ok now to get on with it.
here you go, test and hopefully i'll be able to get a final out sometime soon
latest upload: 06/05/05 12:52 (GMT)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
physical human interaction has kept me away from all things vBulletin i'm afraid, yup i'm still gonna work on this but if anyone else would like to add something, change something, release a newer build etc, feel free as i can't see myself getting to this hack till midweek and it's a shame as it needs fixing on my site more than anything.
ok, i've worked on beta 4 for a fair bit, it's got all images working, though theirs still the issue to do with editing, though i know who the man is that will be able to give me the tips to fix it though i doubt he'll have time at the moment, so i'll release beta 4, grab all the new stuff that needs fixing so that it can all be tackled for beta 5
if anyones made any changes feel free to post em up and i'll merge them with my beta 4.
Invalid SQL:
SELECT grps.groupid, grps.title, grps.description, grps.approved, grps.create_date, grps.leaderid, user.username AS leadername, grps_categories.catid, grps_categories.title AS catname, grps_setting.image_name, grps_setting.private_posts, grps_setting.moderate_members, grps_setting.hidden_group, grps_setting.hide_image, grps_setting.edit_details, grps_grouptext.pagetext AS spew, grps_grouptext.edit_reason, grps_grouptext.edit_dateline, grps_grouptext.edit_username
FROM grps_setting
LEFT JOIN myvb3_user AS user ON (user.userid = grps.leaderid)
LEFT JOIN grps ON (grps.groupid = grps_setting.groupid)
LEFT JOIN grps_grouptext ON (grps_grouptext.groupid = grps.groupid)
LEFT JOIN grps_categories ON (grps_categories.catid = grps.catid)
WHERE grps.groupid = 1
GROUP BY grps.groupid
ORDER BY grps.groupid DESC
mysql error: Cross dependency found in OUTER JOIN. Examine your ON conditions