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
  #252  
Old 06-29-2008, 09:09 AM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bobster65 View Post
No, you wouldn't install the whole thing, just use the content files ie, recentthreadsexp2.php for example and point a tab to it. You would do this manually in the template (for now). King K and I are working on something right now that we may talk Bree into using here which will allow specific additional content modules to be added to this as well..

Here is how to add an additional Tab for an external content file (s)

EDIT the smnlikquick TEMPLATE

I manually inserted an LI tag (IN RED) which will create an addition Tab .. all you need to do is create a content file, upload it, change the name of it in the line below, name your tab and yer golden. Works well with all the content files I have made for AJAX Tabs .. you just need to remark out the calls to any CMPS files that are not being used..

Code:
<table class="tborder" cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
	<tr>
		<td class="alt1">
			<div id="tabs" class="indentmenu">
				<ul>
				$slq_bit
				<li><a href="tabcontentfile.php" rel="tabcontainer">TAB NAME</a></li>
				</ul>
				<br style="clear: left" />
			</div>
			<div id="divcontainer" style="border:0px; width:97%; padding: 6px; margin-bottom:1em">
			</div>

<script type="text/javascript">

var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)

</script>

		</td>
	</tr>
</table>

<br />
Thanks for this, got it all working now and it helped me adding my radio stations in there too, really appreciate it thank you

And a couple more questions lol,

i want to have the tabs colored before they get selected and to change the red gradient when they are selected, this might of been mentioned before somewhere but I can't see it for the life of me.

and last question, with the recentthreads php file, i want to take some info out so i only have one line...

ie i want to take out topic starter (2nd Line) date when topic made (3rd line) and next column take out the last posters name. so i just have 1 line of info across the whole table.

also can i change this so its latest thread created and not last thread posted in ?

Thanks for all ur help on this..
Reply With Quote
  #253  
Old 06-29-2008, 02:14 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 DjEddie View Post
Thanks for this, got it all working now and it helped me adding my radio stations in there too, really appreciate it thank you

And a couple more questions lol,

i want to have the tabs colored before they get selected and to change the red gradient when they are selected, this might of been mentioned before somewhere but I can't see it for the life of me.

and last question, with the recentthreads php file, i want to take some info out so i only have one line...

ie i want to take out topic starter (2nd Line) date when topic made (3rd line) and next column take out the last posters name. so i just have 1 line of info across the whole table.

also can i change this so its latest thread created and not last thread posted in ?

Thanks for all ur help on this..
I can't find the file or I would have edited it for you.
Reply With Quote
  #254  
Old 06-29-2008, 02:23 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Kovifor,

I've added the unedited file as an attachment, appreciate it if you could look for us,

Thank you
Reply With Quote
  #255  
Old 06-29-2008, 02:38 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What do you want taken out?
Reply With Quote
  #256  
Old 06-29-2008, 02:46 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, i'd like taken out please:

Topic Starter
Date When topic made
Last poster

And not sure if this can be done, but i'd like it to Latest threads made, with the newest at the top, not showing the Latest thread that has been posted in,

Thank you
Reply With Quote
  #257  
Old 06-29-2008, 02:59 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try the attachment.
Reply With Quote
  #258  
Old 06-29-2008, 03:19 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, thanx for the quick reply

Its now showing, Topic title, thread starter and data & time when topic started (in first column) other colums arent there.. . <--- the last 2 fields if possible taken off leaving just topic title ...

and the other stuff put back on lol ie Last Post - Replies - Forum columns... so its still in its table but with the last posters name taken out of the last post column

so it all ends up on 1 line on 1 row ...
Reply With Quote
  #259  
Old 06-29-2008, 03: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

So you want most of the data, but everything to be on one line?
Reply With Quote
  #260  
Old 06-29-2008, 03:27 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything on one line ... data to be included and in the columns is:

Topic Title, - Last Post Time (only) - Replies - Forum Name <--- that info only, so it only uses 1 line per thread..

thanks
Reply With Quote
  #261  
Old 06-29-2008, 03:34 PM
Dennis Kaczor Dennis Kaczor is offline
 
Join Date: Oct 2005
Location: Toronto
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
Your table was never created. Try exporting and reimporting your product.
Did that, and not change in the errors seen. I checked and looked at the database and the table is in there, and I was able to view the 2 test messages in there as well.

If I uninstall, will it remove the table from the database? And maybe start from scratch one more time? even removing the upload files to the server as well? Unless you have any other ideas that I can try.

I check to see if the table was there before the export and inport and it was there.

Thanks for the help. And I hope to get this going as I have a use to put this in CMPS as well, but need to correct this issue before hand. Thanks again
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:33 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.08105 seconds
  • Memory Usage 2,321KB
  • 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
  • (1)bbcode_code
  • (3)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