vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - add a background image to your navbits (https://vborg.vbsupport.ru/showthread.php?t=208833)

nomoreturn 05-11-2009 12:16 PM

Installed on 3.8.2 working great in Internet Explorer but not working in Mozilla Firefox any help how to fix it thanks in advance

Keesa 06-23-2009 08:18 AM

I slightly modified it... just to allow a repeating pattern all the way

changed the code to this:
Code:

.altbg {
    background: #ebebeb url(http://i41.tinypic.com/9s779u.jpg);
 
    width: 100%;
   
}

Thank you! It's an awesome code and a really cool enhancement

New Joe 06-29-2009 06:25 AM

Can someone please tell me what this means:
Quote:

and add this css to your additional css definitions at the bottom of your main css page
Thanks

tipoboy 06-29-2009 08:38 PM

Quote:

Originally Posted by New Joe (Post 1839383)
Can someone please tell me what this means:

Thanks

it means go to your admincp => styles and templates => THE SKIN YOU WANT TO ADD IT TO => click on the drop down => open Main CSS => scroll right to the bottom and add it to the additional CSS box

:D

DNG 07-01-2009 09:34 AM

nice,, thanks

chick 07-04-2009 11:44 AM

It still picks up a 1px padding line no matter what have tried, any ideas?

tipoboy 07-04-2009 10:33 PM

Quote:

Originally Posted by chick (Post 1842633)
It still picks up a 1px padding line no matter what have tried, any ideas?

Got a link to your site?

could possibly be down to the table tborder class, i would need to have a look

Dave :D

Lynne 07-05-2009 11:05 PM

Thread cleaned up.

Personal issues have NO place in this thread. Take it to PMs guys, if you must, but keep it out of the public cuz the rest of us don't want to see it.

bmckinley 07-16-2009 03:57 AM

Clicks Installed, works great but i did take the liberty of modding the mod a little. Can't take credit for your idea, but here's a little twist I used on our site by combining two mods:


Embed a news bar on your NavBar and let your users see headlines and previews of Google News Search results that you've selected.

Step 1: in your navbar template find the first instance of:

Code:
<td class="alt1" width="100%">

Step 2: insert the following after:

<!-- ++Start News Bar Code++ -->

<div id="newsBar-bar">
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
</div>

<!-- Ajax Search Api and Stylesheet
// Note: If you are already using the AJAX Search API, then do not include it
// or its stylesheet again
-->
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-nbw"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/css/gsearch.css");
</style>

<!-- News Bar Code and Stylesheet -->
<script type="text/javascript">
window._uds_nbw_donotrepair = true;
</script>
<script src="http://www.google.com/uds/solutions/newsbar/gsnewsbar.js?mode=new"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/newsbar/gsnewsbar.css");
</style>

<script type="text/javascript">
function LoadNewsBar() {
var newsBar;
var options = {
largeResultSet : false,
title : "In the news",
horizontal : true,
autoExecuteList : {
executeList : ["Your Industry News"]
}
}

newsBar = new GSnewsBar(document.getElementById("newsBar-bar"), options);
}
// arrange for this function to be called during body.onload
// event processing
GSearch.setOnLoadCallback(LoadNewsBar);
</script>
<!-- ++End News Bar Code++ -->

Step 3: make sure to change the red "Your Industry News" to what ever your industry or interest is.

Step 4: click save.

DEMO

So thanks for the great mod. :)

LOKIN510051 07-20-2009 09:20 PM

Instalado Quedo Muy Bien Gracias.


Installed Is Very Well Thanks.


All times are GMT. The time now is 11:28 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.02116 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (3)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
  • (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