Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[AJAX] SmnLikQuick v2.0 - Advanced Announcements Block Details »»
[AJAX] SmnLikQuick v2.0 - Advanced Announcements Block
Version: 2.0.4, by Bree Bree is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

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

DEMO: SmnLikDat.com Community

Co-Owner/Co-Authors: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:
  1. 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.
  2. Import Product: SmnLikQuick.xml via AdminCP>Plugins & Products>Manage Products>Add/Import Product
  3. Refresh AdminCP (ie: Ctrl-F5)
  4. Complete Template Edits (2 Edits) - Instructions provided in .zip file.
  5. (Optional) Edit includes/smnlikquick_css.css to match your style.
  6. 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

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #232  
Old 06-24-2008, 06:31 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it installed now and I have just one more problem, (I hope).

I added two announcements but I am not getting the tabs. Just two links with the announcements auto-rotating below the links. The rotation is very fast as well.

I don't see anything in the settings that looks like it would determine if I had links or tabs.

Any thoughts?

Thanks
Reply With Quote
  #233  
Old 06-24-2008, 06:45 PM
BeerLuver's Avatar
BeerLuver BeerLuver is offline
 
Join Date: Mar 2002
Location: Green Bay, WI, US
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

King Kovifor... by any chance, did your update/fixes include the vbAdvanced CMS issue I & some others were experiencing with the loading announcements issue?
Reply With Quote
  #234  
Old 06-24-2008, 06:47 PM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by douffle View Post
I got it installed now and I have just one more problem, (I hope).

I added two announcements but I am not getting the tabs. Just two links with the announcements auto-rotating below the links. The rotation is very fast as well.

I don't see anything in the settings that looks like it would determine if I had links or tabs.

Any thoughts?

Thanks
In the FORUM HOME Template, make sure your PATHS (IN RED) are set correctly.. You can put the FULL URL to the file(s) and that should solve the problem.

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 -->
Reply With Quote
  #235  
Old 06-24-2008, 07:06 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Bobster65, I missed the begining forward slash in the path. The tabs are there now.

One final question though. The announcements are still auto-rotating back and forth. How do you set it up so that it only changes if you click the tabs?

Thanks again.
Reply With Quote
  #236  
Old 06-24-2008, 07:12 PM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by douffle View Post
Thanks Bobster65, I missed the begining forward slash in the path. The tabs are there now.

One final question though. The announcements are still auto-rotating back and forth. How do you set it up so that it only changes if you click the tabs?

Thanks again.
Cool Beans ..

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.
Reply With Quote
  #237  
Old 06-24-2008, 07:13 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BeerLuver View Post
King Kovifor... by any chance, did your update/fixes include the vbAdvanced CMS issue I & some others were experiencing with the loading announcements issue?
I haven't messed with the CMPS module, I think it was a direct modification of one of Bobster's so I will send it to him to check out.

Quote:
Originally Posted by douffle View Post
Thanks Bobster65, I missed the begining forward slash in the path. The tabs are there now.

One final question though. The announcements are still auto-rotating back and forth. How do you set it up so that it only changes if you click the tabs?

Thanks again.
Support for that being an option in the ACP is planned, so that will be in the next major version most likely. But it is somewhere in the template. Maybe Bobster knows the exact spot.
Reply With Quote
  #238  
Old 06-24-2008, 11:46 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting! What I find is that when you first enter the home page it auto-rotates between the anouncements. If I click on one of the tabs then it stops auto-rotating and does not change unless you click a different tab. If I refresh the page, then it starts to auto-rotate between the anouncements again until I click on one of the tabs again. Weird!
Reply With Quote
  #239  
Old 06-25-2008, 11:54 AM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by douffle View Post
Interesting! What I find is that when you first enter the home page it auto-rotates between the anouncements. If I click on one of the tabs then it stops auto-rotating and does not change unless you click a different tab. If I refresh the page, then it starts to auto-rotate between the anouncements again until I click on one of the tabs again. Weird!
That's not weird, its how auto rotation is supposed to be if initialized. Auto rotation stops as soon as you click on a tab. If you refresh, you are invoking the original state, which is to auto rotate until a tab is clicked on. I posted above how to initialize without auto rotation.

Once Bree gets back online, I am going to have her change the default install to NOT rotate and add the ability to set the auto rotate time in the ACP.
Reply With Quote
  #240  
Old 06-25-2008, 02:32 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seemed weird to me at the time but I wasn't aware that it was supposed to do that.

Setting the default as non-rotating seems to me to be the best way to go. The reason I say this is because in between rotations it clears the box (table), and displays the "loading" animation, which is fine in and of itself, but I find that because the box shrinks in height when the animation begins and grows in height when it displays the next announcement, the forums listing is jumping up and down on the page. If I scroll down trying to look at all of the forums, I find it very distracting as the list jumps up and down on the page.

I am not trying to knock the mod. It is a great mod and it is what I have wanted for some time now, but I am simply trying to point out what I think might improve it. If it is not auto-rotating, the forum list will not jump up and down.
Reply With Quote
  #241  
Old 06-26-2008, 08:51 AM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by douffle View Post
It seemed weird to me at the time but I wasn't aware that it was supposed to do that.

Setting the default as non-rotating seems to me to be the best way to go. The reason I say this is because in between rotations it clears the box (table), and displays the "loading" animation, which is fine in and of itself, but I find that because the box shrinks in height when the animation begins and grows in height when it displays the next announcement, the forums listing is jumping up and down on the page. If I scroll down trying to look at all of the forums, I find it very distracting as the list jumps up and down on the page.

I am not trying to knock the mod. It is a great mod and it is what I have wanted for some time now, but I am simply trying to point out what I think might improve it. If it is not auto-rotating, the forum list will not jump up and down.
As said in previous post, you can change the height of the box so it stays the same size when loading another tab.

https://vborg.vbsupport.ru/showpost....&postcount=202 <--- check that post for the coding and template




Question:

Is it possible to include something where you can call the Last topics made in a certain forum to show in the tabs and update itself when a new topic is made in that forum?

Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06715 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete