|
Post by Wormopolis on Oct 6, 2010 16:20:16 GMT -8
gaps? I guess I havent seen that one yet.. do you have a URL I can look at? (guest friendly)
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Oct 7, 2010 3:08:17 GMT -8
Yep! Over here. Instead of the RSS feed we were gunna replace it with that code, since the RSS would have been done manually by us. That's why the code is in a scroll box, but the code has produced those gaps and I figured out the gaps have a significant amount of time and that they represent posts I deleted off the site. I deleted a thread recently and it created a gap, too. Thank you for getting back to me quickly, I hope this can be fixed because we absolutely love the code!
|
|
|
Post by Wormopolis on Oct 7, 2010 7:10:11 GMT -8
find this:
if (lp_mode!=2) { if (lp_newmode && nwpstchk && pb_username!='Guest') nwlstpstCont+=lstpstEntry+'<br>'; else lstpstCont+=lstpstEntry+'<br>'; }
replace with if (lp_mode!=2 && lstpstEntry!='') { if (lp_newmode && nwpstchk && pb_username!='Guest') nwlstpstCont+=lstpstEntry+'<br>'; else lstpstCont+=lstpstEntry+'<br>'; }
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Oct 7, 2010 7:21:48 GMT -8
Yep, worked like a charm! Thank you so much!
|
|
|
Post by Wormopolis on Oct 7, 2010 16:44:13 GMT -8
thank you for pointing that out to me. I guess I never found that one during alpha testing.
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Nov 4, 2010 10:24:04 GMT -8
Hi, it's me again! Sorry I didn't see your reply to my last post @.@ You're welcome!
I have a question regarding the code: can I make it so that posts from a certain board don't show up in the relocation feed? Without making the board hidden from other members, I mean? Thanks for your time, Wormy!
|
|
|
Post by Wormopolis on Nov 4, 2010 23:03:47 GMT -8
That sounds reasonable. It will require some sort of new variable at the top where you enter board ids. I should be able to get that out this weekend. bump if I take too long.
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Nov 5, 2010 8:10:29 GMT -8
Thank you so much! I'll be looking forward to it ^^
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Nov 12, 2010 15:55:50 GMT -8
Hey there! Sorry to be a pest, but I was wondering how the code was coming along?
|
|
|
Post by Wormopolis on Nov 12, 2010 16:33:06 GMT -8
version 1.4 posted.
new variable at the top allows you to list boards for code to ignore.
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Nov 20, 2010 11:39:32 GMT -8
Ah, thank you!
|
|
|
Post by Wormopolis on Nov 20, 2010 12:48:17 GMT -8
yer welcome
|
|
pasc
Not New Member
Posts: 10
pasc said 0 great things
|
Post by pasc on Nov 21, 2010 11:11:47 GMT -8
Thanks! Works like a charm!
|
|
|
Post by Wormopolis on Jan 4, 2011 15:13:35 GMT -8
version upgrade 1.45: added in a variable to hide regular main boards
|
|
kimochiii
Not New Member
Posts: 3
kimochiii said 0 great things
|
Post by kimochiii on Feb 10, 2011 6:15:17 GMT -8
Hi! Thanks for this code i was looking something like this for my forum, but a i have a problem, i don't know if i did something wrong or is a problem with the skin. can you help me please? img41.imageshack.us/img41/6456/lasttopic.pngThanks in advance
|
|