Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forum Style - IP.Board Style Red - By Technidev Details »»
Forum Style - IP.Board Style Red - By Technidev
Version: 1.1, by Dave Dave is offline
Developer Last Online: Aug 2021 Show Printable Version Email this Page

Version: 4.2.2 Rating:
Released: 07-02-2014 Last Update: 09-25-2015 Installs: 56
Auto-Templates
Re-useable Code Additional Files  
No support by the author.

Mark as installed = get support.

Important information:
- This style has been tested on Chrome 36+, FireFox 29+ and IE 10. I will only provide support for new browsers.
- This style is based on a IPBFocus style.
- This is a fixed 1300px width style. Refer to the FAQ at the bottom of this post to see how to make it fluid.
- RTL may not display correctly.

Screenshots








Live Demo
ZTech Style

Installation
1) Upload the ztech folder to /images/styles/
2) AdminCP > Style & Templates -> Download / Upload Styles -> Import the style.

Update Changelog
v1.1: Should now work for the CMS as well, changed the margin of some elements and changed some other images.
v1.0: Initial release.

Questions
Q: Where can I change the logo?
A: In the navbar template. Change the image location or replace it on your server.

Q: How to make this style fluid?
A: Go the style variable editor and change the following settings: doc_maxWidth: remove the width and doc_margin: top: 0, right: 25; bottom: 0; left: 25; type: px.
.

Download Now

File Type: zip ztech v1.1.zip (588.2 KB, 480 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
8 благодарности(ей) от:
dachkraxler, Phillip, Skaut, socialteenz, TerminalSkunk, thakillers, ukhostz

Comments
  #52  
Old 02-03-2015, 02:21 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Megaboost View Post
I have looked high and low for a logo location in the Header Template but cannot find it. Could someone point me to the correct place.
It had to be relocated to an other template due to the changes. It can be found on the first line of the navbar template.
I changed my first post since that stated it's in the header template.
Reply With Quote
  #53  
Old 02-03-2015, 02:43 PM
Megaboost's Avatar
Megaboost Megaboost is offline
 
Join Date: Oct 2011
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
It had to be relocated to an other template due to the changes. It can be found on the first line of the navbar template.
I changed my first post since that stated it's in the header template.
Thanks Dave, that worked a treat. Awesome style BTW :up:
Reply With Quote
  #54  
Old 02-04-2015, 07:21 AM
e24h e24h is offline
 
Join Date: Apr 2010
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now its is black color style ? I want green/other color, not black.
Reply With Quote
  #55  
Old 02-07-2015, 02:53 PM
dachkraxler dachkraxler is offline
 
Join Date: May 2014
Location: NRW
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
This is probably caused by one of your plug-ins.

I might update this style soon to fix some minor things.
Hi Dave , you have a solution to my problem?
Reply With Quote
  #56  
Old 02-07-2015, 03:29 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dachkraxler View Post
Hi Dave , you have a solution to my problem?
Unfortunately I don't, it's not related to the style but probably by a plugin you have installed. Do you have a link to your forum?

A new version will be released soon with support for CMS/blogs/articles.
Reply With Quote
  #57  
Old 02-07-2015, 04:04 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks pretty sharp, can tell alot of work went into it. Nice job.
Reply With Quote
  #58  
Old 02-08-2015, 11:41 AM
dachkraxler dachkraxler is offline
 
Join Date: May 2014
Location: NRW
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your answer. The link to the forum is : www.cbf-1000.de

CMS / blog is installed.

The error is only when link: http://www.cbf-1000.de/VBForum/forum.php

everything else is ok

I look forward to the next update , thank you for your reply!
Reply With Quote
  #59  
Old 02-08-2015, 02:32 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dachkraxler View Post
Thanks for your answer. The link to the forum is : www.cbf-1000.de

CMS / blog is installed.

The error is only when link: http://www.cbf-1000.de/VBForum/forum.php

everything else is ok

I look forward to the next update , thank you for your reply!
It's caused by one of your plugins or template modifications.
This is in the source of the forum homepage:

HTML Code:
			<!--BEGINN Bebra Time-->
<html>

	<head>
		<title>Bebra Countdown mit JavaScript</title>
		<meta name="robots" content="noindex,nofollow">
		<style type="text/css">body{background-color:#FFFFFF};input {background-color:#FFFFFF;border-width:1};p{font-size:55%}</style>

<script language="JavaScript">
	var jahr=2015, monat=9, tag=04, stunde=12, minute=00, sekunde=00; // Ziel-Datum in MEZ
As you can see, it sets the body background color to white.
Reply With Quote
  #60  
Old 02-08-2015, 04:02 PM
e24h e24h is offline
 
Join Date: Apr 2010
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks awesome thanks ..
Reply With Quote
  #61  
Old 02-09-2015, 04:31 AM
dachkraxler dachkraxler is offline
 
Join Date: May 2014
Location: NRW
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
It's caused by one of your plugins or template modifications.
This is in the source of the forum homepage:

HTML Code:
			<!--BEGINN Bebra Time-->
<html>

	<head>
		<title>Bebra Countdown mit JavaScript</title>
		<meta name="robots" content="noindex,nofollow">
		<style type="text/css">body{background-color:#FFFFFF};input {background-color:#FFFFFF;border-width:1};p{font-size:55%}</style>

<script language="JavaScript">
	var jahr=2015, monat=9, tag=04, stunde=12, minute=00, sekunde=00; // Ziel-Datum in MEZ
As you can see, it sets the body background color to white.
I have changed the sidebar.
Now everything is almost displayed correctly.
Thank you Dave !
I look forward to the next update of the style.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 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.05486 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete