The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] SmnLikQuick v2.0 - Advanced Announcements Block Details »» | |||||||||||||||||||||||||||
[AJAX] SmnLikQuick v2.0 - Advanced Announcements Block
Developer Last Online: Dec 2012
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 DEMO: SmnLikDat.com Community Co-Owner/Co-Authors:
SmnLikQuick Addons:
Supporters / CoAuthors Show Your Support
|
Comments |
#122
|
|||
|
|||
hi, i installed it, but where can i find the usergroup settings ? In menue SmnLikQuick there are only two entries: Manage Settings & Manage Announcements. And in usergroup settings isnt something from SmnLikDat !
|
#123
|
||||
|
||||
that happens when it can not find the .ccs file. Check your paths to the .css
|
#124
|
|||
|
|||
Quote:
But my css file is in clientscript/smnlikquick_css.css .. What can we do ? |
#125
|
||||
|
||||
Quote:
Code:
http://www.yourdomainname.com/forum/clientscript/smnlikquick_css.css http://www.yourdomainname.com/forum/clientscript/smnlikquick_ajax.js Code:
================================ Template: FORUMHOME ================================ FIND: -------------------------------- <head> -------------------------------- ADD BELOW: -------------------------------- <!-- SmnLikQuick --> <link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" /> <script type="text/javascript" src="/clientscript/smnlikquick_ajax.js"> /*********************************************** * Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <!-- / SmnLikQuick --> -------------------------------- |
#126
|
|||
|
|||
nothing changed after that ://
|
#127
|
||||
|
||||
PM me the link to your site so I can check it out..
|
#128
|
||||
|
||||
Figured it out and sent you a PM..
for those that are trying to use this on pages other than that forum home page, you are going to need to put the calls to the js and css on the respectable template or in the headinclude. ie, put this in headinclude if wanting to use it on other pages that don't use the FORUMHOME template.. Code:
<!-- SmnLikQuick --> <link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" /> <script type="text/javascript" src="/clientscript/smnlikquick_ajax.js"> /*********************************************** * Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <!-- / SmnLikQuick --> |
#129
|
||||
|
||||
i love this hack but its a resource hog..is there a way to only click on the link to the title of the message instead of it rotating to each title? so it won't require that many resource
|
#130
|
||||
|
||||
Quote:
Code:
<script type="text/javascript"> var mytabs=new ddajaxtabs("tabs", "divcontainer") mytabs.setpersist(false) mytabs.setselectedClassTarget("link") mytabs.init(5000) </script> |
#131
|
|||
|
|||
Block Google is not displayed
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|