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)

michael5472 07-29-2008 05:55 PM

Quote:

Originally Posted by bobster65 (Post 1496950)
you can adjust the rotation by editing the smnlikquick template and setting the mytabs.init(5000) to something higher. The time is in milliseconds, so 5000=5 seconds .. if you want to slow it down to 10 seconds, make it 10000. If you want to totally STOP the rotation just remove the numbers ie mytabs.init() That will make it so that they manually have to select a tab..

Code:

<script type="text/javascript">

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

</script>


What file is this in ?

King Kovifor 07-29-2008 06:07 PM

Quote:

Originally Posted by michael5472 (Post 1586820)
What file is this in ?

https://vborg.vbsupport.ru/showpost....&postcount=320

Update to 2.0.6 found at the link above. Then, edit your options. Very last one should be set to nothing (not even a 0) and it will work.

bobster65 07-29-2008 06:43 PM

Quote:

Originally Posted by michael5472 (Post 1586820)
What file is this in ?

its not in a file, its in the smnlikquick template like I mentioned in the first sentence.

KK just added an XML file that add's the ability to change this via the ACP

DoB Rhapsody 08-02-2008 12:21 AM

Quote:

Originally Posted by DoB Rhapsody (Post 1565486)
I have this running on my site right now. I have 2 announcements at the moment, The problem is that when the page loads it loads the module fine but on the second re-load it will load the same announcement instead of moving on to the second.

Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.

bobster65 08-02-2008 01:34 PM

Quote:

Originally Posted by DoB Rhapsody (Post 1589572)
Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.

Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.

5 seconds is WAY to fast of a rotation time.....

Can you cut your rotation down to 10 seconds and see if the problem still exists?

DoB Rhapsody 08-02-2008 04:33 PM

Quote:

Originally Posted by bobster65 (Post 1589843)
Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.

5 seconds is WAY to fast of a rotation time.....

Can you cut your rotation down to 10 seconds and see if the problem still exists?

I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.

http://lockoutgaming.net

EDIT: Yea, it reloads the first announcement over again in FF but it goes straight to the second one in IE.

ErrorLog 08-02-2008 05:10 PM

Thank You =}

bobster65 08-02-2008 05:34 PM

Quote:

Originally Posted by DoB Rhapsody (Post 1589964)
I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.

http://lockoutgaming.net

EDIT: Yea, it reloads the first announcement over again in FF but it goes straight to the second one in IE.

ya, thats a weird one to say the least.. usually its IE that is messed up lol..

The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?

DoB Rhapsody 08-02-2008 06:57 PM

Quote:

Originally Posted by bobster65 (Post 1590000)
ya, thats a weird one to say the least.. usually its IE that is messed up lol..

The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?

Just tried it, no luck.

popular 08-12-2008 10:36 PM

how do we stop the announcements from auto scrolling?

nvm figured

periphrastic 08-14-2008 01:38 AM

Quote:

Originally Posted by bobster65 (Post 1464780)
remove the / from the 2 lines below or use the FULL path to the URL.

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



thanks so much;

installed

Coop1979 08-14-2008 03:45 PM

I'm getting this error. Any ideas?

Attachment 85455

Coop1979 08-19-2008 02:57 PM

Bump?

Spicey LA 08-23-2008 02:28 AM

am not seein a css file in the includes folder to edit the css style to match my own style...can someone plz help me here??? thanx!

King Kovifor 08-24-2008 04:39 PM

Quote:

Originally Posted by Spicey LA (Post 1604899)
am not seein a css file in the includes folder to edit the css style to match my own style...can someone plz help me here??? thanx!

Its under /clientscript/

Ray2khax 08-25-2008 12:08 PM

Dude this is so amazing :) Very nice job this is one of my favorite mods now :)

smirkley 08-26-2008 05:31 PM

Quote:

Originally Posted by Bree (Post 1487010)
In the template called smnlikquick

Find:
Code:

mytabs.init(5000)
Replace With
Code:

mytabs.init()
That turns it off completely.... or you can replace the 5000 with a higher number to slow it down a bit.


Excellent modification,..THANKS !

Is there a chance the disable feature for the rotation to be included in the next update?
I turned mine off using the template change you suggested, but would love to have the option in ACP instead.
(sorry if it was said in this thread, but I didnt read all 13 pages lol)

Thanks again!

King Kovifor 08-26-2008 11:39 PM

Quote:

Originally Posted by smirkley (Post 1607530)
Excellent modification,..THANKS !

Is there a chance the disable feature for the rotation to be included in the next update?
I turned mine off using the template change you suggested, but would love to have the option in ACP instead.
(sorry if it was said in this thread, but I didnt read all 13 pages lol)

Thanks again!

https://vborg.vbsupport.ru/showpost....&postcount=320

smirkley 08-27-2008 01:16 AM

Thank You KK for the lead to the needed change !!

And thank you Bree for the most excellent modification !!

Skyrider 08-31-2008 02:27 PM

<a href="http://esf.filefront.com/forum" target="_blank">http://esf.filefront.com/forum</a>

is this normal? The blocks doesn't work at all anymore. All files are correctly installed.

King Kovifor 09-01-2008 01:52 AM

Quote:

Originally Posted by FF|Skyrider (Post 1611206)
http://esf.filefront.com/forum

is this normal? The blocks doesn't work at all anymore. All files are correctly installed.

Actually, no. Not at all. I cannot see why SmnLikQuick would cause this (code wise) and I am investigating vBulletin code, but I cannot see why it is like this. Any announcements added?

Dark Cynicus! 09-01-2008 02:40 AM

why does mine show like this http://rhythematics.com/community/index.php

Waiter 09-01-2008 06:44 AM

I have this problem when I try to install this block in the CMPS...

https://vborg.vbsupport.ru/

The strange thing is that in the FORUMHOME this block works great... But in the homepage I see only LOADING....

WHY??????

bobster65 09-01-2008 02:59 PM

Quote:

Originally Posted by Waiter (Post 1611775)
I have this problem when I try to install this block in the CMPS...

http://tuttopes.net/forum/imagehosti...b9cd096d52.jpg

The strange thing is that in the FORUMHOME this block works great... But in the homepage I see only LOADING....

WHY??????

If its just stuck on "loading" its because it can not find what its trying to "load", so there is a path issue problem somewhere..

bobster65 09-01-2008 03:03 PM

Quote:

Originally Posted by Dark Cynicus! (Post 1611664)
why does mine show like this http://rhythematics.com/community/index.php

Couldn't tell ya, been trying to get your site to pull up, but it just loads the header and sits there and times out..

Dark Cynicus! 09-01-2008 03:19 PM

<a href="http://i34.tinypic.com/2nhntys.jpg" target="_blank">http://i34.tinypic.com/2nhntys.jpg</a> scrn shot

Dark Cynicus! 09-01-2008 03:21 PM

do i need vBAdvanced CMPS installed for this to work?

bobster65 09-01-2008 05:03 PM

Quote:

Originally Posted by Dark Cynicus! (Post 1612070)

the script isn't finding the CSS ..

Edit the FORUMHOME Template and in the <head> section, look for this.. Remove the 2 forward slashes in Red

Code:

<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">


Quote:

Originally Posted by Dark Cynicus! (Post 1612072)
do i need vBAdvanced CMPS installed for this to work?

No, however.. it does come with an addon that can be used with vBa CMPS.

Dark Cynicus! 09-01-2008 05:14 PM

now it worked, just my css is a bit off..

http://i37.tinypic.com/28ul6l5.jpg and thanks alot bob for ur help, highly appreciated.. im going to message you about some work i would like done if you dont mind.. paid of course =D

DoB Rhapsody 09-01-2008 05:23 PM

My SmnLikQuick in action :)

http://lockoutgaming.net/

Waiter 09-01-2008 05:37 PM

Quote:

Originally Posted by bobster65 (Post 1612052)
If its just stuck on "loading" its because it can not find what its trying to "load", so there is a path issue problem somewhere..

I don't konw... But I check all the codes.. And it seem to be right

I remenber you that it happens ONLY IN THE HOMEPAGE!!! Because in the forum it WORKS GREAT!!

HELP MEEEEEEE

bobster65 09-01-2008 05:45 PM

Quote:

Originally Posted by Waiter (Post 1612184)
I don't konw... But I check all the codes.. And it seem to be right

HELP MEEEEEEE

If its just stuck loading, that's because its trying to find the source and its not finding it. I am willing to bet that its a simple path issue between vBa CMPS and vB .. this is common with vBa when you have vBa installed in the root and vB in a subdirectory of root..

Waiter 09-01-2008 05:54 PM

Quote:

Originally Posted by bobster65 (Post 1612194)
If its just stuck loading, that's because its trying to find the source and its not finding it. I am willing to bet that its a simple path issue between vBa CMPS and vB .. this is common with vBa when you have vBa installed in the root and vB in a subdirectory of root..

So...

In headinclude I have:

Code:

<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="http://tuttopes.net/forum/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="http://tuttopes.net/forum/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 -->

And I Add a new Module to the CMPS...

Here is my link: http://tuttopes.net

douffle 09-03-2008 01:59 PM

I clicked on uninstall and everything looked like it went ok. The smnlikquick menu disappeared in the cp and the tabs disappeared in the forum but now I am getting database errors. I looked in the templates and there is a smnlikquick template listed under Custom Templates. This may be what is causing the errors but I can't figure out how to get rid of the template. There is no delete button and it won't let me just delete the code. Any ideas on how to get rid of this template and if this is what is causing the database errors?

Thanks.

bobster65 09-03-2008 02:14 PM

Quote:

Originally Posted by douffle (Post 1613607)
I clicked on uninstall and everything looked like it went ok. The smnlikquick menu disappeared in the cp and the tabs disappeared in the forum but now I am getting database errors. I looked in the templates and there is a smnlikquick template listed under Custom Templates. This may be what is causing the errors but I can't figure out how to get rid of the template. There is no delete button and it won't let me just delete the code. Any ideas on how to get rid of this template and if this is what is causing the database errors?

Thanks.

To get rid of a custom template, just revert it and it will delete it..

douffle 09-03-2008 02:23 PM

Quote:

Originally Posted by bobster65 (Post 1613622)
To get rid of a custom template, just revert it and it will delete it..

When I go into Edit Templates and select the smnlikquick template, the Revert button is greyed out.

Ok,... forget the above comment. I figured it out.

Thanks bobster65

Defkalion 09-05-2008 09:26 AM

Quote:

Originally Posted by Defkalion (Post 1585191)
This is a very nice mod, but there is some problem with cyrillic characters as noted before. Any input in diferrent charachers (for example greek) gets saved as question marks (????? ???? ???). This is the only module with this kind of problem, is there some forgotten charset mis-type somewhere?

Any news regarding this problem? :)

King Kovifor 09-05-2008 06:48 PM

Quote:

Originally Posted by Defkalion (Post 1614980)
Any news regarding this problem? :)

Haven't checked it out yet.

douffle 09-06-2008 10:31 PM

Unfortunately I am still getting errors after uninstalling smnlikquick.

I keep getting the following error:

Database error in vBulletin 3.7.2:

Invalid SQL:
SELECT * FROM `smnlikquick` WHERE `id`='2' LIMIT 1;

MySQL Error : Table 'mdforum.smnlikquick' doesn't exist


I've look through some of my templates but I have no idea where the problem is.
Anybody else have any ideas? Its really annoying getting all these error messages every day.

Thanks.

t.uzuner 09-07-2008 01:47 AM

thanks friend thats great mod


All times are GMT. The time now is 04:25 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.01676 seconds
  • Memory Usage 1,849KB
  • 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
  • (6)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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