rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 10, 2011 12:18:02 GMT -8
Why isn't this working for me? My site www.planetofeden.proboards.com Or rather, where 'exactly' does this go <div id="BOX1div"></div> ? I'm soooo confused.
|
|
|
Post by Wormopolis on Feb 10, 2011 12:46:40 GMT -8
it depends on where you want the information transferred to. you would put those Divs into your header wherever you wanted. Are you looking to put it into the side tables?
|
|
rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 10, 2011 12:58:56 GMT -8
yep. If you look at my board there is a sidetable reserved for it. I'm just wondering where in my header should I put it. I got confused because you said 'put where you want it to be'. Does this mean actually put the code in the sidetable code or type the words sidetable beside it and put it in the main header?
<! ===== BOX #3 START ===== --> <table id="sidetablesright" cellpadding="4px" class="bordercolor" cellspacing="1"> <tr><td align="center" class="titlebg"> Info Center </td></tr> <tr><td align="center" class="windowbg">
</br> <br /> <b></b> </td></tr></table>
That's where I had put it. But I've pretty much tried everything.
|
|
|
Post by Wormopolis on Feb 10, 2011 14:13:34 GMT -8
the code part needs to go into main footer, but the DIVs can be anywhere you want them to be, as long as they appear before the code part ever gets parsed.
so where you have the words"Info Center" is where you would put each DIV you wanted to relocate. remember this doesnt move the entire info center as a whole entity. it takes different parts and splits them up so you can put the parts where you want them.
so for example:
<! ===== BOX #3 START ===== --> <table id="sidetablesright" cellpadding="4px" class="bordercolor" cellspacing="1"> <tr><td align="center" class="titlebg"> Current Users Online <div id="BOX3div"></div> <br><br> Board Stats <div id="BOX1div"></div><div id="BOX2div"></div> </td></tr> <tr><td align="center" class="windowbg"> </br> <br /> <b></b> </td></tr></table>
but you would change it up to how you wanted it.. even make an entirely new table for the different parts.
|
|
|
Post by Wormopolis on Feb 10, 2011 14:20:25 GMT -8
because that box you have for the destination is in the global footer, you will need to put the code part of ICrelocation into global footer BELOW your sideboxes.
|
|
rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 10, 2011 14:26:26 GMT -8
Ooooh! I see now! Thanks so much! I love these codes by the way. Um, one more question. Is the pm information included here? I'd like to move that to a different part. Oh and...sorry, um is there any way to put the members online on another page?
|
|
|
Post by Wormopolis on Feb 10, 2011 14:37:10 GMT -8
you can only relocate data that is already on the page. since the info center isnt on any page other then the main page, it wouldnt have anything to move.
there is a plan in the future to memorize the last info center it saw so it can APPEAR like it can show on every page, but it obviously wouldnt be accurate if you sat there for a while. there just isnt a way to get data fresh from the server that isnt against TOS.
if you look at the very beginning of the code, it shows which parts will be relocated to which boxes. you just have to use the ones you want.
|
|
rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 10, 2011 14:50:25 GMT -8
I'm stumped. I can't seem to get it to work.
|
|
|
Post by Wormopolis on Feb 10, 2011 16:13:43 GMT -8
I guess you removed it already. I was going to suggest you turn on the info center so I could see what it was moving.
Box2div contained the PM stuff.
|
|
rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 10, 2011 20:44:58 GMT -8
Yeah, I decided to abort the mission lol. I'll just leave the info center. I found a code here that allows th pm stuff to be moved. Thanks though.
|
|
|
Post by Wormopolis on Feb 10, 2011 22:13:53 GMT -8
maybe this weekend I will upgrade it to have the memory so it can be used globally and updates whenever the main page is loaded.
|
|
rachel8889
Not New Member
Posts: 34
rachel8889 said 1 great things
|
Post by rachel8889 on Feb 11, 2011 10:36:26 GMT -8
Actually, thanks but I think I'll leave the info center where it is. I mean, maybe someone else would like to have the code but I'm not going to use it I don't think. As long as my other plan works anyways.
|
|
Rei Kon
Junior Member
Posts: 52
Rei Kon said 0 great things
|
Post by Rei Kon on Jan 10, 2012 9:38:02 GMT -8
Wormo, hows it going setting memory of what was last valid on the main page? I'd be interested in this addition
|
|
|
Post by Wormopolis on Jan 10, 2012 18:40:07 GMT -8
Hadnt really though about it to be honest. I have been meddling with a sub-sub-sub-board code and the fight club code lately so I havent focused a lot on anything else.
bump me again in a few days when Im not out of town on a install..
|
|
Rei Kon
Junior Member
Posts: 52
Rei Kon said 0 great things
|
Post by Rei Kon on Jan 10, 2012 23:08:58 GMT -8
Will do Wormo - and this sub-sub-sub board code you're meddling with sounds interesting
|
|