inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 17, 2013 20:50:29 GMT -8
I need a table and a title bar for the copy right info. I hope this possible. I want to keep the info at the bottom. Thanks
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 17, 2013 20:52:17 GMT -8
Do you mean the ProBoards copyright at the very bottom of the page?
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 17, 2013 21:24:06 GMT -8
Yeah Shorty Just so it looks uniform with everything else on the forum.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 17, 2013 21:46:04 GMT -8
I don't believe you can edit that at all TBH, but let's ask the lovely VS Admin!!!!!!!
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 17, 2013 21:52:36 GMT -8
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Jan 18, 2013 0:17:21 GMT -8
As long as you are not hiding the information it is fine
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 18, 2013 5:57:02 GMT -8
Alright, then, thanks Patrick! Mike I'll do this tonight!
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 18, 2013 7:40:06 GMT -8
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 18, 2013 10:51:30 GMT -8
Alright easy set up. Go to you Forum Wrapper template, and find $[footer] and replace it with this
<div class="container">
<div class="title-bar"><h2>ProBoards Links</h2></div>
<div class="content cap-bottom" style="padding:5px;">
<span class="movepblinkshere"></span>
</div>
</div>
$[footer]
<script>
$('span.movepblinkshere').append($('div.footer-links'));
</script>
Change the red to whatever.
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 18, 2013 11:13:57 GMT -8
Shorty, I'm getting all that other stuff at the bottom of the page that I want in the same table is that possible. Just so you know the table works great! Thanks This stuff below is what I'm talking about. This Forum Hosted For FREE By ProBoards Get Your Own Free Message Boards & Free Forums!
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jan 18, 2013 11:14:05 GMT -8
Not to hi-jack, but how do you make it the width of your boards? In my case, 85%.
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 18, 2013 13:28:36 GMT -8
m3, Goto your easy theme creator and you should be able to change it there. At the bottom where you can change your forums background.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jan 18, 2013 13:33:11 GMT -8
I know that is where you change the width of the forum boards, but I'm looking to re-size the width of the table at the bottom of the page to fit the width of the boards. I'm in that section now and do not see where or how you can achieve such a thing in that location. As it stands, the table at the bottom stretches across the entire page. m3leaguestest.freemessageboards.com/
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Jan 18, 2013 13:48:24 GMT -8
The reason it's not the same width as your boards is because you don't have that in the wrapper. Post your forum wrapper template here and I'll fix it.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jan 18, 2013 14:37:57 GMT -8
Ok, so .. that board that I posted above was the beta board .. HOWEVER, below, is the forum wrapper to MY MAIN BOARD .. WITHOUT THAT CODE. I figured you could start fresh with it.
<!DOCTYPE HTML> $[tag.html.open] <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head> <body> {if $[maintenance_mode]} <div class="maintenance-header"> {if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if} </div> {/if} <div id="wrapper"> <header> <div id="banner-container" role="banner"> <h2 id="banner"> <a id="logo" href="/">$[forum.title]</a> </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden">Skip Navigation</a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]" accesskey="$[navigation.menu.accesskey]"> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header> $[header] $[participated_threads_link] <div id="navigation-tree"> $[navigation.tree] </div> <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div> {/if} $[content] $[shoutbox] </div> </div> $[footer] {if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link].</p> {/if} </body> </html>
|
|