Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Advanced Info Center Details »»
Advanced Info Center
Version: 1.51, by LaCN LaCN is offline
Developer Last Online: May 2019 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.x Rating:
Released: 05-29-2007 Last Update: 06-07-2007 Installs: 87
Uses Plugins Template Edits
Additional Files  
No support by the author.

Description:

This is a newsheader, welcome header, global announcement, newsticker in one.
It contains 2 independent and dynamic area's which contents can differ per usergroup.

For example, you can send multiple messages to everyone, and to members only, at the same time.

Message types:
Guests welcome header
Accounts awaiting email confirmation receive a message to check their email.
NonMembers receive a message where to apply for membership
Members receive messages for members only (?)
Everyone receive global public messages
Idlers receive a pm to start posting again
NonPosters also receive a pm to start posting
Unread Pm's: users receive a message when they have unread pm's, if they turned the popup off.

All messages, usergroups, on/off switches, and some style variables are manageable via the admin-cp.
The 2 biggest text area's you'll be using often are separated from the other options to make things easy on the eyes

This mod is style-friendly as it automatically changes with your style and is fully phrased.
The looks and feel of the container is adjustable in a template.
The messages you want to show support any html and css.

The Info Center also runs on custom forum pages, like portals, that aren't in the same forum folder.



Installation Time:

Uploading various files, like style sheets, installing the product, add 1 word in a template will take about 3minutes.
Configuring the settings on on/off switches, usergroups and the text you would like to show can take from 5mins up to what ever you want to make of it.



Installation Steps:

1.
Upload the files that are located in the upload-folder, within the zip-file, to their respective places:
- /forum
- - /includes
- - - contentslider.css
- - - contentslider.js
- - - /xml
- - - - cpnav_LaCN.xml

2.
Install the product using the LaCN_InfoCenter.xml file.

3.
Go to your Templates.
Find in templates: Navigation / Breadcrumb Templates --> navbar
Find this line:
Code:
<!-- / nav buttons bar -->
Add beneath:
Code:
$LaCN_InfoCenter
Save it, and u're done in the templates.
You can choose where ever you'd like to place it, since it will pretty much load in any template. Some alternate locations are: footer and FORUMHOME.

4.
Refresh the menu frame in the admin-cp.
U'll see a new menu: LaCN, containing the 2 Info Center links.

5.
Go to the Info Center Options.
The first switch is to turn the whole Info Center on.
It's turned off by default.
Per set of usergroups you can show a message.
But there's only 2 message area's:
Code:
 ______________________________
|                              |
|           top area           |
| _  _  _  _  _  _  _  _  _  _ |
|                              |
|         bottom area          |
|______________________________|
The bottom could be set for anyone to read.
(you can use a 0 in the usergroups field to make it show to everyone)

The top area is shared amongst different sets of usergroups:
- guests (if turned on)
- nonactivated accounts (if turned on)
- registered accounts, but not seen as members (if turned on)
- members (if turned on)
A guest will never see the other messages, same for the rest.

The bottom area could be used for any group, as second set of messages.
For example to everyone, if u set the usergroups to 0 in there.

You could turn all switches in the top area off, and it will only show the bottom area.
You could also turn that bottom area off, and it will show nothing at all

6.
Within a message box, for example for Guests, you can have multiple messages, that will slide behind eachother. This will save space.
A message in every box must be within
<div class="contentdiv"> and </div> tags.
For example:
Code:
<div class="contentdiv">
  <br />Welcome Guest
</div>
<div class="contentdiv">
  <br />Welcome to our board
</div>
If you don't add those tags, the Info Center will NOT work properly !!
So even with 1 line you need to add those tags.



Remove vBulletins Guest Welcome header:

vBulletin comes with a nice guest message already:
Quote:
Welcome to the ....
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Together with the Info Center, this takes up too much space, and frankly becomes unnecessary.
Here's how to remove it:
Go to your template: Forum Home Templates --> FORUMHOME
Find:
Code:
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
	<td class="alt1">
		<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
	</td>
</tr>
</table>
<!-- / guest welcome message -->
<br />
</if>
Remove that part.



Add on:

The GMT-mod is being used in this mod, to show the gmt time and date.
https://vborg.vbsupport.ru/showthread.php?t=130818



Demo:

http://test.lacnfamily.com



Integration with Inferno's vbShout ShoutBox

The ShoutBox can be placed into the Info Center.
See here (#11) on how to.



Version History

1.51
  • Added dynamic links in the template, so the InfoCenter can also show outside the forum folder, like in portals and custom forum pages.
  • Made the default guest message smaller to fit on the default hight.
When upgrading from 1.5:
Edit 1 template: See here
Edit 1 phrase: See here

1.50
  • The following messages changed into phrases:
    • Guest welcome
    • Account not activated by email user
    • nonmember
  • Updated the contentslider.css file:
    • Updated the padding from the pagination
  • Added the following in the template LaCN_InfoCenter:
    • Added global phrases InfoCenter title and description
    • Added support for styles who have round corners
  • The following groups have been added (phrased):
    • Idler message
      posted long ago (how long ago, is settable)
    • Low post count
      users with a low postcount get a message (post count is settable)
    • Unread pm's
      users with one or more unread pm's will get a message if their pm-popup is turned off
When upgrading:
  1. Save all your messages in a text file
  2. Overwrite or edit the /includes/contentslider.css file with the new version.
  3. Install the product, and overwrite the current one
  4. Revert the template LaCN_InfoCenter
  5. Go check the InfoCenter options, open the phrases, and edit the ones using your notepad
1.0
Original release.


Support:
  • If the css and js files and the plugins aren't changed, I'll help you.
  • In time I won't be visiting this forum every day, so you'll have to help eachother in the meantime.
  • To share the knowledge on bugs and solutions, I'll maintain a link-list to the appropriate posts in here.
  • If needed, I will make modifications after forum upgrades, as we use this one too ourselves.
    But unless vBulletin is going to change their php and variables structure, there's no concerns for having to change this mod for any upgrade.
    After each forum upgrade that "resetted" your template, you can simply add this mod back on by placing the "$LaCN_InfoCenter" back in.
  • If there are any suggestions or whishes from multiple people, I'll do my best to make it

So all in all, I think I give the same support as others, but I choose to mark this mod as not-supported, to have nobody wait for me replying, and that you'll help eachother when you can



HELP FAQ:
  1. I see only one text area, the other is vanished
    But I see the to be placed text in the source code o_0

    You forgot the <div class="contentdiv"> and </div> tags in one of the text areas in the Info Center options.
  2. The $gmt (gmt time) isn't showing
    post #30
  3. The InfoCenter isn't working well on my custom pages outside the forum directory, like a portal
    See solution in post 62
    (This improvement will be standard added into next version (newer than 1.50))


This is my first real mod, so bare with me

Show Your Support

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

Comments
  #42  
Old 06-06-2007, 05:43 PM
Luky Luky is offline
 
Join Date: Oct 2006
Location: Australia
Posts: 595
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

det ser bra ut, men jag tror det skulle se bättre ut med bara en ruta inte två
Reply With Quote
  #43  
Old 06-06-2007, 07:12 PM
tschai's Avatar
tschai tschai is offline
 
Join Date: Nov 2006
Location: Netherlands
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.0 worked simply perfectly...

I'm having issues with version 1.5 though: I'm getting *[]* in the AdminCP.
I thought I screwed up, but I also get this on a local clean install.

I've just threw away the old files and uploaded the new ones and uninstalled and re-installed the product.
Can anyone confirm this?
Reply With Quote
  #44  
Old 06-06-2007, 07:40 PM
LaCN LaCN is offline
 
Join Date: Feb 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Luky View Post
det ser bra ut, men jag tror det skulle se b?ttre ut med bara en ruta inte tv?
Erm.. when I said it's more friendly for diff languages, I didn't mean I'd understand them myself

Quote:
Originally Posted by Renes4 View Post
Version 1.0 worked simply perfectly...

I'm having issues with version 1.5 though: I'm getting *[]* in the AdminCP.
I thought I screwed up, but I also get this on a local clean install.

I've just threw away the old files and uploaded the new ones and uninstalled and re-installed the product.
Can anyone confirm this?
Lemmeh check
Where exactly do u see that ?



~~~~~~~~~~~~~~~~~~~~~~~~


If it was in the admincp side menu, it is fixed now..
I noticed I added the wrong includes/xml/cpnav_LaCN.xml file in the zip..
I uploaded a new zip file now, try that one.
Reply With Quote
  #45  
Old 06-06-2007, 07:48 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Renes4 View Post
Version 1.0 worked simply perfectly...

I'm having issues with version 1.5 though: I'm getting *[]* in the AdminCP.
I thought I screwed up, but I also get this on a local clean install.

I've just threw away the old files and uploaded the new ones and uninstalled and re-installed the product.
Can anyone confirm this?
I get the exact same problem with mine message me and I will set u up with an admin account on my site need this fixing coz its a great hack sign up to www.adviceforall.org.uk and I will give u admin access so u can see where the error is in the admincp
Reply With Quote
  #46  
Old 06-06-2007, 07:54 PM
LaCN LaCN is offline
 
Join Date: Feb 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Thank you for registering, LaCN"


~~~~~~~~~~~~~~~~~~~~~~~~~~


Aight, I took a peek, and saw it...
I think it was the bad includes/xml/cpnav_LaCN.xml file.
Download the new zip file, and upload the upload/includes/xml/cpnav_LaCN.xml again.
That's it.
Then refresh your admincp menu frame.
That should do the trick
Reply With Quote
  #47  
Old 06-06-2007, 08:12 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you your a star

Great hack btw

~Rick~
Reply With Quote
  #48  
Old 06-07-2007, 09:55 AM
LaCN LaCN is offline
 
Join Date: Feb 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated the 2nd admincp screenshot with the one from version 1.5
Reply With Quote
  #49  
Old 06-07-2007, 11:39 AM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This might seem like a pretty self explanitory question, but what exactly are "nonmembers"?

Is this referring to groups? I'm not sure what this would apply to.
Reply With Quote
  #50  
Old 06-07-2007, 02:42 PM
LaCN LaCN is offline
 
Join Date: Feb 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedGTiVR6 View Post
This might seem like a pretty self explanitory question, but what exactly are "nonmembers"?

Is this referring to groups? I'm not sure what this would apply to.
We ourselves are an online game clan.
So, on our board, when someone registers an account, it doesn't mean he is a member of our clan, but he can just post in the public area's.

We have an area where registered users can apply for membership, and if accepted, they're seen as members. The rest are nonmembers (regged accounts with only public access).


It can also be used for paid access forums.
Once someone paid, he receives a new usergroup, has more access, etc..


Or you can choose to show that InfoCenter bit to mods and admins.
In that case, just put the usergroups 6,5,7 as "members"..


It was just a name for the field I had to give
It's optional to use that field
Reply With Quote
  #51  
Old 06-07-2007, 03:58 PM
Luky Luky is offline
 
Join Date: Oct 2006
Location: Australia
Posts: 595
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LaCN View Post
Erm.. when I said it's more friendly for diff languages, I didn't mean I'd understand them myself


Lemmeh check
Where exactly do u see that ?



~~~~~~~~~~~~~~~~~~~~~~~~


If it was in the admincp side menu, it is fixed now..
I noticed I added the wrong includes/xml/cpnav_LaCN.xml file in the zip..
I uploaded a new zip file now, try that one.
Hehehe, on your forums one person thats admin says they are a swe in their personal message :P

I said it would be better, well i would pefer it, if it only had one box instead of the top and bottom. Is it possible to do this without me having to edit any code? I can edit it, but i cannot be bothered as you most likely used plugins and they are a pain int eh butt to mod :|
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 09:25 PM.


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.05345 seconds
  • Memory Usage 2,341KB
  • 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
  • (5)bbcode_code
  • (6)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
  • (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