vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   vBulletin Forum Sideblocks - Countdown (Forum, Sideblock, vBa CMPS, Multiple Countdowns) (https://vborg.vbsupport.ru/showthread.php?t=266689)

K4GAP 08-05-2011 09:46 AM

In my admin cp under Styles & Templates, there is no selection to create new template.

I'm running 4.1.5

Gemma 08-05-2011 11:25 AM

Quote:

Originally Posted by GaryT (Post 2229596)
In my admin cp under Styles & Templates, there is no selection to create new template.

I'm running 4.1.5

Sorry GaryT, I missed a bit out :o

Go to AdminCP > Styles and Templates > Style Manager > Add New Template

Scalemotorcars 08-19-2011 06:38 PM

Curious if this could be adapted to work with the poll forum block having the settings taken automatically from when the poll ends....

I'm using this one here. https://vborg.vbsupport.ru/showthrea...highlight=poll

Gemma 08-20-2011 04:59 PM

Quote:

Originally Posted by Scalemotorcars (Post 2235492)
Curious if this could be adapted to work with the poll forum block having the settings taken automatically from when the poll ends....

I'm using this one here. https://vborg.vbsupport.ru/showthrea...highlight=poll

Sorry, not something I've looked at or considering.

Scalemotorcars 08-21-2011 11:53 AM

Thanks Gemma. Ill put in a mod request. Maybe someone can figure it out.

tidus78 08-22-2011 09:45 PM

Hi Gemma.

Countdown is working on my 4.1.5. but not the content....
I would like to display an image on the countdown, but nothing appears by inserting the contents between the tags <div></div>

Gemma 08-22-2011 09:56 PM

Quote:

Originally Posted by tidus78 (Post 2236758)
Hi Gemma.

Countdown is working on my 4.1.5. but not the content....
I would like to display an image on the countdown, but nothing appears by inserting the contents between the tags <div></div>

Add it to the block_template after </script>

So you would have something like -

Code:

<li>
        <div class="block smaller">
                <div class="blocksubhead">
                        <a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
                        <span class="blocktitle">{vb:raw blockinfo.title}</span>
                </div>
                <div class="widget_content blockbody floatcontainer">
                <div id="block_html_{vb:raw blockinfo.blockid}" class="blockrow">
<script language="Javascript" type="text/javascript" src="countdown/js/jquery-1.4.1.js"></script>
<script language="Javascript" type="text/javascript" src="countdown/js/jquery.lwtCountdown-1.0.js"></script>
<script language="Javascript" type="text/javascript" src="countdown/js/misc.js"></script>
<link rel="Stylesheet" type="text/css" href="countdown/style/main.css"></link>
<script type="text/javascript">
jQuery(document).ready(function() {
    $('#countdown').countDown({
        targetDate: {
            'day':      23,
            'month':    8,
            'year':    2011,
            'hour':    23,
            'min':      59,
            'sec':    59,
            'gmt':    true
                       
        }
    });
});
</script>
<div align="center"><img src="http://www.imageurl.com/image.gif" alt="Image Title" width="XXpx" height="XXpx" /></div>
               
                <div id="countdown">
                        <div class="dash first weeks_dash">
                                <span class="dash_title">Weeks</span>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                        </div>
                        <div class="dash days_dash">
                                <span class="dash_title">Days</span>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                        </div>
                        <div class="dash hours_dash">
                                <span class="dash_title">Hrs</span>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                        </div>
                        <div class="dash minutes_dash">
                                <span class="dash_title">Mins</span>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                        </div>
                        <div class="dash seconds_dash">
                                <span class="dash_title">Secs</span>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                        </div>
                </div>
</div>
</div>
                </div>
        </div>
        <div class="underblock"></div>
</li>


tidus78 08-22-2011 10:22 PM

Ok now it's working :)

Just another little question : I installed the second countdown, is it normal that line you see in the picture attached?

https://vborg.vbsupport.ru/

Gemma 08-23-2011 07:28 AM

Quote:

Originally Posted by tidus78 (Post 2236766)
Ok now it's working :)

Just another little question : I installed the second countdown, is it normal that line you see in the picture attached?

http://img801.imageshack.us/img801/4301/catsqnx.jpg

No it shouldn't have a line.

Try adding a <div> tag above you image code so it looks like

Code:

<div>
<div align="center"><img src="http://www.imageurl.com/image.gif" alt="Image Title" width="XXpx" height="XXpx" /></div>


tidus78 08-23-2011 09:58 AM

It doesn't work :erm:


All times are GMT. The time now is 02:48 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.01224 seconds
  • Memory Usage 1,754KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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