vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - [AJAX] SmnLikQuick v2.0 - Advanced Announcements Block (https://vborg.vbsupport.ru/showthread.php?t=172773)

toddos 04-12-2008 10:31 AM

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 !

bobster65 04-12-2008 10:58 AM

Quote:

Originally Posted by Ricsca (Post 1488909)

that happens when it can not find the .ccs file. Check your paths to the .css

toddos 04-12-2008 12:28 PM

Quote:

Originally Posted by bobster65 (Post 1488952)
that happens when it can not find the .ccs file. Check your paths to the .css

I Have exact the same problem !
But my css file is in clientscript/smnlikquick_css.css ..

What can we do ?

bobster65 04-12-2008 12:49 PM

Quote:

Originally Posted by toddos (Post 1488998)
I Have exact the same problem !
But my css file is in clientscript/smnlikquick_css.css ..

What can we do ?

Change the BOLD RED Paths to the full URL ie, and see if that works..
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 -->
--------------------------------


toddos 04-12-2008 01:18 PM

nothing changed after that ://

bobster65 04-12-2008 01:25 PM

Quote:

Originally Posted by toddos (Post 1489041)
nothing changed after that ://

PM me the link to your site so I can check it out..

bobster65 04-12-2008 02:12 PM

Quote:

Originally Posted by toddos (Post 1489041)
nothing changed after that ://

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 -->


puertoblack2003 04-12-2008 03:18 PM

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

bobster65 04-12-2008 03:25 PM

Quote:

Originally Posted by puertoblack2003 (Post 1489103)
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

you can shut off the rotation by editing the smnlikquick template and setting the mytabs.init(5000) to mytabs.init()

Code:

<script type="text/javascript">

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

</script>


Martell 04-20-2008 11:27 AM

Block Google is not displayed :confused:

https://vborg.vbsupport.ru/external/2008/04/29.jpg


All times are GMT. The time now is 08:28 AM.

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.01426 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete