inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 26, 2014 22:43:24 GMT -8
support thread for plugin at www.proboards.com/library/plugins/item/580As your members visit each thread, it saves the thread id so that when they look at the thread title again it will have a new class added to it. You setup the class in your forum CSS. so for example: .thread-viewed {font-weight: bold; color:#FF0000} the plugin will also track if they posted in that thread or not, and add a new class to the thread title. .thread-posted {color:#FFFF00} you can do any CSS you want on those classes. you can also single out a specific board by putting its id into the class selector: .thread-posted.board-12 {color:#0000FF}
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Jan 28, 2014 7:25:44 GMT -8
Site Link: starwarsrevival.freeforums.net Hi Wormopolis, So I was looking into putting this on my site: I was going into CSS Style Sheets under themes to put this in. It wasn't working; am I doing something wrong? Perhaps the wrong place? Thanks, Shaki
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 28, 2014 23:49:06 GMT -8
what did you put into the CSS? this ine is harder to troubleshoot because it uses a personal user key to store data, which I cant examine for content.
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Jan 29, 2014 5:15:26 GMT -8
Just at the bottom. I wasn't sure where to put it in the CSS code. IT wouldn't take, it wasn't letting me save it.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 29, 2014 8:28:51 GMT -8
wait wait.. the CSS wasnt let you save the new css? did it give some sort of error?
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Jan 30, 2014 7:49:55 GMT -8
Yeah, let me go get a screenshot and I'll post it in my next thread.
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Jan 30, 2014 7:57:04 GMT -8
WormopolisIt could very well be I'm not doing something right...
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 30, 2014 8:03:39 GMT -8
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Feb 7, 2014 17:21:16 GMT -8
What CSS would I need to insert a little image next to the thread's title? Would it be possible to do that instead of reformatting the text itself?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 7, 2014 18:26:43 GMT -8
.thread-posted:before {content:url('URL TO IMG');}
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Feb 7, 2014 20:56:35 GMT -8
Thank you much, Wormo. You deserve much praise.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 7, 2014 21:31:23 GMT -8
basically ANY CSS can now be applied to those thread titles.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 6:52:07 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 8, 2014 12:14:22 GMT -8
Does this work with heavily modified layout templates?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 8, 2014 12:40:46 GMT -8
there is no way to answer that really. you guys always find a way to make the one modification that makes it impossible to find stuff. it would just have to be tried and if it didnt work, see if the template could have something small added to help it.
it comes at a sacrifice to speed. you could tell a code to search all 500 font tags on a page for something, or you could tell it to search for all font tags within a certain div tag within a certain td tag - which narrows it down to 10 or something. but if a heavy template modification has pulled that font tag out of the div, it no longer gets checked.
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Feb 9, 2014 12:08:27 GMT -8
Something is wrong. All threads that have been viewed or posted in are using the picture for whichever condition is listed last in the CSS. Moreover, if I list the designation for "Posted" threads last, it doesn't even bother marking viewed threads at all. It only marks them if I list "Viewed" last. This's what I've got in the style sheet: /* Thread Tracking System Settings */ a.thread-posted:before { content:url('http://i1149./o592/AceOfCharts/Website-Related/Moriya%20Shrine%20Forums/Non-Nav%20Buttons/PostedwithSpace_zpsdae71d73.png'); } a.thread-viewed:before { content:url('http://i1149./o592/AceOfCharts/Website-Related/Moriya%20Shrine%20Forums/Non-Nav%20Buttons/SeenwithSpace_zps31f2e3e3.png'); }
|
|