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

Also, try removing smnlikquick.php.
Reply With Quote
  #373  
Old 09-11-2008, 11:01 PM
adrenaline786 adrenaline786 is offline
 
Join Date: Mar 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to stop the slideshow thing. I am just asking as the refreshing every second can get a bit annoying. Thanks.

edit: never mind i found the solution after searching this thread. thanks
Reply With Quote
  #374  
Old 09-12-2008, 06:17 PM
douffle douffle is offline
 
Join Date: Mar 2007
Location: Ontario Canada
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
Also, try removing smnlikquick.php.
I found that while I uninstalled smnlikquick, the file smnlikquick.php was still in the root so I removed it. I'll see if that resolves it, although it seems to me that someting must be calling that file to make it execute. I'm pretty sure I removed all references to smnlikquick in my templates.

Thanks for the help, I'll have to wait and see if the problem is resolved.
Reply With Quote
  #375  
Old 09-12-2008, 06:22 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 douffle View Post
I found that while I uninstalled smnlikquick, the file smnlikquick.php was still in the root so I removed it. I'll see if that resolves it, although it seems to me that someting must be calling that file to make it execute. I'm pretty sure I removed all references to smnlikquick in my templates.

Thanks for the help, I'll have to wait and see if the problem is resolved.
It should as the script was listed as smnlikquick.php.
Reply With Quote
  #376  
Old 09-14-2008, 05:47 AM
Bree's Avatar
Bree Bree is offline
 
Join Date: Aug 2006
Location: Hawaii
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Douffle was right... the file HAD to have been called... I am sure the errors will stop since the file was deleted from the server. (Uninstalling a product will not remove files from the server manually).

This is my thought process in case you are curious... The plugin queries the database to get all the currently active announcements... each announcements' title being the tab. The message id is passed in the URL... When the tab is clicked on, it calls upon the smnlikquick.php, grabs the message id from the url, queries the database for THAT message, and prints it. Because the error/email was coming from the smnlikquick.php (We know this because the plugin's query is written slightly different.. it has no LIMIT) and HAS a message id (id=3), this means the plugin HAD to have worked correctly (The plugin is what grabs the id numbers from the database)... And YET, the plugin would have been looking for the same table (in the database) that smnlikquick.php was.. which isn't there.. the error says the smnlikquick table does not exist. So how did the plugin query it and get a response? Answer... it didn't... someone intentionally put a three in the address (smnlikquick.php?do=message&id=3)... smnlikquick.php grabbed that three from the URL but couldn't find the proper table. The fix to this would be A.) Get rid of the person deliberately trying to aggravate you or B.) Delete the smnlikquick.php file from the server so that that aggravating person will just get a "Page Not Found" error =0) (I say deliberately, but someone might have stumbled upon the address by accident and bookmarked it or whatever, I dunno)

Note to all, when uninstalling SmnLikQuick.. Follow the install instructions somewhat backwards...
  1. disable the SmnLikQuick Mod via AdminCP>SmnLikQuick
  2. Remove Template Edits (See Install File)
  3. Uninstall Product via AdminCP>Plugins & Products>Manage Products
  4. Remove SmnLikQuick Files from server.
  5. Refresh
  6. Smile =0)

I apologize douffle for all the trouble *blush*... Hopefully this all fixes your problem.. if not, let us know =0)

Hope everyone is having a wonderful weekend! Always -Bree
Reply With Quote
  #377  
Old 09-15-2008, 09:47 PM
binevi binevi is offline
 
Join Date: Jan 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first it is great hack!

second can you add start stop buttons or disable refreshing or mouseover effect
Reply With Quote
  #378  
Old 09-15-2008, 10:10 PM
Bree's Avatar
Bree Bree is offline
 
Join Date: Aug 2006
Location: Hawaii
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by binevi View Post
first it is great hack!

second can you add start stop buttons or disable refreshing or mouseover effect
Like have a start/stop button on the user end? Like under the announcements maybe... I actually really like that idea =0) Will see what I can do....

You can disable refreshing by altering the smnlikquick template and removing the 5000 from the following code:

PHP Code:
mytabs.init(5000
You can also speed it up or lower it by entering in a higher or lower number...

When you say mouseover effect... do you mean like if you hover over the title, it will automatically change rather than having to click on it --- Like that one too...

I'll add these to the "to do" list and will see about getting them done in a future release... we have quite a few goodies being added and hope to release a newer version very soon =0) Thanks for the ideas & compliment! Hope you are having an awesome day!

Always, Bree
Reply With Quote
  #379  
Old 09-16-2008, 09:00 PM
binevi binevi is offline
 
Join Date: Jan 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bree View Post
Like have a start/stop button on the user end? Like under the announcements maybe... I actually really like that idea =0) Will see what I can do....

You can disable refreshing by altering the smnlikquick template and removing the 5000 from the following code:

PHP Code:
mytabs.init(5000
You can also speed it up or lower it by entering in a higher or lower number...

When you say mouseover effect... do you mean like if you hover over the title, it will automatically change rather than having to click on it --- Like that one too...

I'll add these to the "to do" list and will see about getting them done in a future release... we have quite a few goodies being added and hope to release a newer version very soon =0) Thanks for the ideas & compliment! Hope you are having an awesome day!

Always, Bree
Yeapp =0) Im curious about new version with my ideas :P

Thanks for your supports and good luck =0)

Also : how can i change that bar or text colour ?



by the way colourful bar could be nice feature like a rainbow ;p
Reply With Quote
  #380  
Old 09-21-2008, 08:03 AM
Been Told Been Told is offline
 
Join Date: Oct 2006
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've searched the thread and can't find the place where switching off the slideshow feature is explained.
Any hints anyone?
Reply With Quote
  #381  
Old 09-21-2008, 02:30 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 Been Told View Post
I've searched the thread and can't find the place where switching off the slideshow feature is explained.
Any hints anyone?
it was explained just 2 posts above yours.. their is also an XML file that adds the ability to shut it off via the ACP..
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 07:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11343 seconds
  • Memory Usage 2,329KB
  • 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_php
  • (5)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
  • (1)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