The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Info Center Details »» | ||||||||||||||||||||||||||
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 --> Code:
$LaCN_InfoCenter 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 | |______________________________| (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> 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:
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> 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
Edit 1 template: See here Edit 1 phrase: See here 1.50
Original release. Support:
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:
This is my first real mod, so bare with me Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
That's what I did when I placed VbShout in the Info Center See this attachment in post 11 In there I used the 2nd box only, and made it twice as high (optionally). If this won't do the trick as much as u like, then I"ll add a "in which box to show" setting in every message |
#53
|
|||
|
|||
Okay, cool.. Not sure if i wana use but, i already have a shoutbox and my header is tall, dont want users to have to scroll a whole lot just to view the forums!
|
#54
|
|||
|
|||
Quote:
If you used the InfoCenter, you could merge the two into one, and save room (see both screenshots in post 11) |
#55
|
|||
|
|||
You must be a sales man -.-
The welcome message is only viewable by guests. And in the skin im working on the header is rather tall. |
#56
|
|||
|
|||
Quote:
Well, if u need any help, pm me ps, "this mod is really amazing Mike !!" |
#57
|
||||
|
||||
With the newest zip-file version 1.5 works perfectly once again.
It almost works also with vBAdvanced...it only shows static: the content slider does not slide and it's kinda deformed... aynone any idea how to make this work flawless with vBA? Thankx in advance! |
#58
|
|||
|
|||
Quote:
I wouldb't know.. If u could give me some details, I could look into it |
#59
|
||||
|
||||
Well, I'm using vBAdvanced as a portal/frontend for my site...
There's an option where you can define variables globally, so the're available also in the frontend. In this particular case I just 'define' $LaCN_InfoCenter and put it in the template. It works, in the sense: the data is shown, but not sliding; both 'pages' are shown as 1. Somehow the script is not working correctly or so... I'll post this one in http://www.vbadvanced.com forum also, maybe someone there can give us some pointers... |
#60
|
|||
|
|||
This looks pretty cool. Will have to try it out.
Thanks! |
#61
|
|||
|
|||
Quote:
If it's only not working well on the VbAdvanced portal page, which I guess isn't like the other forum pages in the same folder... Then it might be not working, cause it doesn't contain the correct path to the css and js file that are needed. It's just a guess.. - I'll look up the the basic forum path variable and will post it here, so u can add it into your InfoCenter template, and I'll add it into the next version. - You could really help me by giving your forum address, so I can take a look at the source code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|