InterOcean Designs
« Forum Appearence mods »

Welcome Guest. Please Login or Register.
May 22, 2013, 2:19am





InterOcean Designs :: ProBoards Codes :: Code Chat & Support :: Forum Appearence mods
   [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Forum Appearence mods (Read 433 times)
The Fallen Angel
New Member
member is offline

[avatar]


[homepage]

Joined: Oct 2011
Gender: Male
Posts: 47
Location: Valley of lost souls
Karma: 0
 Forum Appearence mods
« Thread Started on Oct 26, 2011, 9:00pm »

Idk if its bad luck over the last 48 hours or my killer headache ive had but i cannot seem to locate a few codes that i know exist... Or maybe im just missing a step somewhere along the line.

Anyways heres my questions...

Also heres a the link to my test site so i can show exactly what im talking about.

http://xjtb.proboards.com/index.cgi

(side note that Background is gonna leave, just something i was trying out)


Now back to the questions...

How can i center where it says

Affiliates-1 ?

Forum Name? (actually would like to change that to where it just says the name of my first category, while removing my first category bar)

Please keep in mind that is purely my test site... I only hit random buttons when naming things..

Thanks for the Help!
Link to Post - Back to Top  IP: Logged

"Almost dying changes nothing. Dying changes everything"
Pebble
Code Helper
IOD Supporter
member is offline

[avatar]


[homepage]

Joined: Mar 2011
Gender: Male
Posts: 1,179
Location: Here & There
Karma: 155
 Re: Forum Appearence mods
« Reply #1 on Oct 27, 2011, 3:47am »

Hi Fallen Angel - this code may help you remove the 'forum name' etc: http://interoceandesigns.com/index.cgi?b....lay&thread=1642

As for affiliates-1 , I don;t see it anywhere - is it visible for guests ?
Link to Post - Back to Top  IP: Logged

[image]

The Fallen Angel
New Member
member is offline

[avatar]


[homepage]

Joined: Oct 2011
Gender: Male
Posts: 47
Location: Valley of lost souls
Karma: 0
 Re: Forum Appearence mods
« Reply #2 on Oct 27, 2011, 8:45pm »

not the code im looking for that removed it. I want to center the name of the category, and also how can i get my category name to be in the same row as where it says last post? or do i have a script that might have changed that... I am at a loss here

Edit: Ok so i have figured it all out now if you look at it, except for getting my category name to center up in the row it is in
« Last Edit: Oct 27, 2011, 8:59pm by The Fallen Angel »Link to Post - Back to Top  IP: Logged

"Almost dying changes nothing. Dying changes everything"
Speed
Moderator
v5 Theme Support
member is offline

[avatar]

The Vortex


[homepage]

Joined: Apr 2011
Gender: Male
Posts: 5,571
Location: In The Vortex Of IOD
Karma: 215
 Re: Forum Appearence mods
« Reply #3 on Oct 27, 2011, 9:47pm »


Oct 27, 2011, 8:45pm, The Fallen Angel wrote:
not the code im looking for that removed it. I want to center the name of the category, and also how can i get my category name to be in the same row as where it says last post? or do i have a script that might have changed that... I am at a loss here

Edit: Ok so i have figured it all out now if you look at it, except for getting my category name to center up in the row it is in


Try either one of these style tags

Top of Global Header

Code:

<!---------------------------------- Aligns Catagory Name Text ------------------------------->

<style type="text/css">
.catbg {text-align: center;}

</style>


<!------------------------------ Aligns Catagory BG 1 Name Text ---------------------------->

<style type="text/css">
.catbg1 {text-align: center;}

</style>






Speed

PS

You might want to find and get rid of the mis placed arrow left too

[image]

EDIT:

You might find that wayward arrow right above your ""hide info center for guests by ross"" code

:)
« Last Edit: Oct 27, 2011, 10:07pm by Speed »Link to Post - Back to Top  IP: Logged

[image]
[image]
WARNING FOR [ME]! DO NOT CLICK HERE!
The Fallen Angel
New Member
member is offline

[avatar]


[homepage]

Joined: Oct 2011
Gender: Male
Posts: 47
Location: Valley of lost souls
Karma: 0
 Re: Forum Appearence mods
« Reply #4 on Oct 27, 2011, 9:50pm »

neither of them got the text to move over either.
Link to Post - Back to Top  IP: Logged

"Almost dying changes nothing. Dying changes everything"
Speed
Moderator
v5 Theme Support
member is offline

[avatar]

The Vortex


[homepage]

Joined: Apr 2011
Gender: Male
Posts: 5,571
Location: In The Vortex Of IOD
Karma: 215
 Re: Forum Appearence mods
« Reply #5 on Oct 27, 2011, 9:53pm »


Oct 27, 2011, 9:50pm, The Fallen Angel wrote:
neither of them got the text to move over either.


Which class is that bar in? If you know change the style tag to match it.

EDIT:


the class should be either

.titlebg   

or

.catbg


so the style tag should either be


Code:

<style type="text/css">
.catbg {text-align: center;}

</style>

or


<style type="text/css">

.titlebg {text-align: center;}

</style>

« Last Edit: Oct 27, 2011, 9:57pm by Speed »Link to Post - Back to Top  IP: Logged

[image]
[image]
WARNING FOR [ME]! DO NOT CLICK HERE!
GFX Support
GFX Designer
member is offline

[avatar]

Off duty



Joined: Apr 2009
Gender: Male
Posts: 1,962
Karma: 75
 Re: Forum Appearence mods
« Reply #6 on Oct 28, 2011, 9:45am »

This might do the trick:

Code:
<style type="text/css">
.catbg td {text-align: center; width: 100%;}
</style>
Link to Post - Back to Top  IP: Logged

I'm off duty! For questions or support please contact RADesign or Speed Demon.
OJ
Moderator
member is offline

[avatar]

[yim] [msn]
[homepage]

Joined: Nov 2010
Gender: Male
Posts: 976
Location: California
Karma: 53
 Re: Forum Appearence mods
« Reply #7 on Oct 28, 2011, 9:53am »

You can also try this:

Go to your Admin Panel>Modify Category>Select Category>

On the Category title put the center tags around it:

[center]XJ!@#[/center]

That's how I center my cat names. ;D
« Last Edit: Oct 28, 2011, 9:54am by OJ »Link to Post - Back to Top  IP: Logged

[image]
Pebble
Code Helper
IOD Supporter
member is offline

[avatar]


[homepage]

Joined: Mar 2011
Gender: Male
Posts: 1,179
Location: Here & There
Karma: 155
 Re: Forum Appearence mods
« Reply #8 on Oct 28, 2011, 4:53pm »

<style type="text/css">
.cattext {text-align: center; width: 100%;}
</style>

Its the text that needs centering , not the background. This should work - needs to be top of your global footer.
Fallen Angel - I've sent you a PM about some codes that are duplicated/not needed/wrong place.

Pebble
Link to Post - Back to Top  IP: Logged

[image]

The Fallen Angel
New Member
member is offline

[avatar]


[homepage]

Joined: Oct 2011
Gender: Male
Posts: 47
Location: Valley of lost souls
Karma: 0
 Re: Forum Appearence mods
« Reply #9 on Oct 28, 2011, 8:48pm »

Huge props to all of you guys... I got that problem worked out, now i just got to try and get the ones that Pebble pointed out to me resolved... Dang when your out of the loop for 5 years and try and get back into it you lose so much information that use to come o so simple
Link to Post - Back to Top  IP: Logged

"Almost dying changes nothing. Dying changes everything"
SubDevo
Co-Admin
Code Support
member is offline

[avatar]

Creator of LSD...


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 2,594
Location: MI, USA
Karma: 102
 Re: Forum Appearence mods
« Reply #10 on Apr 5, 2012, 10:37pm »


Oct 28, 2011, 9:53am, OJ wrote:
You can also try this:

Go to your Admin Panel>Modify Category>Select Category>

On the Category title put the center tags around it:

[center]XJ!@#[/center]

That's how I center my cat names. ;D

Even though this does work and UBBC is allowed in the cat (and board) names, I discourage it's use because of possible conflicts with other codes that look for the category (or board) title. I always prefer a CSS solution if it is possible.
Link to Post - Back to Top  IP: Logged

[image] [image]
[image]
Why are you looking at my signature, [ME]?
   [Search This Thread] [Share Topic] [Print]


Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile