vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Rounded Corners (https://vborg.vbsupport.ru/showthread.php?t=88808)

Dan 03-29-2004 10:00 PM

Rounded Corners
 
Well I was playing around with stuff today and I have been wanting to get rounded corners to work for a long time now and I finally figured out how to do it without much hassel.

And without further chatter here it is!

Screenshot

Floris 03-30-2004 07:35 PM

Great job and glad I could "inspire" you and yay for sharing it with the rest of the world.

Daniel P 03-30-2004 07:56 PM

Good job, Dan! Nice one :)

Zachery 03-30-2004 08:12 PM

Gonna move this to other mods as it effects the whole forum dan :)

Dan 03-30-2004 08:13 PM

Ah sorry Zak I wasn't sure if this was where it was suppose to be really.

Zachery 03-30-2004 08:13 PM

Not a problem :)

Bad Bunny 03-31-2004 01:38 AM

ummm....What exactly is this supposed to do? How am I suppsed to
Quote:

"Now create the rounded corner images and upload them to images/bg/"
if I don't even know what it's supposed to look like?

Dan 03-31-2004 03:54 AM

Quote:

Originally Posted by Bad Bunny
ummm....What exactly is this supposed to do? How am I suppsed to if I don't even know what it's supposed to look like?

here are the ones i use.

the top and bottom ones are just white images the same height as the other cats since i can't upload more than 5 images.

Mr. Brian 04-01-2004 01:21 PM

Thumbs up!

Kefje 04-10-2004 12:31 PM

Great mod

Grunt 04-11-2004 05:18 PM

screenshot please?

StarBuG 04-13-2004 04:27 PM

Yes a screenshot plz (2nd rule of modification posting!)

But anyway thx for your work ;)

Greetings

Star

Sharpsh00ter 04-17-2004 07:02 AM

cool. thx ;)

cu
s.

deaconxgp 04-23-2004 12:34 PM

no screenshot yet?

Marulatree 05-05-2004 08:38 AM

Please post screenshot...

Tony G 05-05-2004 12:24 PM

Dan is away for a bit, maybe someone who already installed the mod could provide one.

chrisvonc 05-08-2004 01:28 PM

I installed it real quick to grab a screen shot for you but I ended up with it looking like this on all 4 corners....

Xabbu 06-09-2004 11:49 PM

still no working screenshot yet? I'm trying to figure this sucker out too.. I did my own mod but its not working in IE. :(

Dan 06-12-2004 03:43 PM

Here it is the screenshot

EvilCrow 07-03-2004 01:38 PM

Quote:

Originally Posted by .Dan
Here it is the screenshot


I really like your style.. could you tell me where you got it from??
And if you made it is there a copy I could get from you? or buy?

Spacey 07-03-2004 11:52 PM

good 1 :)

tjad 09-28-2004 07:40 PM

Attempting to install... trying to figgure out how to make the images in paint shop....

Dan 09-28-2004 09:04 PM

All you have to do is make what the corners you want them to look like and the top bottom and left and right sides. It shouldn't be too hard. I can provide some more images later.

Michael2 11-07-2004 09:20 AM

Is it possible to have the colored part be transparent so that the same images will work on multiple color styles? I'm not real familiar with this stuff but that would come in handy.

DarkWarriorXII 11-07-2004 07:58 PM

What's wrong with my category strips? I've attached an image of one of them but I'm not sure what code to attach so if you could tell me that'd be great. What's wrong here? Any advice would be appreciated! Thanks.

Tobi 11-29-2004 04:21 PM

Quote:

Originally Posted by chrisvonc
I installed it real quick to grab a screen shot for you but I ended up with it looking like this on all 4 corners....

I have the same problem? What could I do that it looks like your example?

Btw. sorry 4 my bad english ^^

TheEnd 12-01-2004 06:02 PM

Quote:

Originally Posted by DarkWarriorXII
What's wrong with my category strips? I've attached an image of one of them but I'm not sure what code to attach so if you could tell me that'd be great. What's wrong here? Any advice would be appreciated! Thanks.

Looks like you made your image to big or somethings wrong with the image. Just a guess.

Tobi 12-28-2004 06:43 PM

*push*

mindbuster 01-20-2005 07:39 AM

If you have a fixed width on your forums like 760 pixels instead of it filling the whole screen, then edit the "100%" parts to "760" or whatever width you use.

Also, in both the header and footer txt, change...

PHP Code:

align"center" 

to

PHP Code:

 align="center" 


Deviant Pixelus 02-25-2005 03:35 AM

Quote:

Originally Posted by chrisvonc
I installed it real quick to grab a screen shot for you but I ended up with it looking like this on all 4 corners....

help, I got the same prob :(

taydu 12-02-2006 09:01 PM

anything for 3.6 ??? I tried it but no luck

BigJimTheLug 02-14-2007 05:32 PM

This works on 3.6.4 right?

I hope so, I need something like this.

NaughtyStud 02-18-2007 04:10 PM

Thanks,this was just what I was looking for. ;)

Edit: Just noticed the last posts..does it not work on 3.6.4?

JamieLee2k 04-14-2007 11:47 AM

confirmed: Works on 3.6.5

LPH2004 06-10-2007 06:24 PM

This works well with 3.6.7PL by changing the location of the code in the header. Instead of a separate table, use the code between the tr and place within the default table code.

Code:

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td align="left" colspan="2"><a href="/" style="text-decoration: none"><font color="white"><h1>HARRY POTTER CHAT</h1></font></a></td>
<td align="$stylevar[right]">&nbsp;</td>
</tr>

<tr>
<td style="$stylevar[left]"><img src="images/bg/page_top_left.png"></td>
<td background="images/bg/page_top.png" width="100%"></td>
<td style="$stylevar[right]"><img src="images/bg/page_top_right.png"></td>
</tr>
</table>

I created the transparent png files using Fauxto. You will want 20 x 20.

dholt 01-28-2009 10:59 PM

Quote:

Originally Posted by Bad Bunny (Post 713225)
ummm....What exactly is this supposed to do? How am I suppsed to if I don't even know what it's supposed to look like?

http://www.roundedcornr.com/

Collectors 02-04-2009 04:35 PM

Does this work on 3.8.1? :)


All times are GMT. The time now is 03:39 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.01385 seconds
  • Memory Usage 1,779KB
  • 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
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete