Version: 1.0.5, by Boofo
Developer Last Online: Jun 2012
Category: Miscellaneous Hacks -
Version: 3.7.x
Rating:
Released: 03-08-2008
Last Update: 03-13-2008
Installs: 171
Uses Plugins Template Edits Auto-Templates
No support by the author.
Ultimate Navbar for vB3.7
Version 1.0.5
(By Boofo and Pam)
What does this product do?
This product will add an ultimate greeting to the navbar set to each member's local time. You can also use the real first name of the member instead of their username if you have a real name profile field added. This will also add a row of links to the top of the navbar. You can also set the 'Remember Me' login checkbox to automatically checked.
Below is a list of times and lines for each greeting.
12:00 am - 1:59 am - Up late, aren't we, Pam?
2:00 am - 3:59 am - Having trouble sleeping, Pam?
4:00 am - 5:29 am - Still can't sleep, Pam?
5:39 am - 6:59 am - Aren't you the early bird, Pam?
7:00 am - 11:59 am - Good Morning, Pam.
12:00 pm - 12:59 pm - Enjoying your lunch break, Pam?
1: 00 pm - 4:59 pm - Good Afternoon, Pam.
5:00 pm - 5:59 pm - What's for dinner, Pam?
6:00 pm - 9:59 pm - Good Evening, Pam.
10:00 pm - 11:59 pm - Shouldn't you be going to bed soon, Pam?
These following are added to run at the specified time only for one minute.
6:15 pm = Got milk, Pam?
11:00 pm = It's 11 o'clock, do you know where your children are, Pam?
Version Information:
Version 1.0.1 --Initial release for vB3.7
Version 1.0.2 --Added 'Real Name' profile field instructions for those wanting to make this even more personal.
Version 1.0.3 --Added setting to do the automatic template replace for the Ultimate Greeting. Also added setting for links on top of navbar.
Version 1.0.4 --Added setting to do the automatic template replace to check the 'Remember Me' forumhome login box automatically.
Version 1.0.5 --Added the 'Remember Me' automatic template replace code for the STANDARD_ERROR, STANDARD_ERROR_LITE and STANDARD_ERROR_LOGIN templates.
Credits:
A big thank you goes out to Pam for co-authoring this version and keeping me in check on the added greetings.
Installation overview:
Products to install: (1)
Templates to Edit: (1) - Optional
Profile Fields to Create (1) - Optional
Installation Instructions:
Step 1: Go to your Admin CP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the product-ultimate_navbar_greeting.xml file on your computer
Step 2: Go to your Admin CP
Scroll down to 'User profile Fields'
Click 'Add New User Profile Field'
Choose 'Single-Line Text Box' for Profile Field Type
Enter the following information:
Title: Real Name
Description: Your first name:
Max length of allowed user input: 25
Field Length: 25
Profile Field Type: Single-Line Text Box
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: Yes
Show on Members List: Yes
Which page displays this option? Edit Your Details
NOTE: These are my settings. Your mileage may vary.
Step 3: Go to vBulletin Options -> Ultimate Navbar
--Real Name Profile Field Number: Set the profile field number of your Real Name profile field. (Example: field5 would be 5)
--Top Navbar Links: Click yes to add a row of links to the top of the navbar.
--Automatic Greeting Template Edit: Click yes to do the automatic template edit for the Ultimate Navbar Greeting.
--Check 'Remember Me' Box: Click yes to check the 'Remember Me' checkbox automatically.
NOTE: If you chose to do the Automatic Greeting Template Edit, ignore Step 4, as this will be done automatically.
NOTE: If you do not click install, you do not need support.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I know nothing about coding, but I took a shot at editing the .xml file. Can you tell me if I'm going to experience any problems using the attached code? It's the same, except I removed every statement besides the one I previously mentioned and the "if" statements.
Thank you.
Yes, that will work, but you will have it saying good morning from 10 PM tp 12 Noon. Change the 22:00 to 24:00 and that should correct it.
I would have just commented out what you didn't want in case you wanted to change or re-add it later on.
Code change seems to remove the "Number of unread posts" since last visit. had to remove this hack as my members like to click the unread posts link to check new posts.
Just edit Unread Posts and Reputation (2) in your plugin manager.
Then you messed up the template edit as there is no possible way this touches anything esle but that one line. Check your edits.
Actually if your using PaulM's script.. It injects on the [welcome_x_link_y] and you'll need to change to [ung_greeting] in the plugin manager for his Unread post mod..
Actually if your using PaulM's script.. It injects on the [welcome_x_link_y] and you'll need to change to [ung_greeting] in the plugin manager for his Unread post mod..
Thanks. I added the link to your post with the changes in the fisrt post.