Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Transparencity - NEW Details »»
Transparencity - NEW
Version: 2.00, by invisiblea invisiblea is offline
Developer Last Online: Dec 2008 Show Printable Version Email this Page

Version: 3.7.2 Rating:
Released: 07-22-2008 Last Update: 07-22-2008 Installs: 112
Auto-Templates
Re-useable Code  
No support by the author.

This is the new release of Transparencity

*Improved Things*:
New statusicons
New Buttons
Added ForumHome Category Spacing
Missing Images Added!
Can Add Logo Now!!
More more..

**Still to be added**:
Not vBadvanced compatible - Working on it.

I am still working on other things, will take a bit of time.. till that enjoy this release




---
Code:
How to change background
1) Get any background in jpg formar
2) Name the file Red_h.jpg
3) Upload to your images folder

Code:
How to add logo 

Note: The background of logo should be transparent

1) Go to Styles & Templates  >> Style Manager
2) Click << >> in front of Transparencity 
3) Edit Header Template 

Add

<img src="LINK TO YOUR LOGO">

Below

<div class="logo">
---



Live Demo


Don't remove copyright text please


Thanks for your patience guys

Regards,
Rishabh

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 01-06-2009, 12:30 PM
macbooking's Avatar
macbooking macbooking is offline
 
Join Date: Jan 2009
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no navbar ;(
Reply With Quote
  #103  
Old 01-22-2009, 04:27 PM
Corrupteds Corrupteds is offline
 
Join Date: May 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, so I'm a big noob when it comes to this..

See, I've got a portal set up. And when I use it, it shows the style 'transparent' all messed up and all over the place, how can I fix this?
Reply With Quote
  #104  
Old 01-22-2009, 04:35 PM
webspider webspider is offline
 
Join Date: Jun 2003
Location: Canada
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstall the style.
Reply With Quote
  #105  
Old 01-22-2009, 04:44 PM
Corrupteds Corrupteds is offline
 
Join Date: May 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, so once I've uninstalled it.. Do I reinstall it, or just not lol
Reply With Quote
  #106  
Old 01-22-2009, 05:35 PM
webspider webspider is offline
 
Join Date: Jun 2003
Location: Canada
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Personally I wouldn't. Its a nice idea but this style has many problems including none of the images work properly with Internet Explorer 6 and done.
Reply With Quote
  #107  
Old 01-26-2009, 03:42 PM
jazde86's Avatar
jazde86 jazde86 is offline
 
Join Date: Mar 2006
Location: Deutschland
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any chance to get the psd file of the button?
Reply With Quote
  #108  
Old 02-07-2009, 10:52 AM
jazde86's Avatar
jazde86 jazde86 is offline
 
Join Date: Mar 2006
Location: Deutschland
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who has created the buttons? Good to know, so that I can ask the Creator to give the files out.
Reply With Quote
  #109  
Old 02-19-2009, 04:46 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had asked about something to flip through a set of background images. So...

Tip of the hat to my little buddy Neko :3. It came up that it would be nice if the header changed when you refreshed the browser or when you jumped from page to page. It was his idea so I asked him to go find something that would do the job. The first thing he came back with was a coding nightmare.
But this one is so simple and elegant, That I had to come share it with you guys and gals.

http://forum.tufat.com/showthread.php?t=53769

Only thing I did different is I didn't replace any of the header code but instead I placed this line>

Code:
<img src="/path/to/new/folder/rotate.php">
which was changed to the correct directory path, just before any mention of the header image and commented out the code that has the directory path for the stationary image I had been using. Put this at the start of the original code statement <!--
Then this at the end -->
Winds up looking like this <!-- A line of code goes here --> Anything in between gets ignored. Saves whacking up your code.

It's intent was to change the header, which it does rather well. BUT it dawned on me if the img src statement was altered to CSS code it could be used to rotate the background image for this theme. So...
Change this>
Code:
<img src="/path/to/new/folder/rotate.php">
to this>
Code:
background: url(http://the/ complete/ path/ to/ your/ picture/ folder/rotate.php) fixed;
and park it in the Extra CSS Attributes in the Body controls in the CSS page. Fixed at the end keeps the background pinned down so it doesn't move when you scroll through the forum.

I have to admit, it works rather well. At my place right now, it's pointed at the header folder which has this php file and the header images. So if you come by to look it's repeating like crazy because the images are so small. Just click the browser to get a different image in the background. Check the anime planet theme to see how it works as a header changer. I'll be changing the background images as time permits. This link takes you directly in to the transparencity theme> http://animeappeal.com/forums/index.php?styleid=36
But it works!
Reply With Quote
  #110  
Old 02-21-2009, 07:36 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry for double posting but I think I found a quicker way to get around the vBad cmps issue with the right hand modules running off the side of the page backgroumd. Also cures the racing stripe issue when adjusting the width of the forum past the "out of the box" settings.
The problem>
conteudo_2.png is only 1000px wide by 33px high. When you try to go past that width you get the right border, a small gap, then the left side of the image starts up again. This also creates an issue with the vBad cmps not being able to float out the page background to meet the columns width. Looks like a train wreck.
Down and dirty fix>
In the gradients folder there is another image you can use to replace conteudo_2.png. The gradient_tcat3.png works just fine. It's 233px by 33px. It doesn't have the edge borders but it does the job.
Take the url in the page background standard css setting and reroute it to the gradient_tcat3.png in the gradients folder. Then either comment out all of the extra css attributes or delete them. If you don't you run in to some other issues.
Now to pull in the excess outer edge to mate up with the content border, set > Spacer Size (pixels) < to 1 or 0. If you want to get creative, you can use the CSS border commands to doll up the left and right content borders. They go in the page background extra CSS attributes.

One thing I did notice is on the CMPS that the page background for some odd reason is less transparent than it is in the main forum. I'm looking in to that...
It does run on 3.8.1. You'll have to revert a few templets but it doesn't loose any appearance or functionallity.
Reply With Quote
  #111  
Old 02-22-2009, 11:22 PM
Regs Regs is offline
 
Join Date: Oct 2001
Location: Vancouver BC
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
One thing I did notice is on the CMPS that the page background for some odd reason is less transparent than it is in the main forum. I'm looking in to that...
vbAdvanced main template assigns class="page" to the main table - remove the class and the 'transparency' should then match the forums.
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:04 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09375 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete