inherit
97680
0
Mar 30, 2015 0:36:09 GMT -8
°•.DANI DARKO.•°
574
January 2007
darknisfalls
|
Post by °•.DANI DARKO.•° on May 22, 2013 23:22:21 GMT -8
Link: www.testdryve2.proboards.comReference Forum: www.albanybeauty.proboards.com/index.cgiProblem: So I've been working on arranging my forum in a style similar to the second link provided above. Basically you hide the forum boards, create fake boards with tables, then link the boards you created to the real boards. I've been off to a great start. However, when I tried creating a second table (which would be the second category) the first table disappeared and it won't show up at all. Can someone take a look at my codes and help me fix it so that both tables show on the main page? I'm not sure what I did wrong and why it isn't showing. Thank you. Edit: So right now I was able to get both categories to show by simply connecting the tables. However, I am still interested in learning how I can make them show while also having the tables separated.
|
|
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 May 23, 2013 18:22:53 GMT -8
Hard to say since I don't know what you had before you connected them. That said, the way you connected them isn't quite right though. To start a new row you always end with td tr and start again with tr td, as you know since I see you did it correctly elsewhere, so the blue is missing. Your site looks really nice though so it appears the browser guessed right how to render it, regardless of the missing tags.
</td> </tr> </table> <p><p><p> </td> </tr>
<!-- ===== ~~~~ BEGIN CATEGORY, ENTERRR ~~~~ ===== --> <tr> <td width="100%" class="titlebg"> <center><font face="georgia" size="6">► ENTER THE INDUSTRY.</font></center>
|
|
inherit
97680
0
Mar 30, 2015 0:36:09 GMT -8
°•.DANI DARKO.•°
574
January 2007
darknisfalls
|
Post by °•.DANI DARKO.•° on May 23, 2013 19:10:41 GMT -8
I couldn't find where in the coding you were referencing. I double and triple checked but everything looked intact me. If you're talking about the second set of closing tags
</td> </tr> </table>
to close off that very first table tag, those appear at the tail end of the whole entire code. Or is that not it?
Also I can revert the coding back to the way it was so you can see what was happening before.
Edit: It's been changed back. So what I did was, instead of putting everything under the main <table> header, I made each category it's own table. Not sure if I am explaining it well though. I'm no pro at these things.
|
|
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 May 24, 2013 0:28:31 GMT -8
No, it wasn't the closing table tags. It was right between the ending of a category and a new category and they were all like that that I looked at, but since you changed it, now you have them to not display. (the red) Not sure if that was causing your issue before or if you just added that.
<!-- ===== ~~~~ BEGIN CATEGORY, ENTERRR ~~~~ ===== --> <table id="ThanksPBS" style="display:none;" width="720px" cellspacing="1" cellpadding="1" align="center" class="bordercolor" style="margin-top:13px;margin-bottom:17px;"> <tr>
|
|
inherit
97680
0
Mar 30, 2015 0:36:09 GMT -8
°•.DANI DARKO.•°
574
January 2007
darknisfalls
|
Post by °•.DANI DARKO.•° on May 25, 2013 8:00:57 GMT -8
So I did that and it fixed the issue. But now the boards are appearing on other pages as well (admin panel, search, members, etc.). Then I tried putting the "display:none" back for some of the boards to see if maybe that would help, but of course those boards don't appear anymore. Is there a way to fix this?
|
|
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 May 25, 2013 12:54:13 GMT -8
Eton, posted this code to hide something on every page but the main page: You could put this around your Pseudo cats/boards:
<!-- Main header home page codes --> <script>if(pb_action!="home")document.write('<xmp style="display:none;"\>');</script>
All your categories/boards go here
<script>document.write('<xmp\>');</script> </xmp>
|
|
inherit
97680
0
Mar 30, 2015 0:36:09 GMT -8
°•.DANI DARKO.•°
574
January 2007
darknisfalls
|
Post by °•.DANI DARKO.•° on May 26, 2013 15:54:50 GMT -8
Ah perfect. Thank you so much for your help!
|
|
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 May 26, 2013 18:48:11 GMT -8
You're welcome.
|
|