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)

Khalid-B 03-19-2008 08:48 PM

nice hack , thanks for sharing with us.

Khalid-B 03-19-2008 08:51 PM

HI.

[IMG] bbcode not woking , is there any chances for this ?

Thank

Feckie (Roger) 03-20-2008 07:01 AM

Quote:

Originally Posted by bobster65 (Post 1464786)
Are you asking about the rotation time of the Tabs?

if so, that would be in the smnlikquick template.. the .init sets the time in micro seconds, just change it higher or lower to decrease or increase the intervals.

Code:

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


Quote:

Originally Posted by cagbaazee (Post 1468521)
Where is the file and please tell me in which folder it found. Thanks

Check the green bit, tis in the templates

gwerzal 03-25-2008 12:06 AM

Sweet i tried installing it manualy but couldn't figure it out so thank you very much for this.

Breathex 03-25-2008 01:44 AM

Well, i liked and installed this hack on my 3.7.0 RC1 forum. I did all the things right, announcement window appeared on my forum home. I entered an announcement from my admin panel and when i turn back to my forum i saw that it's showing loading.gif and "Loading..." text but not showing the announcement text i entered.

My php version is 4.3.9 and it's Apache 2.0 Handler.

What can i do to solve this problem? I really want to use this brilliant hack.

dvbusuario 03-25-2008 04:45 AM

Very Good, Thank you

Install!!

co0kz 03-25-2008 07:42 PM

Stupid question but has anyone tried this on 3.6.8? Not wanting to update my board till the full release of 3.7 is out but wouldn't mind adding this.

Nice Work.

Mythotical 03-26-2008 01:54 AM

As far as I know this has not been tested on 3.6.8, I will probably test on my 3.6.8 test board tomorrow.

Breathex 03-26-2008 04:43 AM

Quote:

Originally Posted by Breathex (Post 1473784)
Well, i liked and installed this hack on my 3.7.0 RC1 forum. I did all the things right, announcement window appeared on my forum home. I entered an announcement from my admin panel and when i turn back to my forum i saw that it's showing loading.gif and "Loading..." text but not showing the announcement text i entered.

My php version is 4.3.9 and it's Apache 2.0 Handler.

What can i do to solve this problem? I really want to use this brilliant hack.

Any guess or solutions for this? Nowadays i need a hack like this one immediately.

Mythotical 03-26-2008 01:04 PM

Did you upload ALL files? If so try to re-upload all files again making sure they upload either in binary or ASCII mode.

Veer 03-27-2008 03:00 PM

There should be an option to "Active" and "De Active" per announcement, Not just delete.

thanks.

Breathex 03-28-2008 07:59 AM

Quote:

Originally Posted by Steve M (Post 1474962)
Did you upload ALL files? If so try to re-upload all files again making sure they upload either in binary or ASCII mode.

Thanks a lot for the reply Steve. It works like a charm now. :)

Mythotical 03-29-2008 03:19 AM

Breathex: Great to hear. Was it the re-uploading that got it to work?

Breathex 03-29-2008 09:33 AM

Quote:

Originally Posted by Steve M (Post 1477331)
Breathex: Great to hear. Was it the re-uploading that got it to work?

Yes Steve, when i re-uploaded all the files, it worked.

Bree, thanks again for this brilliant hack and thanks again to Steve for the help. I hope to see putting announcements in order option for the future releases. Also in admin panel if we could write announcements with WYSIWYG editor, it would be very nice. Some of my admins don't know how to prepare HTML codes.

rmxs 03-29-2008 12:37 PM

works only if you remove the first / from the css files.

Byt when i install it make me high load...if i remove it everything its ok..

macc 03-29-2008 02:12 PM

hello!

i installed today and have 2 problems

have vbulletin 3.7.0 rc1 and cmps 3.0

on my forum it looks so www.belaplay.com/vb/libar

i want get board around like i have on all my boards (announcements expl not just blank template) and same in cmps module ... just tamplete but can not get module tittle ...)
could not see loading.gif ... just red x ...

some help

regards
macc

co0kz 03-29-2008 03:54 PM

Quote:

Originally Posted by Pehchaan (Post 1475927)
There should be an option to "Active" and "De Active" per announcement, Not just delete.

thanks.

Can i add another suggestion simalar to the above post, that it may be worth adding a weight system to this so you can place new tabs/announements where you want them. At the moment when you add a new tab it is added to the end of the list. Maybe a simple up and down button would be cool so you move your tabs around after adding them. Just a suggestion.

ps.. works fine in 3.6.8

Thanks.

Bree 04-06-2008 10:08 PM

To Upgrade:
  • Reupload files allowing overwrite. (Excluding the smnlikquick_css.css file if you have altered it)
  • Import the Product XML
  • If you have the CMPS Module installed you will need to reupload those files also allowing overwrite.
  • You may then want to Order your Announcement via AdminCP

Sorry about the delay... There was some debate about the HTML being allowed. Thanks for your patience!

Always, Bree

Bree 04-06-2008 10:23 PM

As I'm not having much luck with figuring out how to manage the css with just one file (depending on style being used)... A fix for multiple styles would be.....
  • Copy the smnlikquick_css.css file once for every style you have, naming them whatever you wish IE smnlikquick_style1.css, smnlikquick_style2.css, etc
  • When doing the template edits, change the file name to match the .css file for that style. For example (Look for the Red):

In the 1st Edit performed:
Code:

<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_style1.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 -->

Or:
Code:

<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_style2.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 -->

ETC

Hope this helps some of yas....

macc 04-07-2008 12:26 AM

hello!

have installed before and nice hack...just one question ...if i upgrade now should i lose all my announcements on forum page (mean what i make with this hack)?

reg

macc

Bree 04-07-2008 12:30 AM

You shouldn't.... when I upgraded my main site via the instructions I posted, I didn't lose anything... I just had to go back and edit so that I could put them in order is all. And thank you!

Always, Bree

macc 04-07-2008 12:33 AM

Thanks !

regards

macc

TTG 04-07-2008 01:31 AM

Great addition but I've come across one problem in admincp when trying to edit an announcement of more than one line. The option to edit / disable / delete becomes centred and when attempting to select an option, it opens the forumhome page !?

Clicked install :up:

King Kovifor 04-07-2008 01:36 AM

The centered problem can be explained by the reasoning that HTML rendering ttys to put as much one one line as possible in the center column and create a very small width on the last column. And I cannot explain the forum home link.

Triky 04-07-2008 01:04 PM

Nice!

TTG 04-08-2008 01:51 AM

Quote:

Originally Posted by King Kovifor (Post 1484878)
The centered problem can be explained by the reasoning that HTML rendering ttys to put as much one one line as possible in the center column and create a very small width on the last column. And I cannot explain the forum home link.

I now have an announcement which I cannot edit/delete .. guess I'll have to un-install and re-install to lose it !?

crkgb 04-08-2008 03:44 AM

Is there a way to get cyrillic characters supported?
I run my forum in UTF-8 (to no success updated charset in the xml file to UTF-8)
and this mod is the only one where cyrillic comes out as "???????" instead of what was plugged in.

Thank you

ishare 04-08-2008 04:23 PM

First of all i would like to thank you for this usefull and nice addon.
But i have a problem actually. I do use vBulletin 3.7.Release Candidate 2 and when i write something long, it comes out the border as shown on below image.
Do you have any idea about how i can correct this problem ?

https://vborg.vbsupport.ru/

bobster65 04-08-2008 04:33 PM

Quote:

Originally Posted by ishare (Post 1486052)
First of all i would like to thank you for this usefull and nice addon.
But i have a problem actually. I do use vBulletin 3.7.Release Candidate 2 and when i write something long, it comes out the border as shown on below image.
Do you have any idea about how i can correct this problem ?

https://vborg.vbsupport.ru/

That could be due to a DIV height attribute being hard coded to a static value instead of a % Let me check out the core code that Bree released to see if the main content DIV has a hard coded value..

SuperDave71 04-08-2008 05:39 PM

Can these messages be formatted using HTML or BB code?


Thanks


***Nevermind! *** DOH! I just had to read! Sorry bout that!! HTML markup it is!


Sorry about that one.. ha ha

King Kovifor 04-08-2008 10:11 PM

Quote:

Originally Posted by SuperDave71 (Post 1486107)
Can these messages be formatted using HTML or BB code?


Thanks


***Nevermind! *** DOH! I just had to read! Sorry bout that!! HTML markup it is!


Sorry about that one.. ha ha

I helped her code the bbcode part (Okay, I did) but she hasn't released it yet.

bobster65 04-08-2008 10:24 PM

Quote:

Originally Posted by ishare (Post 1486052)
First of all i would like to thank you for this usefull and nice addon.
But i have a problem actually. I do use vBulletin 3.7.Release Candidate 2 and when i write something long, it comes out the border as shown on below image.
Do you have any idea about how i can correct this problem ?

http://www.tv-sinema.com/images/dtodgjawkrqqir7qenb.jpg


To fix this, Edit the smnlikquick template (The Bold Red Below) Removing the height attribute will make it adjust to the size of the text..

Code:

<div id="divcontainer" style="border:0px; width:97%; height: 105px; padding: 6px; margin-bottom:1em"></div>

Bree 04-09-2008 01:01 AM

Yes, King added to SmnLikQuick so that it will parse BB Code (Thanks sooooo much King!) but I haven't had a chance to post the changes yet.... Got a bunch on my plate right this second but I'll try to get to it later tonight, if not will def get it done tomorrow... I'm sorry about the delay *blush*

Always, Bree

Bree 04-09-2008 09:05 PM

Quote:

Originally Posted by TTG (Post 1485625)
I now have an announcement which I cannot edit/delete .. guess I'll have to un-install and re-install to lose it !?

Very strange... Try upgrading to v2.0.3 and see if that fixes the problem.. otherwise you will probably need to start from scratch (Uninstall and Reinstall completely)... I've never seen this happen.

Quote:

Originally Posted by crkgb (Post 1485654)
Is there a way to get cyrillic characters supported?
I run my forum in UTF-8 (to no success updated charset in the xml file to UTF-8)
and this mod is the only one where cyrillic comes out as "???????" instead of what was plugged in.

Thank you

I am very sorry but honestly.... I have NO clue what you are talking about *blush*... If someone more advanced than I am can help out with this, that would be awesome!

Upgrade is the same as before... reupload all files (with the exception of the .css file if you have altered it... then re-import the product. Evaluate you SmnLikQuick settings afterwards.

crkgb 04-09-2008 09:25 PM

How can we turn off time intervals for reloading?

Thank you

Bree 04-09-2008 09:34 PM

Quote:

Originally Posted by crkgb (Post 1487004)
How can we turn off time intervals for reloading?

Thank you

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.

King Kovifor 04-09-2008 10:51 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.

If that is in a template I can make that a setting.

Breathex 04-10-2008 03:07 AM

Excellent job Bree, i'll do the upgrade tonight. Thanks for this new release.

Edit: Uploaded and works very well in 3.7 RC3

Thanks again :)

Breathex 04-12-2008 06:05 AM

Future Features:

* Collapse button for forumhome menu.

I think it would be nice. :)

Ricsca 04-12-2008 09:20 AM

Dont work whay?

https://vborg.vbsupport.ru/


All times are GMT. The time now is 04:40 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.01720 seconds
  • Memory Usage 1,835KB
  • 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
  • (8)bbcode_code_printable
  • (14)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