vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Mini-Calendar in Header by BOP5 (VB 4.x.x) (https://vborg.vbsupport.ru/showthread.php?t=284858)

Bob_R 01-12-2013 01:46 PM

Uninstalled- No support

Bob_R 01-18-2013 01:17 AM

Joe, I have an update on this issue over at your place. Let me know where we'll be discussing this so neither of us have to play forum tag.

macroforum 01-18-2013 08:50 AM

Thanks!
How can i shows the months and days in italian language?
In headcalendar_bop5 template i dont's see months and days names.
Thanks
Antonio

EDIT Ok, i see this post https://vborg.vbsupport.ru/showpost....7&postcount=37

kfyonur 01-20-2013 11:29 AM

i can't see calendar in my theme but i can see calendar on the other themes..

where can i add this code ?

Code:

<div class="ad_global_header">
                {vb:raw ad_location.global_header1}
                {vb:raw ad_location.global_header2}
        </div>

MY HEADER

Code:

<div id="pageWrapper">
        <div id="topBar">
                <div class="topBox">
                        <div class="topBoxLeft"><div class="topBoxRight">
                                <span>Audi T?rkiye Kul?b?'ne hoşgeldiniz.
<vb:if condition="$show['member']"> {vb:raw bbuserinfo.username}!<vb:else />! Bu ilk ziyaretiniz mi?</vb:if></span>
<div class="topBoxLinks">
<vb:if condition="$vboptions['enablefacebookconnect']">
<div id="fb_topbar<vb:if condition="$show['facebookuser']">_in</vb:if>">
                <ul>
                                {vb:raw facebook_header}
                </ul>
</div>
</vb:if>
<vb:if condition="$vbulletin->options['display_social_icons']==1">
<div class="socialBox">
                                <vb:if condition="$vbulletin->options['twitter_account']"><a href="http://www.twitter.com/{vb:raw twitter_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-twitter.png" alt="Follow us on Twitter" /></a></vb:if>
                                <vb:if condition="$vbulletin->options['facebook_account']"><a href="http://www.facebook.com/{vb:raw facebook_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-facebook.png" alt="Follow us on Facebook" /></a></vb:if>
                                <vb:if condition="$vbulletin->options['youtube_account']"><a href="http://www.youtube.com/{vb:raw youtube_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-youtube.png" alt="Watch us on YouTube" /></a></vb:if>
</div>
</vb:if>
<div class="topBarLinksWrap">
                                        <vb:if condition="$vboptions['archiveenabled']"><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></vb:if>
                                        <a href="#" class="topRSS"><img src="{vb:stylevar imgdir_themedir}/iconRSS.gif" alt="RSS" /></a>
</div>

                                </div>
                        </div></div>
                </div>
        <vb:if condition="$show['registerbutton']">
                <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" id="clickRegister"><img src="{vb:stylevar imgdir_themedir}/clickRegister_{vb:stylevar left}.png" alt="{vb:rawphrase register}" /></a>
        </vb:if>
        </div>
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><span class="logo"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></span>
<vb:if condition="$vbulletin->options['modern_slogan_enable']">
        <span class="slogan">{vb:raw modern_slogan}</span>
</vb:if>

<vb:else />&nbsp;</vb:if>

        <vb:if condition="$show['member']">
        <div id="toplinks" class="toplinks">
                        <ul class="isuser">
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onClick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                <vb:if condition="$notifications_total">
                                <li class="popupmenu notifications" id="notifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                                        <ul class="popupbody popuphover">
                                                {vb:raw notifications_menubits}
                                        </ul>
                                </li>
                                <vb:else />
                                <li class="popupmenu nonotifications" id="nonotifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                                        <ul class="popupbody popuphover">
                                                <li>{vb:rawphrase no_new_messages}</li>
                                                <vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
                                        </ul>
                                </li>
                                </vb:if>
                                <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                        </ul>
            {vb:raw template_hook.header_userinfo}
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>               
        </div>
<vb:else />
                        <div id="loginBox">
                                <div class="loginBox">
                                        <!-- login form -->
                                        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                                        <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onSubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                        <ul>
                                                <li class="inputPad"><div class="loginBoxInput"><input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if> loginInput" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
                                                <li class="inputPad"><div class="loginBoxInput">
                                        <input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                                        <input type="text" class="loginInput" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>                               
                                                <li class="submitPad"><input type="image" src="{vb:stylevar imgdir_themedir}/loginButton.gif" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
                                        </ul>
                                        <div class="memberBottom">
                                                <div class="memberLinks">
                                                        <a href="login.php?do=lostpw">Forgot password?</a><vb:if condition="$show['registerbutton']">  |  <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></vb:if>
                                                </div>
                                                <div class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label></div>
                                        </div>                                               
                                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="login" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                        </form>
                        <script type="text/javascript">
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                        vB_XHTML_Ready.subscribe(function()
                        {
                        //
                                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                        });
                       
                        function navbar_username_focus(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                                {
                                //
                                        textbox.value='';
                                        textbox.style.color='{vb:stylevar input_color}';
                                }
                        }

                        function navbar_username_blur(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '')
                                {
                                //
                                        textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                                        textbox.style.color='{vb:stylevar shade_color}';
                                }
                        }
                       
                        function navbar_password_hint(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                                YAHOO.util.Dom.get('navbar_password').focus();
                        }

                        function navbar_password(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                if (textbox.value == '')
                                {
                                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                                }
                        }
                        </script>
                                        <!-- / login form -->
                                </div>                               
                        </div>
</vb:if>
</div>
</div><!-- closing div for above_body -->
        <div id="contentMain">
                <div class="contentTL"><div class="contentTR"><div class="contentBL"><div class="contentBR">
                        <div class="contentWrapper">


Amaury 01-30-2013 01:50 AM

Where does this pull the date format from? Is it built into the modification or does it pull it from the date format we have set in our settings?

We have n/j/Y (1/29/2013) and would like it if this calendar would use that. :)

It would look like this:
Tuesday
1/29/2013

No day in our format, but I would like to keep that. :)

BirdOPrey5 01-31-2013 04:15 PM

Quote:

Originally Posted by Bob_R (Post 2397617)
Joe, I have an update on this issue over at your place. Let me know where we'll be discussing this so neither of us have to play forum tag.

Bob is all set- it was his custom style that needed some custom CSS to get the text to show.

Quote:

Originally Posted by kfyonur (Post 2398158)
i can't see calendar in my theme but i can see calendar on the other themes..

where can i add this code ?

Code:

<div class="ad_global_header">
                {vb:raw ad_location.global_header1}
                {vb:raw ad_location.global_header2}
        </div>

MY HEADER

Code:

<div id="pageWrapper">
        <div id="topBar">
                <div class="topBox">
                        <div class="topBoxLeft"><div class="topBoxRight">
                                <span>Audi T?rkiye Kul?b?'ne hoşgeldiniz.
<vb:if condition="$show['member']"> {vb:raw bbuserinfo.username}!<vb:else />! Bu ilk ziyaretiniz mi?</vb:if></span>
<div class="topBoxLinks">
<vb:if condition="$vboptions['enablefacebookconnect']">
<div id="fb_topbar<vb:if condition="$show['facebookuser']">_in</vb:if>">
                <ul>
                                {vb:raw facebook_header}
                </ul>
</div>
</vb:if>
<vb:if condition="$vbulletin->options['display_social_icons']==1">
<div class="socialBox">
                                <vb:if condition="$vbulletin->options['twitter_account']"><a href="http://www.twitter.com/{vb:raw twitter_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-twitter.png" alt="Follow us on Twitter" /></a></vb:if>
                                <vb:if condition="$vbulletin->options['facebook_account']"><a href="http://www.facebook.com/{vb:raw facebook_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-facebook.png" alt="Follow us on Facebook" /></a></vb:if>
                                <vb:if condition="$vbulletin->options['youtube_account']"><a href="http://www.youtube.com/{vb:raw youtube_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-youtube.png" alt="Watch us on YouTube" /></a></vb:if>
</div>
</vb:if>
<div class="topBarLinksWrap">
                                        <vb:if condition="$vboptions['archiveenabled']"><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></vb:if>
                                        <a href="#" class="topRSS"><img src="{vb:stylevar imgdir_themedir}/iconRSS.gif" alt="RSS" /></a>
</div>

                                </div>
                        </div></div>
                </div>
        <vb:if condition="$show['registerbutton']">
                <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" id="clickRegister"><img src="{vb:stylevar imgdir_themedir}/clickRegister_{vb:stylevar left}.png" alt="{vb:rawphrase register}" /></a>
        </vb:if>
        </div>
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><span class="logo"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></span>
<vb:if condition="$vbulletin->options['modern_slogan_enable']">
        <span class="slogan">{vb:raw modern_slogan}</span>
</vb:if>

<vb:else />&nbsp;</vb:if>

        <vb:if condition="$show['member']">
        <div id="toplinks" class="toplinks">
                        <ul class="isuser">
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onClick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                <vb:if condition="$notifications_total">
                                <li class="popupmenu notifications" id="notifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                                        <ul class="popupbody popuphover">
                                                {vb:raw notifications_menubits}
                                        </ul>
                                </li>
                                <vb:else />
                                <li class="popupmenu nonotifications" id="nonotifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                                        <ul class="popupbody popuphover">
                                                <li>{vb:rawphrase no_new_messages}</li>
                                                <vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
                                        </ul>
                                </li>
                                </vb:if>
                                <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                        </ul>
            {vb:raw template_hook.header_userinfo}
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>               
        </div>
<vb:else />
                        <div id="loginBox">
                                <div class="loginBox">
                                        <!-- login form -->
                                        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                                        <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onSubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                        <ul>
                                                <li class="inputPad"><div class="loginBoxInput"><input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if> loginInput" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
                                                <li class="inputPad"><div class="loginBoxInput">
                                        <input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                                        <input type="text" class="loginInput" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>                               
                                                <li class="submitPad"><input type="image" src="{vb:stylevar imgdir_themedir}/loginButton.gif" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
                                        </ul>
                                        <div class="memberBottom">
                                                <div class="memberLinks">
                                                        <a href="login.php?do=lostpw">Forgot password?</a><vb:if condition="$show['registerbutton']">  |  <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></vb:if>
                                                </div>
                                                <div class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label></div>
                                        </div>                                               
                                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="login" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                        </form>
                        <script type="text/javascript">
                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                        vB_XHTML_Ready.subscribe(function()
                        {
                        //
                                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
                        });
                       
                        function navbar_username_focus(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                                {
                                //
                                        textbox.value='';
                                        textbox.style.color='{vb:stylevar input_color}';
                                }
                        }

                        function navbar_username_blur(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                                if (textbox.value == '')
                                {
                                //
                                        textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                                        textbox.style.color='{vb:stylevar shade_color}';
                                }
                        }
                       
                        function navbar_password_hint(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                                YAHOO.util.Dom.get('navbar_password').focus();
                        }

                        function navbar_password(e)
                        {
                        //
                                var textbox = YAHOO.util.Event.getTarget(e);
                               
                                if (textbox.value == '')
                                {
                                        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                                        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                                }
                        }
                        </script>
                                        <!-- / login form -->
                                </div>                               
                        </div>
</vb:if>
</div>
</div><!-- closing div for above_body -->
        <div id="contentMain">
                <div class="contentTL"><div class="contentTR"><div class="contentBL"><div class="contentBR">
                        <div class="contentWrapper">


I'm afraid it's going to be trial and error. Look at a default header template, see where that code is, and try to figure out where it would best go in your custom template.

Quote:

Originally Posted by Amaury25 (Post 2400421)
Where does this pull the date format from? Is it built into the modification or does it pull it from the date format we have set in our settings?

We have n/j/Y (1/29/2013) and would like it if this calendar would use that. :)

It would look like this:
Tuesday
1/29/2013

No day in our format, but I would like to keep that. :)

That simply won't fit in the calendar graphic... But in the mod settings - Header Calendar by BOP5 - there are 3 options, PHP date() Month Setup, Day of week setup, and day setup... You can change one of them to n/j/Y and erase the others if you really wanted- I can't image it looks good though.

QBart2011 05-14-2013 02:05 AM

So I have this odd issue..

The Tab shows up great and with no problems under Internet Explorer but not under Firefox 20.0.1 release..

I checked all the settings and everything looks right. Also if it works for Internet Explorer I would imagine it is set correctly..

BirdOPrey5 05-14-2013 09:49 AM

By Tab I assume you mean calendar? Can you post a link to your site?

Do you see the calendar in firefox on the demo site? - http://www.qapla.com/mods/showthread.php/550

QBart2011 05-14-2013 06:46 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2421931)
By Tab I assume you mean calendar? Can you post a link to your site?

Do you see the calendar in firefox on the demo site? - http://www.qapla.com/mods/showthread.php/550

Yes I meant the Calendar ( Tab )..

Darn I just realized it's my AdBlock that is stopping it from showing up in Firefox..

In "Easy List" was the problem as there are two lines that pop up that block this Calendar Tab..

~318racing.org,~linuxforums.org##.ad_global_header

and

/tapatalkdetect.js

Once I disabled both the tab appeared no problem..

BirdOPrey5 05-15-2013 12:33 PM

Thanks for posting the solution. :up:

ahobilam 05-17-2013 04:13 AM

Downloaded and installed,
but it is not suitable for my customized header,
so, uninstalled.

Toorak Times 05-17-2013 05:10 AM

Works so far on my 4.2.1 www.tooraktimes.com.au did I miss a solution though for my custom skins? Can I turn it off in some skins?

CAG CheechDogg 05-17-2013 09:03 AM

I added mine on the top right corner right below the avatar...great little mod !

https://vborg.vbsupport.ru/external/2013/05/36.png

Toorak Times 05-17-2013 11:13 AM

Quote:

Originally Posted by CAG CheechDogg (Post 2422645)
I added mine on the top right corner right below the avatar...great little mod !

https://vborg.vbsupport.ru/external/2013/05/36.png

That's cool, how'd you do that mate?

Bob_R 05-17-2013 04:36 PM

I'm working on a new theme and when I centered the logo the mini calendar disappeared.

I can see the tippity top of it in the lower left hand side of the theme/centered logo.

Any suggestions?

BirdOPrey5 05-17-2013 05:59 PM

Use Firebug in Firefox or Inspect Element in Chrome and play with the CSS until it looks right, then add the CSS changes to additional.css.

john7911 02-11-2016 09:43 AM

Quote:

Originally Posted by fxwoody (Post 2351373)
Cool little addon for the members :)
I have one little bug tho, when i switch to french, it doesn't show the right info :(

I guess i should had the extra language options?!?

Tks bud

I have the same problem, where can I modify the PHP code for the date?
Thank you :)

BirdOPrey5 02-11-2016 09:56 PM

In the mod settings, the one that say you shouldn't modify unless you know what you're doing, you would need to modify what is there based on your language version of PHP.

On php.net change to your language, then search for the date() function, and there will be a list of letters you can use for the day of the month, the name of the day, and the name of the month. You need to replace them in the settings with whatever your language uses. It's possible some names of months or days won't fit right, the calendar was designed for English words.

J19784B5A39B 02-12-2016 12:48 AM

v.3.8 no?

BirdOPrey5 02-12-2016 06:52 PM

This mod is only for VB 4x. There is no where suitable to put it in 3.x without a lot of template editing.

oldfan 04-14-2023 01:38 PM

dont work on 4.2.5 php 7.2


All times are GMT. The time now is 12:54 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.01583 seconds
  • Memory Usage 1,908KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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