View Full Version : Forum Display Enhancements - Advanced Info Center
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 (? (https://vborg.vbsupport.ru/showpost.php?p=1263302&postcount=49))
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:
<!-- / nav buttons bar -->
Add beneath:
$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:
______________________________
| |
| 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 :D
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:
<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:
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:
<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">$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.
[B]Add on:
The GMT-mod (https://vborg.vbsupport.ru/showthread.php?t=130818) 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 (https://vborg.vbsupport.ru/showpost.php?p=1257474&postcount=11) (#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 (https://vborg.vbsupport.ru/showpost.php?p=1257474&postcount=62)
Edit 1 phrase: See here (https://vborg.vbsupport.ru/showpost.php?p=1257474&postcount=65)
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:
Save all your messages in a text file
Overwrite or edit the /includes/contentslider.css file with the new version.
Install the product, and overwrite the current one
Revert the template LaCN_InfoCenter
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:
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.
The $gmt (gmt time) isn't showing
post #30 (https://vborg.vbsupport.ru/showpost.php?p=1257900&postcount=30)
The InfoCenter isn't working well on my custom pages outside the forum directory, like a portal
See solution in post 62 (https://vborg.vbsupport.ru/showpost.php?p=1264026&postcount=62)
(This improvement will be standard added into next version (newer than 1.50))
This is my first real mod, so bare with me :p
Wow, this looks awesome! Will definetly use and modify to my needs :)
rjmjr69
05-30-2007, 02:58 AM
Wow amazing. I like, Great work
bela-meaad
05-30-2007, 03:18 AM
Nice one
Thanks
FreshFroot
05-30-2007, 03:43 AM
cool stuff :D
iogames
05-30-2007, 04:14 AM
Wow, this looks awesome! Will definetly use and modify to my needs :)
What kind of needs? :rolleyes:
Does it covers Welcome-Headers Hack's functions?
Dragons76
05-30-2007, 04:16 AM
I have VB 3.6.7 and How to make show the hour GMT with the plugin https://vborg.vbsupport.ru/showthread.php?t=130818 ?
Hornstar
05-30-2007, 05:01 AM
nice work, will think about this some more first, but looks like it could be handy in getting more to register and to help in the process. thanks.
Does it covers Welcome-Headers Hack's functions?
Yes, it covers the following groups:
Top area:
- guests/not logged in
- users awaiting email activation
- a set of groups u whish to show to, which I called non-members
- a set of groups u whish to show to, which I call members
Bottom area:
- a set of groups u whish to show to, which I made it show to everyone
So, it's very userfriendly
I have VB 3.6.7 and How to make show the hour GMT with the plugin https://vborg.vbsupport.ru/showthread.php?t=130818 ?
The gmt-mod works on all versions of 3.6 and 3.5
tschai
05-30-2007, 09:22 AM
1.W-O-W!!!!!!!
2.Will install absolutly (first locally)
3.Will vote as MotM also
Nice work...very nice!
I noticed that the ones who posted here, and had a forum in their sig, use a shoutbox.
As I hate scrolling down on forums :p I looked into integrating vbShout (https://vborg.vbsupport.ru/showthread.php?t=147346) into the Info Center. :)
And it went easy :p
Since the Info Center would become too high with 2 blocks (message + vbShout), I switch off one of the textblocks in the Info Center options.
Here's how to place vbShout into the Info Center:
1.
Install the vbShout (https://vborg.vbsupport.ru/showthread.php?t=147346) mod, according to its installation steps. But do NOT add "<!--{%SHOUTBOX%}-->" into any template.
2.
In the vbShout options, turn it on, and change the height to a little less high.
I have it at 50.
Also set the Editor Position to below the messages.
3.
Edit this template: inferno_shoutbox_box
Remove the following part:
<tr>
<td class="tcat" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a>
Shoutbox
</td>
</tr>
That will remove the header, as it looks ugly to have 2 headers right below eachother.
4.
Go to the Info Center options.
You have two options: use the top area, or use the bottom area.
If you use the top area, and have the welcome guests switch on, guests won't see the ShoutBox.
If you use the bottom area, u can show it to everyone, but guests won't see their welcome header.
I'd choose to add it to the top area, but in the demo forum, I placed it into the bottom one, otherwhise you woulnd't see it :p
To add it in the top area:
Switch the bottom area off.
Add this code into the top message box:
<div class="contentdiv">
<!--{%SHOUTBOX%}-->
</div>
You might want to edit the speed of the top slides.
Don't forget, that if your visitors click on the little numbers or "next" link below the Info Center, that the automatic slide changing will stop ;)
So, if u want to only see the shoutbox, click on it's number, or next till u're there, and you can sit back and watch :p
Philipaclayton
05-30-2007, 10:00 AM
looks good, may use it
1.W-O-W!!!!!!!
2.Will install absolutly (first locally)
3.Will vote as MotM also
Nice work...very nice!
Thanx :)
Can't wait to see this mod in the nominations :D
iogames
05-30-2007, 01:57 PM
Thanx :)
Can't wait to see this mod in the nominations :D
Of course I'll vote for it!
but I was asking: [Since I have the Welcome Headers installed] does your hack cover those functions? [to replace it with yours] ;)
TheBlackPoet
05-30-2007, 01:59 PM
installed!!! kick-butt!!!
Of course I'll vote for it!
but I was asking: [Since I have the Welcome Headers installed] does your hack cover those functions? [to replace it with yours] ;)
I think I answered u in post 9 (https://vborg.vbsupport.ru/showpost.php?p=1257445&postcount=9)
But I prolly didn't know what I was talking about :p
So I'll check that mod out now, if I can find it.
~~~~~~~~~~~~~~~~~~~~~~~
edit:
Ah, if this (https://vborg.vbsupport.ru/showthread.php?t=119572&highlight=Welcome+Headers) is the one, then it has these functions:
Turning lurkers into Members --> Info Center too
Making Users Confirm their Account --> Info Center too
Get non-posting users to post
Getting inactive users to become more active
General Announcements --> Info Center too, 2x
I never thought about getting non active people back on the board.
I'll write an addon to add this, tonight :)
Maybe even a message when the user has a pm, as I noticed a nice notice in this forum when I received one :D
Gsmdenis
05-30-2007, 03:08 PM
not bad , it's good
Dragons76
05-30-2007, 03:52 PM
I made the modification asked by the hack gmt-mod, here is what I put and here is what I have in the screen
And in the LaCN_InfoCenter template, i have this :
<tr>
<td align=left class="smallfont" width="20%">
<div class="pagination" id="paginate-slider1"></div>
</td>
<td align=center class="smallfont" width="60%">
Date et Heure courante : $vbphrase[gmt_phrase] $gmt
</td>
<td align=right class="smallfont" width="20%">
<div class="pagination" id="paginate-slider2"></div>
wizardan
05-30-2007, 04:08 PM
Can't the time delay between item "slides" be controlled?
Edit:
Damn. Sorry for that.
Just looked at the screenshots.
duh...
Kazenka
05-30-2007, 04:18 PM
woa ! Thannks ! Installed !
Dragons76
05-30-2007, 05:03 PM
When I put vbphrase [gmt_phrase] $gmt in the footer, I see well the date and the current hour. But if I put it in the template LaCN_InfoCenter, I see nothing ?
I made the modification asked by the hack gmt-mod, here is what I put and here is what I have in the screen
And in the LaCN_InfoCenter template, i have this :
<tr>
<td align=left class="smallfont" width="20%">
<div class="pagination" id="paginate-slider1"></div>
</td>
<td align=center class="smallfont" width="60%">
Date et Heure courante : $vbphrase[gmt_phrase] $gmt
</td>
<td align=right class="smallfont" width="20%">
<div class="pagination" id="paginate-slider2"></div>
Try to re-install the GMT mod.
It looks like the template isn't catching the $gmt
~~~~~~~~~~ edit ~~~~~~~~~
See solution in post 28 (https://vborg.vbsupport.ru/showpost.php?p=1257819&postcount=28)
Dragons76
05-30-2007, 05:51 PM
I have re-install the GMT mod.
Here is thus my template with the sentence $vbphrase[gmt_phrase] $gmt
<tr>
<td class="tcat" align=center>
<table border=0 cellpading=0 cellspacing=0 width="100%">
<tr>
<td align=left class="smallfont" width="20%">
<div class="pagination" id="paginate-slider1"></div>
</td>
<td align=center class="smallfont" width="60%">
Date et Heure courante : $vbphrase[gmt_phrase] $gmt
</td>
<td align=right class="smallfont" width="20%">
<div class="pagination" id="paginate-slider2"></div>
</td>
</tr>
</table>
</td>
And now, I have it on the forumhome :
It does not still work, except in the footer for example
Sorry for my bad english, but i'm french
Let me pm u, to ask if I can check ur forum
Dragons76
05-30-2007, 06:04 PM
Let me pm u, to ask if I can check ur forum
You have a MP
Barteken
05-30-2007, 06:28 PM
wow looks good going to install this one...
I have re-install the GMT mod.
Here is thus my template with the sentence $vbphrase[gmt_phrase] $gmt
<tr>
<td class="tcat" align=center>
<table border=0 cellpading=0 cellspacing=0 width="100%">
<tr>
<td align=left class="smallfont" width="20%">
<div class="pagination" id="paginate-slider1"></div>
</td>
<td align=center class="smallfont" width="60%">
Date et Heure courante : $vbphrase[gmt_phrase] $gmt
</td>
<td align=right class="smallfont" width="20%">
<div class="pagination" id="paginate-slider2"></div>
</td>
</tr>
</table>
</td>
And now, I have it on the forumhome :
It does not still work, except in the footer for example
Sorry for my bad english, but i'm french
Solution: see post 30 (https://vborg.vbsupport.ru/showpost.php?p=1257900&postcount=30)
Dragons76
05-30-2007, 07:34 PM
Many thanks. With this modif, it's works
I found out the real problem, when $gmt isn't showing..
It's because both the GMT and the Info Center plugin are using the same Execution Order in the same hook.
And with some forums, vbulletin loads the Info Center first..
So when it reads the Info Center it sees an unknown variabable $gmt, and skips it.
So, the real solution is to change the Execution Order in the GMT plugin from 5 to 4.
Or change the Info Center to 6.
W/e number u use, the GMT plugin must be lower than the one from the Info Center ;)
RedGTiVR6
05-31-2007, 02:27 AM
WOW!
This would be great for our forum.
We have different groups that we would like to be able to show different information to.
Just as an example:
Guests: How to register on the site.
Non-Activated Users: Reminding them to check their email for the activation email
Newbies: links to threads that will help them in understanding CarPCs and how to get started
Registered Users (users with less than 1 post): encouraging them to introduce themselves to the forum in the Welcome forum.
Moderators: Issues with current members or announcements to point them to the moderation forum, etc.
Admins: as a way to communicate with each other about important issues that need to be front and center.
Staff Members: as a reminder to check threads and reply to questions about products we sell on the store etc.
Private Software Testers: to alert them to new releases or changes in the way we want testing done
Simply GREAT!
Now I'm off to see if the other admins think we should replace the Welcome headers with this...:)
btw - I noticed that this mod is marked as not being supported, is this really the case?
btw - I noticed that this mod is marked as not being supported, is this really the case?
Well, I don't want any strings attached to me :p
As the css and js part of this mod is quite advanced for newbies, errors are made easily, and it's usually hard to see where it comes from.
My 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.
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 ;)
Azhrialilu
05-31-2007, 11:49 AM
Sounds like a fair compromise on the support to me :) Great modification, about to install and play with it now :D
projectego
05-31-2007, 01:24 PM
Very, very nice hack! Looks like this has awesome potential. Great work! ;)
iogames
05-31-2007, 03:45 PM
Ready for this! :D
giovannicosta
05-31-2007, 04:04 PM
Cool!
wizardan
05-31-2007, 07:22 PM
Finally got around to installing this today.
I didn't bother with the GMT add-on and simply replaced the phrase with the standard vB time.
I love how I was able to do simple edits here and there via the template manager to suit my style.
Well done.
Vote for MOTM for sure:)
Thanx :)
I'm currently expanding this mod, to send a message to lazy people as well :p
And some flashy warning when there's a pm or something..
All optional to switch on or off of course...
I will also change some messages into phrases, like a welcome message for guests.
Things that don't change often...
iogames
06-01-2007, 01:27 PM
Thanx :)
I'm currently expanding this mod, to send a message to lazy people as well :p
And some flashy warning when there's a pm or something..
All optional to switch on or off of course...
I will also change some messages into phrases, like a welcome message for guests.
Things that don't change often...
:D:up:
Okay, as promised..
It took a while, but then it's here :D
In short:
- more friendly for diff styles (template is prepared for round cornered styles)
- more friendly for diff languages (more phrased)
- more messages to get people active: idlers & non-posters
- Also optional message when a pm has been received ;)
Version 1.5
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:
Save all your messages in a text file
Overwrite or edit the /includes/contentslider.css file with the new version.
Install the product, and overwrite the current one
Revert the template LaCN_InfoCenter
Go check the InfoCenter options, open the phrases, and edit the ones using your notepad
det ser bra ut, men jag tror det skulle se bättre ut med bara en ruta inte två
tschai
06-06-2007, 07:12 PM
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?
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 :D
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.
Rickeo
06-06-2007, 07:48 PM
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 :)
"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 ;)
Rickeo
06-06-2007, 08:12 PM
Thank you your a star
Great hack btw
~Rick~
Updated the 2nd admincp screenshot with the one from version 1.5 :)
RedGTiVR6
06-07-2007, 11:39 AM
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.
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
Erm.. when I said it's more friendly for diff languages, I didn't mean I'd understand them myself :D
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 :|
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 :|
You can use only 1 box ;)
That's what I did when I placed VbShout in the Info Center ;)
See this attachment (https://vborg.vbsupport.ru/attachment.php?attachmentid=64922&d=1180522762) in post 11 (https://vborg.vbsupport.ru/showpost.php?p=1257474&postcount=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 :)
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!
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!
Yes, I see the forum in ur signature has a Shoutbox and a welcome header underneath eachother.
If you used the InfoCenter, you could merge the two into one, and save room :p
(see both screenshots in post 11 (https://vborg.vbsupport.ru/showpost.php?p=1257474&postcount=11))
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.
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.
lol
Well, if u need any help, pm me ;)
ps, "this mod is really amazing Mike !!" :D
tschai
06-07-2007, 07:31 PM
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!
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!
I don't have vBAdvanced myself..
I wouldb't know..
If u could give me some details, I could look into it ;)
tschai
06-07-2007, 08:22 PM
Well, I'm using vBAdvanced (http://www.vbadvanced.com/) 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...
This looks pretty cool. Will have to try it out.
Thanks! :)
Well, I'm using vBAdvanced (http://www.vbadvanced.com/) 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...
I have an idea..
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. ;)
tschai
06-08-2007, 09:42 AM
I have an idea..
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. ;)
Thanks for your effort already...
I'll activate it again, so you can check it out:
http://www.voetbalportaal.nl/ (mainpage vBAdvanced)
http://www.voetbalportaal.nl/forum (forum...duh)
Thanks for your effort already...
I'll activate it again, so you can check it out:
http://www.voetbalportaal.nl/ (mainpage vBAdvanced)
http://www.voetbalportaal.nl/forum (forum...duh)
Okay, try this:
Open the LaCN_InfoCenter template.
Find for the lines:
<link rel="stylesheet" type="text/css" href="includes/contentslider.css" />
<script type="text/javascript" src="includes/contentslider.js"></script>
Replace with:
<link rel="stylesheet" type="text/css" href="$vboptions[bburl]/includes/contentslider.css" />
<script type="text/javascript" src="$vboptions[bburl]/includes/contentslider.js"></script>
What I did is added the forum url ($vboptions[bburl]) in front of the links :)
tschai
06-08-2007, 11:02 AM
Yessss...
Thank you very much: it works perfect, see it for yourself...
Hope I can pimp it a bit this weekend!
w00t !! https://vborg.vbsupport.ru/
ps, I love ur smilies on your forum, could I use some for our own ?
(I'll edit them first)
Upgraded to:
Version 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 template:
See post 62 (https://vborg.vbsupport.ru/showpost.php?p=1264026&postcount=62)
Edit standard phrase:
Edit: LaCN_InfoCenter_guest
Find the 2nd <div class="contentdiv">
Change it into: <div class="contentdiv" style="font-size: 10pt;">
tschai
06-08-2007, 01:40 PM
w00t !! http://www.voetbalportaal.nl/forum/images/smilies/19.gif
ps, I love ur smilies on your forum, could I use some for our own ?
(I'll edit them first)
The smilies are 'free' a.k.a. found them on the net (on free-sites), so you're welcome...
PS: I've got a feature request for version 2.0:
Would it be possible to make the sliding/transition of the content with fading-effect, like seen with other scripts...:D
iogames
06-11-2007, 03:13 AM
The smilies are 'free' a.k.a. found them on the net (on free-sites), so you're welcome...
PS: I've got a feature request for version 2.0:
Would it be possible to make the sliding/transition of the content with fading-effect, like seen with other scripts...:D
v2.0???
- When you click in any Announcement the 'InfoCenter' will stop till you refresh, how can it start looping again?
v2.0???
- When you click in any Announcement the 'InfoCenter' will stop till you refresh, how can it start looping again?
The sliding is supposed to stop when you click on a number or click the "next" link.
This way people can read the messages on their own speed.
And this way it's easy - if you have a shoutbox in there - to keep it focussed on 1 thing.
To have it auto-slide again, click on any forum link to go to a new page or refresh, so it auto-slides on a page load again. ;)
tycity
06-22-2007, 11:30 PM
I love love love this mod - Thanks!
mrahul
06-28-2007, 08:24 AM
I have some problems in dealing this hack :s
in IE it shows in status bar : Done, with errors on the page
When I turn the hack off in vb options it shows : Done
& I couldn't follow up with the non-members description. What is this nonmember groups is it , the guests, non-confirmed email accounts ?? or are they custom usergroups ??
btw! I love this hack :D
I have some problems in dealing this hack :s
in IE it shows in status bar : Done, with errors on the page
When I turn the hack off in vb options it shows : Done
hmm.. odd..
It sounds like you're prolly missing the js file, or the link to it.
Could u tell me your site ?
Then I can take a look at the source code as well.
& I couldn't follow up with the non-members description. What is this nonmember groups is it , the guests, non-confirmed email accounts ?? or are they custom usergroups ??
See post 49 (https://vborg.vbsupport.ru/showpost.php?p=1263302&postcount=49)
JohnBee
09-27-2007, 11:49 AM
Excellent mod! thanks for this.
yoyoyoyo
09-27-2007, 12:17 PM
very cool
Onkor
11-29-2007, 09:42 AM
Is there any solution that works on vbadvanced
foopy
11-29-2007, 11:57 AM
Very nice add on. I appreciate you sharing this with us!
Thanks
Greek76
12-16-2007, 04:15 PM
Dumb question how do I add smilies to the info center?
iogames
12-16-2007, 05:27 PM
Dumb question how do I add smilies to the info center?
link to a image in your images' folder...
The default code show u how...
murdoc
01-06-2008, 04:21 PM
Work's Great :P thanks LaCN ^^:p
lille L
02-19-2009, 03:20 PM
Thanks !! works perfect on my 3.8.1
csoroner
03-10-2009, 06:27 AM
Has anyone tried this hack on 3.8.0? Looks great but nothing happening in over a year?
intell_iut
03-31-2009, 03:24 PM
please update this mod for vb 3.8.X i had installed this mod but when i upgradet to 3.8.x i start to now working prefect like hang on "info center" and takes some second to load (about 20 sec)
thanks again for this great mod
intell_iut
02-04-2011, 06:35 PM
is there any possibilty to update for vb4?
Yeah Ive been looking for something like this too
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.