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
Is there a way to turn of the rotation please?
with it on it makes the forum move on each refresh
To modify the auto rotation, edit the "smnlikquick" template and look for this code towards the bottom of it..
Code:
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
Change the mytabs.init(5000) to mytabs.init() the 5000 is in microseconds, so it was set to rotate every 5 seconds... setting it to () removes the rotation completely and makes it so that you have to click on a tab.
Ok running VB 3.72 and a friend brought this program to my attention.
Installed and when I go to add a message I get this SQL error message.
Warning: mysql_query() [function.mysql-query]: Access denied for user: 'torontod@localhost' (Using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
Even if I add a message, then I don't get a message block like I have seen, and if I add another message it does not display right.... Like this
Test1
Test2
Any ideas? I would love to see this one work.
Ok guys i have same DB problem here, i got the css sorted but i still get this error:
Quote:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xploit'@'localhost' (using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
Could some one help me out? Reinstall of the product does not work either.