inherit
204286
0
Jan 17, 2015 16:12:31 GMT -8
Mr. Undecided
Resident Airsofter
272
January 2014
blacknightbravo
|
Post by Mr. Undecided on Jul 14, 2014 10:23:38 GMT -8
Thanks, but I meant more how to regulate what staff (groups) has the ability to remove threads.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 14, 2014 10:37:30 GMT -8
Ahh..
At the moment you can't.. I'll add that option with the next update.
|
|
inherit
207638
0
Dec 7, 2022 1:36:56 GMT -8
dogruff100
81
April 2014
dogruff100
|
Post by dogruff100 on Jul 15, 2014 9:43:12 GMT -8
opening a mod room but thread heading goes on to recent thread board members can not acses but can see title can this be removed so only mods staff see it on recent thread side bar. sent mesage to todge no reply as yet 7 hoursago motorroamers.boards.net/ALSO DO I NEED TO UP DATE TO LATEST VERSION AS I HAVE NOT SINCE DAY ONE
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 15, 2014 10:45:26 GMT -8
The later versions of the plugin allow you to specify with boards' threads are not added to the Recent Threads sidebar, so updating to the latest version should rectify that.
The threads you choose not to be included in the Recent Threads Sidebar will not display for anyone though, regardless of their position on your forum.
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Jul 21, 2014 16:42:05 GMT -8
Hi, I would like to split every row in Title an user separately:
passing from "the_title_of_the_recent_thread" by user
to: "the_title_of_the_recent_thread" by user
where can I find the HTML to do this change? Thanks
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 24, 2014 9:30:47 GMT -8
Todge Sorry if this was asked already but can I change the title of "recent threads" to something else??
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 24, 2014 12:45:19 GMT -8
Hi, I would like to split every row in Title an user separately: passing from "the_title_of_the_recent_thread" by user to: "the_title_of_the_recent_thread" by user where can I find the HTML to do this change? Thanks The HTML of the Recent Threads Sidebar cannot be changed directly, but it can be manipulated with a code in your Global Footer.. <script type="text/javascript"> <!-- // Add line-break to recent posts cell
$(document).ready(function(){ $('#recent-threads-cell').find($('[href*="thread"]')).each(function(){ $(this).after('<br>'); }); });
// --> </script>
should do the trick.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 24, 2014 12:51:00 GMT -8
Todge Sorry if this was asked already but can I change the title of "recent threads" to something else?? You can indeed... Put this in your Global Footer.. <script type="text/javascript"> <!-- // Change Recent Threads cell title
$(document).ready(function(){ $('#recent-threads-title>h2').html('New Title'); });
// --> </script>
and change the red text to your preferred title.
|
|
inherit
211778
0
Aug 3, 2016 11:36:21 GMT -8
ponzinomics
250
July 2014
ponzinomics
|
Post by ponzinomics on Jul 24, 2014 13:03:53 GMT -8
Hi Todge, I added your code to: Admin Home> Structure> Headers & Footers> Global Headers
and worked as a charm.
Thank you very much
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 24, 2014 13:24:48 GMT -8
No worries..
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 25, 2014 4:08:41 GMT -8
Todge Sorry if this was asked already but can I change the title of "recent threads" to something else?? You can indeed... Put this in your Global Footer.. <script type="text/javascript"> <!-- // Change Recent Threads cell title
$(document).ready(function(){ $('#recent-threads-title>h2').html('New Title'); });
// --> </script>
and change the red text to your preferred title. LOVELY Thank you very much!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 25, 2014 11:32:53 GMT -8
No worries..
|
|
inherit
158780
0
Nov 7, 2024 6:35:40 GMT -8
Bugme
1,313
September 2010
bugme
|
Post by Bugme on Jul 31, 2014 9:46:44 GMT -8
Here's our issue with this plugin. The scenario is as follows:
1) Click on topic and read first page 2) Click on page 2 and continue reading 3) Click on page 3 and it stays on page 2 4) Click on "NEXT" and nothing happens 5) Click on "PREV" and nothing happens 6) Disable this plugin version: (V 0.2.2 Released on July 12 2014) and everything works fine. Activate the plugin, and we repeat the above scenario.
This occurs on all the topics. I have tested this with Chrome and IE, it does the same thing on both. This is what other members are telling me that is happening for them also. Any idea's?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,327
January 2004
todge
|
Post by Todge on Jul 31, 2014 11:14:37 GMT -8
Here's our issue with this plugin. The scenario is as follows: 1) Click on topic and read first page 2) Click on page 2 and continue reading 3) Click on page 3 and it stays on page 2 4) Click on "NEXT" and nothing happens 5) Click on "PREV" and nothing happens 6) Disable this plugin version: (V 0.2.2 Released on July 12 2014) and everything works fine. Activate the plugin, and we repeat the above scenario. This occurs on all the topics. I have tested this with Chrome and IE, it does the same thing on both. This is what other members are telling me that is happening for them also. Any idea's? None whatsoever.. I can navigate up and down the thread pages without a problem on my test site, in both FF and IE (I don't use Chrome), but it works in 'Iron', so I have no idea... Could you please link me to a multi-page thread on your forum so I can take a look?
|
|
inherit
158780
0
Nov 7, 2024 6:35:40 GMT -8
Bugme
1,313
September 2010
bugme
|
Post by Bugme on Aug 1, 2014 17:55:11 GMT -8
I've sent you a private message. Thanks!!!
|
|