Version: , by Intex
Developer Last Online: Apr 2014
Version: Unknown
Rating:
Released: 06-03-2004
Last Update: Never
Installs: 0
No support by the author.
Tigga - let me be the first to say what an absolutely outstanding hack this is. I've been using it now for about a month (or whenever you first released it on your website).
Installed and working great on 3.0.1. Fantastic work !!!! Waiting to vote for it on 'Hack of the Month'.
* Intex clicks INSTALL. Even though it was installed a few weeks ago .
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I finaly got round to upgrading but i have come across an error.
Quote:
Database error in vBulletin 3.0.1:
Invalid SQL:
SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg,
thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastposter, thread.lastpost, IF(views<=replycount, replycount+1, views) AS views, forumid, post.postid, pagetext, allowsmilie
, showsignature, usertextfield.signature
,thread.iconid AS threadiconid, iconpath AS threadiconpath
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline, avatarrevision
, NOT ISNULL(subscribethread.subscribethreadid) AS subscribed
, attachment.filename, attachment.filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN icon USING (iconid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
LEFT JOIN user AS user ON (user.userid = post.userid)
LEFT JOIN usertextfield AS usertextfield ON (post.userid = usertextfield.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = '1')
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE forumid IN(16,17,18,19,20,23,22,27,28,29,30,83,85,88,113,1 14,127,128,129,140,141,143,) AND thread.visible = 1 AND thread.open != 10 AND deletionlog.primaryid IS NULL
GROUP BY post.postid
ORDER BY postdateline DESC, attachmentid
LIMIT 10
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND thread.visible = 1 AND thread.open != 10 AND deletionlog.
mysql error number: 1064
Date: Saturday 19th of June 2004 02:24:25 AM
Script: http://www.synergyforums.com/?
Referer: http://www.synergyforums.com/forum/?
Username: Snowy
All was working ok, then i changed the
Latest Threads Forums
to 29 for testing and when i refreshed i got above error. Now i changed it back to blank but the error is still there
Zelda-King - you now simply get to choose a style to use. Go to AdminCP > Edit Pages > Default / Homepage. There you can see you can select a style for the page to use. The header is then called in the same way as the forum, by use of $header.
You then get the ability to create different pages and have different styles associated with them. If you create a child-style of your main forum style, then you don't need to copy / paste settings. Makes a life a whole lot easier.
Quote:
Originally Posted by Zelda-King
Hmm, I have the same problem getting headers to show as I did with the previous vBAdvanced portal. Last time it was a matter of pasting the header into the index_header template but there doesn't seem to be one of those any more so what's the procedure now?
Zelda-King - you now simply get to choose a style to use. Go to AdminCP > Edit Pages > Default / Homepage. There you can see you can select a style for the page to use. The header is then called in the same way as the forum, by use of $header.
You then get the ability to create different pages and have different styles associated with them. If you create a child-style of your main forum style, then you don't need to copy / paste settings. Makes a life a whole lot easier.
Yes I've selected the style. Everything shows present and correct except that the header is omited;
It's because the images are being called from the domain root directory. Not the forum root directory where the images actually are. On the previous version I had to adjust the URLs in the headers.
Never mind. I fixed this. I needed to change the header URLs to the full URL. eg, change "images/logo.gif" to http://www.domain.com/forums/images/logo.gif".
Hello, I am trying to install vbAdvanced CMPS, unfortunately I thought I did everything correct but I cannot load any page from my forum any longer and I get the following error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/httpd/vhosts/avemelita.com/httpdocs/forum/includes/functions.php on line 1864
I fixed the above problem and supposedly installed the hack successfully. However when I try to access cmps_index.php (which I saved in my root folder, forum is in /forum) I get the following error:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/avemelita.com/httpdocs/cmps_index.php on line 25
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/avemelita.com/httpdocs/cmps_index.php on line 25