Version: 2.0.4, by Bree
Developer Last Online: Dec 2012
Category: Forum Home Enhancements -
Version: 3.7.x
Rating:
Released: 03-11-2008
Last Update: 05-10-2008
Installs: 214
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
Description:
SmnLikQuick v2.0 adds an advanced announcement block (Title and Content) to your vBulletin powered pages that is easily managed via AdminCP. This new version (based on the AJAX Tabs Content Script (v 2.0) written by Dynamic Drive), utilizes Ajax to display multiple announcements in one container when the title (tab) is clicked on. It also has the ability (and utilizes this ability upon install) to rotate between tabs (announcements) in a "slideshow" type manner until a user explicitly clicks on a tab (see screenshots provided).
See Post #02 for log. See Post #98 for Upgrade Instructions. See Post #99 for Multiple Styles Fix
King Kovifor
(who added BB Code Parsing! Thanks so much King!)
Please Note that there is a new setting that allows Admins to choose whether to parse BB Code or HTML (not both). It is reccomended that you parse BB for security reasons, however the choice is yours.
SmnLikQuick Addons:
SmnLikQuick CMPS Module - This turns your SmnLikQuick v2.0.x Announcements Block into a CMPS Module. You MUST have BOTH SmnLikQuick v2.0 AND vBAdvanced CMPS installed. Demo: SmnLikDat.com
Future Features:
Usergroup permissions per Announcement.
Slideshow timing controlled via AdminCP (Control Speed or Disable this feature)
Display certain Announcements to certain users via their UserCP
INSTALL:
Upload the files within the UPLOAD folder (in this package) to the corrosponding forum directories on your server making sure to keep the filetree intact.
Import Product: SmnLikQuick.xml via AdminCP>Plugins & Products>Manage Products>Add/Import Product
(Optional) Edit includes/smnlikquick_css.css to match your style.
Add Announcements & Enable the SmnLikQuick Mod via AdminCP>SmnLikQuick
Don't forget to mark as installed! Support will be given in this thread. Comments appreciated and feature requests welcomed! Thank you and Enjoy! -Bree
you can adjust the rotation by editing the smnlikquick template and setting the mytabs.init(5000) to something higher. The time is in milliseconds, so 5000=5 seconds .. if you want to slow it down to 10 seconds, make it 10000. If you want to totally STOP the rotation just remove the numbers ie mytabs.init() That will make it so that they manually have to select a tab..
Code:
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
I have this running on my site right now. I have 2 announcements at the moment, The problem is that when the page loads it loads the module fine but on the second re-load it will load the same announcement instead of moving on to the second.
Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.
Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.
Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.
5 seconds is WAY to fast of a rotation time.....
Can you cut your rotation down to 10 seconds and see if the problem still exists?
Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.
5 seconds is WAY to fast of a rotation time.....
Can you cut your rotation down to 10 seconds and see if the problem still exists?
I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.
I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.
EDIT: Yea, it reloads the first announcement over again in FF but it goes straight to the second one in IE.
ya, thats a weird one to say the least.. usually its IE that is messed up lol..
The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?
ya, thats a weird one to say the least.. usually its IE that is messed up lol..
The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?