#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 27, 2015 8:46:49 GMT -8
That should probably be addressed to me, Quozzo. Most people won't know how to do that (and really shouldn't do that). Either way I submitted an update to the library to fix that.
|
|
inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Apr 27, 2015 9:37:18 GMT -8
Ah right. I got the wrong username I know no-one should do it, but that's like saying no-one should hack into ProBoards. It won't stop people trying to exploit any security vulnerabilities. I was going to say that if you use the text method instead of the html method then it will automagically escape them, along with apostrophes and quotation marks and the like, so no script can be inserted into the document.
|
|
inherit
194230
0
Nov 21, 2015 5:56:42 GMT -8
Alan Vende
4,215
May 2013
l1o2u3i4s5
|
Post by Alan Vende on Aug 30, 2015 8:40:15 GMT -8
Hey, Brian: I'm just curious, but how feasible would it se to put in an option in this Plugin to be able to choose which boards get the subject lines? (Kind of along the lines of a question that was already asked here - the one board one, but to choose more than one board and whatnot). Sorry if this makes no sense
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 30, 2015 9:04:41 GMT -8
Hey, Brian: I'm just curious, but how feasible would it se to put in an option in this Plugin to be able to choose which boards get the subject lines? (Kind of along the lines of a question that was already asked here - the one board one, but to choose more than one board and whatnot). Sorry if this makes no sense Super easy to do, but completely up to whether or not I feel like doing it at any particular point.
|
|
inherit
239943
0
Apr 20, 2019 2:21:07 GMT -8
jrj84105
136
December 2016
jrj84105
|
Post by jrj84105 on Dec 27, 2016 18:56:58 GMT -8
Good evening Brian- I've been trying to figure out a way to segregate reply posts from original posts (thread starters) using the search function. support.proboards.com/thread/607505/view-new-threads-posts?page=1#post-6897211It doesn't appear that the default "Re:" can be used as an inclusion/exclusion term for searches. Is the reply post title visible to search, and if so, is there anyway to use this plugin to introduce a discrete search term for sorting out original posts from reply posts? Many thanks, Jeff
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 29, 2016 9:48:56 GMT -8
jrj84105: Plugins only add content to the page after it's been loaded. They do not affect how server-side forum functions such as search operate. In the case of this plugin it's only reading the post subject that was saved to the post key. A plugin would not be able to alter search results in the manner you're seeking.
|
|
inherit
242807
0
May 5, 2017 18:14:11 GMT -8
abobrow
6
March 2017
abobrow
|
Post by abobrow on Apr 2, 2017 20:12:49 GMT -8
This is cool, thank you. Novice coder here. I'm trying to figure out if there is a way to change the default text if no subject is specified. Or to display no subject line at all if none is specified by the user. Is that possible?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 3, 2017 10:09:25 GMT -8
This is cool, thank you. Novice coder here. I'm trying to figure out if there is a way to change the default text if no subject is specified. Or to display no subject line at all if none is specified by the user. Is that possible? In Plugins > Build > Individual Post Subjects go into the Components tab. In the Javascript component replace lines 59 to 71 with this:
|
|
inherit
242807
0
May 5, 2017 18:14:11 GMT -8
abobrow
6
March 2017
abobrow
|
Post by abobrow on Apr 4, 2017 20:30:03 GMT -8
You rock, thank you!
|
|
inherit
242807
0
May 5, 2017 18:14:11 GMT -8
abobrow
6
March 2017
abobrow
|
Post by abobrow on Apr 4, 2017 20:48:48 GMT -8
Not to push my luck or anything, but I've just inserted your fix and it's awesome, but it does not apply when users post via the quick reply box. No big deal if you don't want to or if it's a pain or technically impossible. You're already cleaned up the look of my board quite a bit.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 5, 2017 8:33:34 GMT -8
Not to push my luck or anything, but I've just inserted your fix and it's awesome, but it does not apply when users post via the quick reply box. No big deal if you don't want to or if it's a pain or technically impossible. You're already cleaned up the look of my board quite a bit. Lines 42 through 46 would control that. Removing those will prevent the quick reply from adding a subject. Also, if you don't want the subject populated automatically on the posting page you can remove line 6 as that's what determines the value of that input.
|
|
inherit
242807
0
May 5, 2017 18:14:11 GMT -8
abobrow
6
March 2017
abobrow
|
Post by abobrow on Apr 5, 2017 9:44:29 GMT -8
You are giving me a really good basic Javascript coding lesson here and I appreciate it.
|
|
inherit
216050
0
Nov 16, 2024 4:41:51 GMT -8
Yorko
702
November 2014
gasification
|
Post by Yorko on Jul 14, 2017 9:10:29 GMT -8
yackertyyak.freeforums.netHello Brian I have a question The thread title is showing but it is doubled up with the timestamp When I use the code supplied to reposition it it sometimes doubles up as per the attached screen shot Any ideas ? Many thanks
|
|
inherit
216050
0
Nov 16, 2024 4:41:51 GMT -8
Yorko
702
November 2014
gasification
|
Post by Yorko on Jul 14, 2017 11:30:42 GMT -8
Its OK Ive figured this out
|
|
inherit
133488
0
Nov 21, 2024 13:05:35 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Jul 17, 2017 12:34:48 GMT -8
Brian I have Individual Post Subjects 1.0.2 installed. It is working for everyone but me. This is what it looks like on my forum using my computer. I am using Google Chrome and have cleaned the cache out. nicetomeet.proboards.com/
|
|