inherit
190442
0
Feb 25, 2013 21:51:15 GMT -8
ishasasassasa
10
February 2013
ishasasassasa
|
Post by ishasasassasa on Feb 22, 2013 19:06:25 GMT -8
The codes for 1) code modification tag 2) Move avatar above member group but below user name 3) Remove forum name | Last posts doesn't seem to be working on this site: beginningoftheendx.proboards.com/index.cgiIs there anything wrong with the codes or just the coding of my global footer?
|
|
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 Feb 24, 2013 22:10:10 GMT -8
When ProBoards Support converted to V5 some of the codes didn't fair so well.
For the code tag mod, try this one:forum.sz-ex.com/index.cgi?board=codes&action=display&thread=1386 You need to go through your global footers and even main footers and remove duplicate codes.
You have two of the move avatar code. You have two codes that do the same thing. One is hosted and one isn't (Style UBBC Tags v2.1.2) and then on top of that you have SubDevo's style code. Pick one and get rid of the others. You have two of these: Remove Karma Links Except for Staff by Chris Remove "Topics and Posts" column from main page #3. Do you mean this code: remove Forum Name | Topics | Posts...It seems to be working for me but one thing for sure, you have a lot of codes trying to alter the same thing. Like this:Remove "Topics and Posts" column from main page And then this is removing the row completely.Remove ForumName row completely After you get the duplicate codes gone, put those codes together that are altering aspects of the forum name row and then move one above the other and see if you can get it working as you want, but like I said, seems to be working for me.
Whoops, forgot one more thing. In your global footers, your closing part of the "border-around-the-forum" code is missing a opening script tag so add the blue:<script type="text/javascript"><!-- document.write('</td></tr><tr><td width="100%" class="'+bg+'"></td></tr></table>') //--> </script> In FF your site is really messed up and I'm hoping that will fix it but I'm pretty sure it is more likely global header issues. You have a lot of codes that should be up at the very top of your header and aren't.
|
|
inherit
190442
0
Feb 25, 2013 21:51:15 GMT -8
ishasasassasa
10
February 2013
ishasasassasa
|
Post by ishasasassasa on Feb 25, 2013 1:50:09 GMT -8
version 5 doesn't support sidebars, does it? shifted the forum iftomorownevercomes.proboards.com here and everything seems to be working better, thank you so much for your help.
|
|
inherit
190442
0
Feb 25, 2013 21:51:15 GMT -8
ishasasassasa
10
February 2013
ishasasassasa
|
Post by ishasasassasa on Feb 25, 2013 2:48:52 GMT -8
i still can't seem to be able to move avatar under user name though.
|
|
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 Feb 25, 2013 15:18:01 GMT -8
It's very likely what I'm seeing messed up in FF is confusing the code. Let's fix that and see where we are then. In your side tables you have the popit code. Move it so it is above your sidetables. Once you do that, you'll be left with this.... <!-- CUSTOM SIDE BOX #2 //--> <table align="center" width="100%" cellpadding="0" cellspacing="1"><tr> <font size=0><a> </font> </tr> </table> ...and as you can see, it is doing nothing. No content whatsoever plus it has coding issues. Next look at all your other tables. I believe all are missing opening td tags and most are missing closing td tags. So go through all your side tables and make sure they have both like in blue below: <!-- CUSTOM SIDE BOX #2 //--> <table align="center" width="100%" cellpadding="0" cellspacing="1"> <tr> <td><a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="http://i362./oo66/charlititan/tboteversionsthsjd/HOVER_zpsb43020a2.png" border="0" alt=" photo HOVER_zpsb43020a2.png"/> </a> </td></tr> </table> </br> Once you do that, it should be fixed in FF. Check to see if that code is working now. Oh, as far as the side tables you have on V4, no they won't transfer over and they'd need a lot of redoing to get them to work properly on V5. There is a plugin for side tables and then if you want the old flexibility of using your headers and footers to edit your side tables, I have some that you can install via a plugin or just put in your headers/footers: Seen here or for fixed side table seen here
|
|