How to redo your vBulletin 3.5.0 Navbar in Four Easy Steps!
This modification is in the archives.
NavBar Redux By )O( Cloudrunner )O( of http://www.noblepagan.com This extension was inspired by the concept provided by Megatekno and his Welcome Panel Script. Unfortunately that script was killing servers, so I took his concept and did a Redux of it using vBresident code as the inspiration for the plug side of the house. What you need to do Upload images: 2(I have provided the blinking PM notification image, you provide the no avatar image, must be named noavatar.gif and both are placed in the ./images/misc/ directory. If you want to not display an avatar without breaking the navbar with a big red "X" then follow the instructions below) Queries to run: 3 (to add indexes to the user, post, and thread tables to speed up page loads and cut overhead, this is optional, but is reccomended) File Edits: 0 Template Edits: 2 Plugin XML Import: 1 All done! Features
Page Load and Queries are as follows on a heavy traveled forum:
Quote by The Noble Pagan Forums w/o NavBar
Quote by The Noble Pagan Forums w/ NavBar
If you want to check this and provide me with your results, I would appreciate it!
Love and Light to you all! )O( Cloudrunner )O( To disable display of NoAvatar Image In the plugin NavBar Redux, simply find this code PHP Code:
$av_url = $stylevar['imgdir_misc'] . '/noavatar.gif';
PHP Code:
$av_url = '';
To get this to work with vB Advanced CMPS for 3.5.0 In your VBACMPS default settings add the following to your Portal Output Global Variables: Code:
nav_av_image nav_new_users_today nav_users_today nav_new_threads nav_new_posts pm_show pm_tdwidth Download This modification is archived and cannot be downloaded. |