miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 2, 2013 21:56:54 GMT -8
dxm.freeforums.net/I have two problems, but firstly under the banner of my test site after I made a change to the header a '1' appears under there, and it wasn't there before. I'm not too sure what happened to make it appear. Any help getting rid of it would be great. Also, for some reason there are two advertisements on my site, which might have something to do with the coding. There isn't two ads on v5 right? if so ignore this, but if not I would appreciate help so there's only one ad. Getting it so it's somehow over the center of the banner would be ideal, but I know it's not allowed to move the ad so that's probably not possible. Screenshots: i49.tinypic.com/10f2l2u.pngi50.tinypic.com/1zq5yqg.png
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 3, 2013 3:53:23 GMT -8
Your guess is probably as good as mine as it appears between the ...
<DIV id="content" role="main"> 0 <A name="category-1"></A>
...and that 1 is a 0 for me. (Maybe think back at any hex color you changed between when it was a 1 and now a 0?)
I'll just assume it might be something in your personal coding so ot fix these things. The blue, if you aren't going to put a 3 or 6 hex color in there then remove the whole line. Find the red, you have an extra 0 in there (or 7 digits when you need 6).
<STYLE type="text/css">
.clickable {display:inline; border:0px solid #999999; background: transparent; border-bottom:0px; margin: 5px 5px 10px 5px; cursor:pointer; font-family: courier new; font-size: 12px; text-transform: uppercase; color: #0808080;} .tab-content { background-color: transparent; opacity: 0.9; display: none; /* do not remove this */ } #tab1-content { display: block; } /* do not remove this */
/* Active tag has highlight */ .highlight { background-color:#0; }
/* Clear up the list default styles */ #tab-strip { list-style: none outside none; margin:0px; text-align: center; padding:2px; display:block; background-color:#0; } #tab-strip a { text-decoration: none; display: inline; text-align: center; margin: 15px; }
</STYLE>
I highly doubt the above has anything to do with it but worth a try.
You should have an ad at the top and an ad at the bottom of your forum. And speaking of ads, you can't cover that ad like that at the top. Try adding this to your css:
body{ margin-left: 100px; }
Set the 100 to the width of your side table.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 3, 2013 12:37:06 GMT -8
Hey, thanks for responding. Yeah it's kind of a mystery to me. Very annoying too. I removed all the backgrounds and fixed the extra 0 and it's still there. Could it be something in layout templates? I noticed it only appears on the homepage, not on other pages on the site. The top ad is still in full for me, not covered by anything, but I tried that code and it looks like this: i48.tinypic.com/98si2c.pngMaybe I'm putting the code in the wrong place? Sorry about all the questions lol I'm still slowly but surely getting used to v5. UPDATE: I tried going on layout templates and reset it to default, and the 1/0 is gone!! So it must have been something in there.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 3, 2013 17:16:13 GMT -8
Good for you for fixing that! Since it was between coding that has nothing to do with you, I didn't think we'd fix it by anything you did in your own coding but sometimes mistakes can do weird things so I needed to rule that out. You probably have a bigger screen resolution than I do (1280), that is why the ad isn't covered for you. The thing is, you need to get that fixed so the ad is never covered. Typically that margin to the body should work (using it here but I"m fairly certain it has to do with your layout. For example, all my V5 sites have the wrapper closed in the footers. Here is mine: <BODY> <DIV id="wrapper"><HEADER> <DIV id="banner-container" role="banner"> Here is yours closed in the header...(well, actually body): <BODY> <DIV id="wrapper"> </DIV><P id="welcome"></P> I'm not sure that is something you did or something that went whacky with the template again. You also have center tags centering nothing and I'm thinking it looks like maybe one too may closing div's although I'd have to tab out your coding to be sure, which I will be more than happy to do, if you want. <CENTER></CENTER> </DIV> <CENTER></CENTER></DIV> <CENTER>
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 3, 2013 17:16:23 GMT -8
Good for you for fixing that! Since it was between coding that has nothing to do with you, I didn't think we'd fix it by anything you did in your own coding but sometimes mistakes can do weird things so I needed to rule that out. You probably have a bigger screen resolution than I do (1280), that is why the ad isn't covered for you. The thing is, you need to get that fixed so the ad is never covered. Typically that margin to the body should work (using it here but I"m fairly certain it has to do with your layout. For example, all my V5 sites have the wrapper closed in the footers. Here is mine: <BODY> <DIV id="wrapper"><HEADER> <DIV id="banner-container" role="banner"> Here is yours closed in the header...(well, actually body): <BODY> <DIV id="wrapper"> </DIV><P id="welcome"></P> I'm not sure that is something you did or something that went whacky with the template again. You also have center tags centering nothing and I'm thinking it looks like maybe one too may closing div's although I'd have to tab out your coding to be sure, which I will be more than happy to do, if you want. <CENTER></CENTER> </DIV> <CENTER></CENTER></DIV> <CENTER>
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 3, 2013 21:05:30 GMT -8
I never even thought of the screen resolution. Yeah, I figured it was probably my layout. I was hoping there would be a way to get the top ad to be aligned with the bottom one? I just have no idea how to do that.
I tried resetting the forum wrapper to see if it would align and nothing happened. That would be so great if you could. I'm still very new to this so I'm at a loss.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 3, 2013 23:40:43 GMT -8
I'm new at V5 too so learning right along with you so viewing your source code, I'm not sure what is part is a plug-in and what isn't and you have a lot of plug-ins so it gets confusing. Is that side table a plug in of some sorts and are you editing it there or is this your own coding put in the old way, via your headers/footers or are you just trying out using the plug-in with your own coding? Also, if you do have this side table in your header, can you post the first line so I know where it starts. I think I know but I"m not sure. If it is a plug-in then I'm afraid I won't be much help fixing it so the ad isn't covered. Either way, I will go through that side table anyway just in case there is something we can do.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 4, 2013 0:04:17 GMT -8
I'm glad I'm not the only one! I don't think it's a plugin. I installed them to test out how they worked, and most of them aren't enabled except for Collapsible Quick Reply, Hide Avatars Builder, and Rename Profile Tabs. I tried disabling all of them to be sure and the ad is still covered.
I made the side table in the Global Headers, so it's some leftover coding from V4 that I found worked in V5. It starts at the very top:
<left>
<table><tr><td><div style="float: left;"> <div style="position: fixed; left: 10; top: 0; width: 269px; height: 100%; background: #121212 url(http://i49.tinypic.com/29maloz.png); background-repeat: no-repeat;">
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 4, 2013 2:48:32 GMT -8
Well, I cleaned up your side tables and if you want to try it and see what happens feel free. Be sure to save your current headers to notepad, just in case. If you try this and it looks wrong, first disable your plug-ins to see if one of them is causing issues or disable them before you try this and then enable them one by one.
Also, I don't have your cboxes in this so you'll need to add them back.
<style> body{margin-left: 250px; } .clickable { border:0px solid #999999; background: transparent; border-bottom:0px; margin: 5px 5px 10px 5px; cursor:pointer; font-family: courier new; font-size: 12px; text-transform: uppercase; color: #080808; } .tab-content { background: rgb(255, 255, 255); width: 240px; height: 280px; margin-left: 15px; opacity: 0.9; display: none; /* do not remove this */ } #tab1-content { display: block; } /* do not remove this */ /* Active tag has highlight */ .highlight { } /* Clear up the list default styles */ #tab-strip { list-style: none outside none; margin:0px; text-align: center; padding:2px; display:block; } #tab-strip a { text-decoration: none; display: inline; text-align: center; margin: 15px; } .side_panel{ position:fixed; top:0px; left:0px; margin-right: 200px; background-image:url('http://i49.tinypic.com/29maloz.png'); background-repeat: no-repeat; background-color: rgb(18, 18, 18); width:269px; height:100%; z-index:-1; } </style>
<div class="side_panel">
<div id="tab-strip"> <span id="tab1" class="clickable highlight">chat</span> <span id="tab2" class="clickable">links</span> <span id="tab3" class="clickable">staff</span> <span id="tab4" class="clickable">otms</span> <span id="tab5" class="clickable">affs</span> <span id="tab6" class="clickable">icc</span> </div> <BR> <DIV id="tab1-content" class="tab-content"> Cbox here </DIV>
<DIV id="tab2-content" class="tab-content"> <A href="http://definitelyxmaybe.proboards.com/index.cgi?board=general&action=display&thread=6" target="_blank"> <IMG class="gradualfader" border="0"src="http://i23./b364/anti_pop/layout/2-2.png"></A> <A href="http://definitelyxmaybe.proboards.com/index.cgi?board=general&action=display&thread=5" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/3-2.png"></A>
<A href="http://definitelyxmaybe.proboards.com/index.cgi?board=apps&action=display&thread=7" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/16-1.png"></A>
<A href="http://definitelyxmaybe.proboards.com/index.cgi?board=apps&action=display&thread=8" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/7-2.png"></A> <A href="http://definitelyxmaybe.proboards.com/index.cgi?board=psearch&action=display&thread=3676" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/17-1.png"></A>
<A href="http://definitelyxmaybe.proboards.com/index.cgi?board=psearch&action=display&thread=11431" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/6-2.png"></A>
<A href="http://messyeahdmx.tumblr.com/" target="_blank"> <IMG class="gradualfader" border="0" src="http://i23./b364/anti_pop/layout/8-2.png"></A>
</div>
<DIV id="tab3-content" class="tab-content"> Staff here </DIV>
<DIV id="tab4-content" class="tab-content"> OTM's here </DIV>
<DIV id="tab5-content" class="tab-content"> <CENTER> <DIV style="width: 200px; display: innline;"><BR> <MARQUEE style="filter: Alpha(Opacity=90, FinishOpacity=0, Style=1, StartX=0, StartY=20, FinishX=0, FinishY=0);" onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollAmount="4">
<table><tr><td valign="top"> <A href="http://www.ultimatetopsites.com/bin/topsite.cgi?catastrophe&cat=games&ID=19" target="_blank"> <IMG class="gradualfader" border="0" src="http://i31./c376/catastrophe86/closer/reallifetopfifty.png"></A><br />
<A href="http://thebeginning11.proboards.com" target="_blank"> <IMG class="gradualfader" border="0" alt="The Beginning" src="http://i48.tinypic.com/9a5qo1.png"></A><br />
<A href="http://nightmare-carousel.proboards.com" target="_blank"> <IMG class="gradualfader" border="0" alt="Nightmare Carousel" src="http://i20./b230/Caydis/NIGHTMARE%20CAROUSEL/V1/ncbutton.png" width="88" height="31"></A><br />
<A href="http://ghabc.proboards.com/" target="_blank"> <IMG class="gradualfader" title="BLEEDING LOVE;;" border="0" src="http://i45.tinypic.com/2cpu654.jpg"></A><br />
<A href="http://badromance.b1./" target="_blank"> <IMG class="gradualfader" border="0" alt="BAD ROMANCE ?" src="http://badromance.b1./uploads/badromance/br1.png"></A><br />
<A href="http://hsoww2003.proboards.com" target="_blank"> <IMG class="gradualfader" border="0" alt="HOS" src="http://i196./aa69/kally_basketball/hosaffiliatecopycopy.png" width="88" height="31"></A><br />
<A href="http://managethemischief.proboards.com/index.cgi" target="_blank"> <IMG class="gradualfader" border="0" src="http://i40.tinypic.com/v80sn4.jpg"></A><br />
<A href="http://theshowgoeson.proboards.com" target="_blank"> <IMG class="gradualfader" border="0" src="http://i49.tinypic.com/25kihpi.jpg"></A><br /> </div> </td><td valign="top"> <A href="http://diamondintherough.b1." target="_blank"> <IMG class="gradualfader" src="http://i753./xx176/tiffystuffs/DERP/newaffderp.png"></A><br />
<A href="http://z10.invisionfree.com/sugarSKULLS/index.php" target="_blank"> <IMG class="gradualfader" border="0" src="http://i1201./bb359/z10sugarskulls/ssaffiliate.png"></A><br />
<A href="http://restless-hearts.com" target="_blank"> <IMG class="gradualfader" src="http://i55.tinypic.com/34qk65w.jpg"></A><br />
<A href="http://tww.b1./" target="_blank"> <IMG class="gradualfader" border="0" src="http://img27.imageshack.us/img27/8268/buttonqms.png" width="88" height="31"></A><br />
<A href="http://oasis.boards.net" target="_blank"> <IMG class="gradualfader" border="0" alt="the OASIS program" src="http://i1062./t483/nixiepoo/oasisrpg/affiliationbutton.png" width="88" height="31"></A><br />
<A href="http://spectrums.b1." target="_blank"> <IMG class="gradualfader" src="http://i48.tinypic.com/k6m2e.gif"></A><br />
<A href="http://mayhem5.proboards.com" target="_blank"> <IMG class="gradfualfader" border="0" src="http://i96./l179/Malfoyworshiper/MM_Affiliate1.gif"></A><br />
<A href="http://emptysilhouettes.proboards.com" target="_blank"> <IMG class="gradualfader" border="0" src="http://i1277./y487/bethers95/SilhouetteOfEmptyness/affiliatebutton_zpsa2ab1b56.gif"></A><br /> </td></tr></table>
</MARQUEE> </center> </DIV>
<DIV id="tab6-content" class="tab-content"> Cbox here </DIV>
<!--end of content--> </div>
<SCRIPT type="text/javascript"> /* code written by kismet of RPG-Directory.com */ $(function(){ function selectTab(tab){ var i=1; while($('#tab'+i).length){ if(tab.attr('id')!=='tab'+i){ $('#tab'+i).removeClass('highlight'); $('#tab'+i+'-content').hide(); } else { tab.addClass('highlight'); $('#tab'+i+'-content').show(); } i++; }} $('#tab1').addClass('highlight'); $('.clickable').each(function(){ $(this).click(function(){ selectTab($(this)); }); }); }); </SCRIPT>
<br style="clear: both;">
It works fine on my test site but not sure how it will do since your wrapper ends in the header, for some strange reason. Oh, and when you add your cboxes back, try it without these div's....
<DIV style="background: rgb(255, 255, 255); width: 240px; height: 280px; margin-left: 15px; opacity: 0.9;">
.... around it unless you really want it that way. Let me know and I'll tell you how to get it back to how you had it originally.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 4, 2013 20:58:31 GMT -8
Thank you so much for doing that. I played around with it and the site looks pretty much like it did before, only now the ad isn't hidden. You should just double check that it's ok since our resolutions are different. I'm going to add the cboxes back after, shouldn't be too much trouble. I had one more question about converting. When I switch my site over, which has a lot of posts on it, they won't be deleted right? And will the categories have to be re added?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 5, 2013 1:12:34 GMT -8
It looks good for me, the ad isn't covered anymore and stays uncoverd when I shrink my screen so you are good there. When your V4 gets converted to V5, all your posts on the V4 forum will still be there as well as boards and categories. All your members will still be members but they will have to use the global login. You may want to warn your member advance and I'd suggest having them view the video that explains how the global login works. support.proboards.com/thread/430242/all-proboards-global-accounts-videoActually, the video makes is sound more complicated than it is. I think you know, however, all coding in your global/main/board headers and footers will be gone. Anything you did on the V5 copy will be eventually deleted, I'm not sure how soon it happens after your v4 is converted. So any posts on the V5 copy will go bye bye.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 5, 2013 15:20:09 GMT -8
Awesome. Thanks again for the help! You're the best <3
I'm trying to let my members know much in advance so they aren't shocked one day when I switch over. By posts being deleted do you mean on my test site or will the posts on my roleplay site eventually be deleted?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 6, 2013 1:45:03 GMT -8
The V4 forum will retain all posts, members, boards, categories, pms once you convert it. If your test site is a copy of your V4 site it will eventually be deleted. If you made a new V5 forum, I'm not sure how that works.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 6, 2013 16:18:39 GMT -8
Okay awesome. I'll just be keeping the same forum since I've had it for years haha. I just didn't want to lose any of the posts because some members like to look back on their writing. Thanks so much for your help. I don't think I could have figured it out otherwise. I had another question since I'm just refining my layout now, about the mini profile. I can repost the question if that's more suitable. I'm not sure if I'm asking it in the right section and I feel like I've asked a million in here. Anyway, I want to have a sort of table in my mini profile like I have on my V4 site, but I'm not quite sure how to do it. I made a picture of what I kind of want it to look like in MS paint. If it's not possible that's alright, I just figured I'd ask. I want a kind of table beneath the avatar and rank that contains post information, online/offline etc.. i48.tinypic.com/13ym99w.png
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 6, 2013 18:18:26 GMT -8
First, I want to be clear. You are talking about what appears beside your post. I ask because there is the mini-profile and the micro-profile so want to be sure we are on the same page. So you don't want any stars or the username typically above the avatar and what about the info the user can enable to show like awards, recent status or gender? (I might be forgetting something)
This will need to be done in the layout part of the admin panel and no doubt some css added to the style sheet.
|
|