|
Post by Wormopolis on Feb 10, 2011 8:25:04 GMT -8
Im not sure what I am looking at. Im guessing you didnt want it to show up to the left of the board like that?
I would need to see your URL to know exactly what you did to put it there. the code itself just puts data in a location.. if the location is put somewhere weird it just follows along.
|
|
kimochiii
Not New Member
Posts: 3
kimochiii said 0 great things
|
Post by kimochiii on Feb 10, 2011 9:17:03 GMT -8
Im not sure what I am looking at. Im guessing you didnt want it to show up to the left of the board like that? I would need to see your URL to know exactly what you did to put it there. the code itself just puts data in a location.. if the location is put somewhere weird it just follows along. yes, that is my problem, i want the data show up at the space above de news fader. But i don't know how to do that. my forum kimochiii.proboards.comThanks!
|
|
|
Post by Wormopolis on Feb 10, 2011 12:41:40 GMT -8
wrap the div in center tags, and give the div a fixed width that makes it fit inside that black area. that should do it.
|
|
kimochiii
Not New Member
Posts: 3
kimochiii said 0 great things
|
Post by kimochiii on Feb 13, 2011 4:21:56 GMT -8
Fix it. Thanks a lot, but now i have another problem. Only shows me one topic, the last one that i made, not a list.
This is my configuration using id="lpreloc_general"
lp_relocate=true; //turn on code to relocate last posts lp_mode=2; // lp_modes: // 1: move all discovered last posts into destination // 2: move only ones that have specific divs setup // 3: both
// modes 1 and 3 require an element with id="lastpostspot"
// if using lp_mode 2 (or 3), specific divs must have id="lpreloc_"+boardid // example board id general would look for div id="lpreloc_general"
lp_hideboard=false; // Set true if you want to hide the regular boards
lp_newmode=false; // lp_newmode: // true: seperate out the last posts that register as "new" when in lp_mode 1 or 3. specific divs in 3 stay normal // false: group all together in order they are found
lp_newmode_order=2; // order: // 1 = new posts first // 2 = old posts first
nwpstsDivide='<hr width="75%">NEW POSTS<hr width="75%">'; //HTML for divider, can be image if desired oldpstsDivide='<hr width="75%">OLD POSTS<hr width="75%">'; //HTML for divider, can be image if desired
var includeBoards=true; //show boards along with last posts
tp_relocate=true; // turn on code to relocate topics/posts numbers
// requires elements with id="tpreloc_"+boardid // example board id general would look for div id="tpreloc_general"
tp_seperator="/";
tp_mode=2; // tp_modes: // 1: move just numbers seperated by whatever is in seperator variable ... 4 / 12 (example) // 2: move numbers with labels seperated by whatever is in seperator variable ... 4 threads / 12 posts
What i'm doing wrong?
Sorry for bother you >.<
|
|
kashmir25
Not New Member
Posts: 1
kashmir25 said 0 great things
|
Post by kashmir25 on Feb 13, 2011 11:51:20 GMT -8
Hi, I have a question about a code modification for this.
I want to know if it's possible to use this, but instead of making it the last "board post" can you make it show that last post of the whole category in general? So if you have a "general" category that contains three boards, the posts of all those boards would just show up under the "last post" depending on the most recent. Would you just replace "boardid" with "categoryid" or something of the sort?
Geeze, that sounds horribly vague ><
I would just make all of the boards sub-boards of the main one, but some of those boards needs sub-boards as well, and as sub-sub-boards aren't exactly allowed (to my knowledge), I thought the easiest thing to do would be to just make it so the whole category was represented by one "last post" div. If it's possible, that's great, but if it isn't, I can manage with what's already here. Thanks =]
Ah, and this goes for "topics/posts" as well as "last post", sorry ;-;
|
|
|
Post by Wormopolis on Feb 13, 2011 16:11:19 GMT -8
Fix it. Thanks a lot, but now i have another problem. Only shows me one topic, the last one that i made, not a list. This is my configuration using id="lpreloc_general"lp_relocate=true; //turn on code to relocate last posts lp_mode=2; // lp_modes: // 1: move all discovered last posts into destination // 2: move only ones that have specific divs setup // 3: both
// modes 1 and 3 require an element with id="lastpostspot"
// if using lp_mode 2 (or 3), specific divs must have id="lpreloc_"+boardid // example board id general would look for div id="lpreloc_general"
lp_hideboard=false; // Set true if you want to hide the regular boards
lp_newmode=false; // lp_newmode: // true: seperate out the last posts that register as "new" when in lp_mode 1 or 3. specific divs in 3 stay normal // false: group all together in order they are found
lp_newmode_order=2; // order: // 1 = new posts first // 2 = old posts first
nwpstsDivide='<hr width="75%">NEW POSTS<hr width="75%">'; //HTML for divider, can be image if desired oldpstsDivide='<hr width="75%">OLD POSTS<hr width="75%">'; //HTML for divider, can be image if desired
var includeBoards=true; //show boards along with last posts
tp_relocate=true; // turn on code to relocate topics/posts numbers
// requires elements with id="tpreloc_"+boardid // example board id general would look for div id="tpreloc_general"
tp_seperator="/";
tp_mode=2; // tp_modes: // 1: move just numbers seperated by whatever is in seperator variable ... 4 / 12 (example) // 2: move numbers with labels seperated by whatever is in seperator variable ... 4 threads / 12 posts
What i'm doing wrong? Sorry for bother you >.< lp_mode=2 means you have to have a div for every board you want to show up. general is the only one showing up, because you only have 1 div. if you want the boards to show up all together, you need to use lp_mode=1;
|
|
|
Post by Wormopolis on Feb 13, 2011 16:13:55 GMT -8
Hi, I have a question about a code modification for this. I want to know if it's possible to use this, but instead of making it the last "board post" can you make it show that last post of the whole category in general? So if you have a "general" category that contains three boards, the posts of all those boards would just show up under the "last post" depending on the most recent. Would you just replace "boardid" with "categoryid" or something of the sort? Geeze, that sounds horribly vague >< I would just make all of the boards sub-boards of the main one, but some of those boards needs sub-boards as well, and as sub-sub-boards aren't exactly allowed (to my knowledge), I thought the easiest thing to do would be to just make it so the whole category was represented by one "last post" div. If it's possible, that's great, but if it isn't, I can manage with what's already here. Thanks =] Ah, and this goes for "topics/posts" as well as "last post", sorry ;-; you should know off the bat, I HATE size=1 font. so please dont use it. I dont find it cute like other people do. as for your idea, you could absolutely use this code. it wouldnt be automatic in that it would find all boards from a certain category, but if you were using lp_mode=2 then put out divs for each of the three boards in that category, then only those 3 boards would show up.
|
|
|
Post by Wormopolis on Feb 15, 2011 13:05:53 GMT -8
did either of you get things worked out?
|
|
|
Post by Wormopolis on Feb 26, 2011 16:56:10 GMT -8
version update v1.46: put back in the blank spot fix from v1.4 that I somehow removed in v1.45
|
|
|
Post by Wormopolis on Feb 28, 2011 1:48:43 GMT -8
version update 1.47: fixed the dividers showing up when they didnt need to
|
|
La_Reina
Not New Member
Posts: 15
La_Reina said 0 great things
|
Post by La_Reina on Mar 11, 2011 16:02:27 GMT -8
ummmm okay now I'm not getting any new posts when clearly there are new posts. I haven't gone to any of the main boards so nothing should have resetted. Here's what it looks like.
|
|
|
Post by Wormopolis on Mar 11, 2011 17:46:33 GMT -8
Is that the current version? I think I had to fix that from a few versions ago.
|
|
|
Post by Wormopolis on Mar 11, 2011 17:49:00 GMT -8
nevermind. its the popart code changing the names of the images. move the popart code below the last post relocate code
|
|
La_Reina
Not New Member
Posts: 15
La_Reina said 0 great things
|
Post by La_Reina on Mar 15, 2011 11:20:44 GMT -8
thank you. I was looking for this reply and finally had to go to my most recent activity to find it. You are the greatest Wormo. thank you
|
|
|
Post by Wormopolis on Mar 18, 2011 19:46:33 GMT -8
not a problem!
|
|