Kiki
Not New Member
Posts: 3
Kiki said 0 great things
|
Post by Kiki on Jun 30, 2011 20:51:16 GMT -8
Is it possible to get the on/off icons into the coding? Some of the members like to have on/off so they know if there's new posts at a glance, so I thought it would be worth asking. I am interested in knowing how ^this ^ can be accomplished within this code. The picture below outlining in purple where I'd like the on/off indicator to be placed. I can provide a link to the board I'm testing on if need be.
|
|
|
Post by Wormopolis on Jul 1, 2011 0:22:57 GMT -8
just extract the icon from the column?
|
|
Kiki
Not New Member
Posts: 3
Kiki said 0 great things
|
Post by Kiki on Jul 1, 2011 4:59:22 GMT -8
just extract the icon from the column? If I'm understanding you correctly, yes. (By the way, I love the restyled quotes.)
|
|
|
Post by Wormopolis on Jul 23, 2011 4:10:03 GMT -8
version update 1.5: added in ability to also relocate on/off icon
|
|
Kiki
Not New Member
Posts: 3
Kiki said 0 great things
|
Post by Kiki on Jul 25, 2011 5:08:00 GMT -8
Nice. Works like a charm. Thanks. ^.^
|
|
|
Post by Wormopolis on Jul 25, 2011 5:52:53 GMT -8
sorry that took so long. you are allowed to bump around here to remind me. some stuff takes a while to write, other stuff I just get distracted.
|
|
Faith
Not New Member
Posts: 6
Faith said 0 great things
|
Post by Faith on Jul 8, 2012 17:35:34 GMT -8
Hmmm... Ok, at some point you said you put in a variable that lets you not include certain boards in the code. I can't seem to find that.
OR
Has that been changed with the ability now to include specific boards by name.
I ask only because I have a lot of boards and for me it would probably be easier for me to list what boards I DO NOT want to include as opposed to what boards I DO want to include.
I really hope that makes sense.
Edit:
and what does this mean?
lp_hideboard=false; // Set true if you want to hide the regular boards
What regular boards?
|
|
|
Post by Wormopolis on Jul 8, 2012 20:24:01 GMT -8
so a variable to have boards excluded from the result list...? I can probably add in something for that. I never had anything in there before. I think you were thinking of a different code maybe?
lp_hideboard is a variable for having the regular boards be hidden. its mostly used when someone uses this code after a main page remodel.
|
|
Faith
Not New Member
Posts: 6
Faith said 0 great things
|
Post by Faith on Jul 10, 2012 14:48:54 GMT -8
version 1.4 posted. new variable at the top allows you to list boards for code to ignore. Aaah. Ok. This is the post I was referring to. I must have misunderstood the intention of this part. But, yeah... A variable for boards not to include would be good. I imagine it would be similar to the variable you have for using Mode 2. Like this: // if using lp_mode 2 (or 3), specific divs must have id="lpreloc_"+boardid Maybe? Then I think I could use table cells to group them myself I don't know how that would work? For example, grouping all the in character RP boards together. Things like that.
|
|
|
Post by Wormopolis on Jul 10, 2012 17:41:29 GMT -8
hmmm.. well I guess I stand corrected that at some point there was a version that had an exclude and for whatever reason I removed it when 1.5 came out...
I cannot figure out why though...
|
|
|
Post by Wormopolis on Jul 10, 2012 18:34:55 GMT -8
version update 1.51: added variable to exclude certain boards from appearing in last post relocation.
|
|
Faith
Not New Member
Posts: 6
Faith said 0 great things
|
Post by Faith on Jul 11, 2012 14:45:32 GMT -8
I tried to use the new version and now the code doesn't seem to be working at all. I don't know what I did.
|
|
|
Post by Wormopolis on Jul 11, 2012 18:39:04 GMT -8
need Link
|
|
|
Post by Wormopolis on Jul 11, 2012 21:29:35 GMT -8
nevermind.. I found it. recopy
|
|
Faith
Not New Member
Posts: 6
Faith said 0 great things
|
Post by Faith on Jul 12, 2012 15:52:51 GMT -8
Thank you, very much. It's working now. \o/
|
|