Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBadvanced Homepage Details »»
vBadvanced Homepage
Version: 1.00, by Tigga Tigga is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-05-2004 Last Update: Never Installs: 343
 
No support by the author.

Official Support Forums
vBadvanced.com is now open! There you will find more information regarding vBadvanced Homepage, FAQ's, hacks & modifications, and more.


vBadvanced Homepage v1.1 Released! (01.27.04)

vBadvanced Homepage is an advanced homepage / portal that will allow you to include different options from your vBulletin message board on your site's homepage. It also allows you to easily create and manage new pages which are completely powered by vBulletin and vBadvanced. There are over 40 options where you can enable/disable the features, plus everything is template based so it is very easy to customize and change everything through your Admin CP.



Features:
  • Login box for members to log in to your site on the homepage.
  • Post News in a forum you specify and have it appear on your homepage.
  • Create new pages in which the content will replace the news section of your homepage.
  • Show the latest threads started in your forum on your homepage.
  • Show a poll and allow users to vote and see the results on your homepage.
  • Shows users avatar, new private messages, and buddy list for members who are logged in.
  • Shows a list of active users.
  • Shows statistics such as total members, threads, posts, top poster, newest member, and today's birthday's.
  • Shows a mini calendar with links to days with scheduled events, and a box with today's scheduled events.
  • Search box to allow users to quickly search your forums.
  • Set and change all options via the Admin CP.
  • Ability to easily switch on/off the polls, users avatar, buddy list, online users, search box, calendar, custom templates, news icons, news comments, smilies, set the maximum number of news posts, and many other options via the Admin CP.
  • Everything is completely template based so it is very easy to customize.
  • Install file that will make all database queries and templates for you in seconds.
  • Uninstalls in seconds.
  • Tested and stable with vBulletin 3.0 RC.
  • 100% validated XHTML 1.0 compliance
A nice feature of vBadvanced Homepage is that it is optimized and designed for large web sites. vBadvanced Homepage performs only 5 queries with all the options turned off. Some options will cause the script to perform extra queries, but even with all the options turned on it still performs only 17 queries at max.

Here is a list of each extra function that will cause extra queries:
  • News - 1 query
  • Latest Threads - 1 query
  • Poll - 1 query (2 if the user has voted)
  • User's Avatar - 1 query
  • Buddy List and/or Online Users - 1 query
  • Mini Calendar - 3 queries (none for the simple calendar)
  • Stats - 2 queries
  • New Posts - 1 query
Screen Shots:
Admin Homepage
Guest Homepage
Admin CP Options

Example Sites:
http://vbadvanced.com
http://plurplanet.com
http://digitalkore.net
http://differentdawn.com

Updates From v1.01 to v1.1
  • News Archive where you can display links and info about older news posts.
  • Online usere & buddylist now show "Username HTML Markup".
  • Shows subscribed threads in news, news archive, and latest threads.
  • Preivew on Latest threads and news archive (similar to the preview on forumdisplay).
  • Option to display what forum(s) the latest threads were posted in.
  • Poll icon in the latest threads section for threads which contain polls.
  • New option to change the date/time format for news posts.
  • Support for left/right text direction and languages.
  • All known bugs from v1.01 have been fixed.
There are 7 new options in your Admin CP which include:
  • News Date & Time Format (Allows you to change the date/time format for news posts)
  • Show News Subscribed Threads (Shows the "subscribed" icon in the news posts if a user is subscribed to that post)
  • Number of Archived News Posts to Display (Allows you to set the number of archived news posts you would like to display)
  • Show Preview in Archive? (Similar to the thread preview, shows a preview of the threads in the News Arcive section)
  • Show Subscribed Icon? (Shows the "subscribed" icon in the latest threads section for users that are subscribed to that thread)
  • Show Preview of New Threads? (Similar to the thread preview option for the forumdisplay page, it shows you a preview of the thread)
  • Show Latest Threads Forum? (Shows a link to, and the name of the forum the thread is in)
Most every template has changed as well, so it may be necessary to revert your templates and re-apply any chnages you have made.


Help & Support:
Before asking for support, Please read the F.A.Q in the readme file! If you have any problems or questions that are not covered in the F.A.Q. please here, or please check out vBadvanced.com for priority support. I will be more than happy to help in any way I can if the request for help is made there. Anyone trying to contact me via email, private message, or any other means will be ignored.

Copyright:
This script is ? 2003 - 2004 vBadvanced.com and PlurPlanet, LLC.
This hack is NOT to be re-distributed in any way or placed on a website for download without permission.
All copyright notes in the script itself must remain unchanged.


Thanks To:
Faranth & Littlebit for helping test the beta versions and hopefully squashing most of the bugs.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #692  
Old 02-18-2004, 10:01 AM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im getting these errors:

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('home_navbar', 'vbadv_index', '1', '1', 'yesno', '33', '0', '0')
mysql error: Duplicate entry 'home_navbar' for key 1

mysql error number: 1062

and

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, 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 user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(124)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous

mysql error number: 1052
Reply With Quote
  #693  
Old 02-18-2004, 02:37 PM
Tigga's Avatar
Tigga Tigga is offline
 
Join Date: Dec 2001
Location: Atlanta
Posts: 1,061
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

RaZor Edge - I believe this mod at vBa.com would help you - http://www.vbadvanced.com/forum/showthread.php?t=145

Arura - Yes, this uses the vB database and user accounts.

kneesparx - You should upgrade to the latest version of vBa Homepage. Or, if you search this thread for filesize then you will find your answer.
Reply With Quote
  #694  
Old 02-18-2004, 07:42 PM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look like i have to uninstall this hack after my upgrade to Rc4 my board is down, i cant afford the downtime it was cool when it lasted, when this hack gets updated to work with RC4 better, i might give it a shot..
Reply With Quote
  #695  
Old 02-18-2004, 07:54 PM
Tigga's Avatar
Tigga Tigga is offline
 
Join Date: Dec 2001
Location: Atlanta
Posts: 1,061
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The hack has been updated to work with RC4. Read my previous reply.
Reply With Quote
  #696  
Old 02-18-2004, 08:00 PM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry tigga, i missed that! looks like im back in the game with VBA :youDaMan
Reply With Quote
  #697  
Old 02-18-2004, 08:54 PM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just checked and in featured it says:
Tested and stable with vBulletin 3.0 RC1, RC2, and RC3.

not RC4

i tried to install the newest version 1.1 but its not working for me

im getting this error:

Parse error: parse error in /home/db99/public_html/db1/includes/functions.php on line 1795

Fatal error: Call to undefined function: exec_nocache_headers() in /home/db99/public_html/db1/admincp/global.php on line 37
Reply With Quote
  #698  
Old 02-18-2004, 09:01 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kneesparx
i just checked and in featured it says:
Tested and stable with vBulletin 3.0 RC1, RC2, and RC3.

not RC4

i tried to install the newest version 1.1 but its not working for me

im getting this error:

Parse error: parse error in /home/db99/public_html/db1/includes/functions.php on line 1795

Fatal error: Call to undefined function: exec_nocache_headers() in /home/db99/public_html/db1/admincp/global.php on line 37
it's working for me but I had to uninstall first then re-install it.

Hope that helps
Reply With Quote
  #699  
Old 02-18-2004, 09:09 PM
kneesparx kneesparx is offline
 
Join Date: Dec 2003
Location: sf
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,

Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

my entire forum goes down.

but without that edit, the install page shows up fine,

i dont want to proceed with the install if im missing something..

please help..

ks
Reply With Quote
  #700  
Old 02-18-2004, 09:30 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kneesparx
yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,

Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

my entire forum goes down.

but without that edit, the install page shows up fine,

i dont want to proceed with the install if im missing something..

please help..


ks
Try using this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

You needed to rename the adv_index to index if that's what you're gonna use.

Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it
Reply With Quote
  #701  
Old 02-18-2004, 09:42 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mellow
Try using this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

You needed to rename the adv_index to index if that's what you're gonna use.

Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it
Okay... I guess I should drink before posting, might make more sense...

I used this:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND

$vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

replacing the adv_index with index and everything is fine.. I would try that unless someone has other suggestions.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05059 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete