inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Nov 10, 2017 13:41:08 GMT -8
I don't see the code you mentioned in the code you posted Sorry, I removed it before since it didn't work. Here's with the code. <script type="text/javascript"> /* Reply Number in Posts - Global Footer*/ $(function(){ if(window.listMan && listMan.effectiveType == "posts"){ var p = listMan.options $('.content-head .info .date', listMan.content).each(function(i,e){ var post = {element:$(e), index: i, id: $(e).closest('tr.item.post').attr('id').split("-").pop(), page: listMan.pagination.data("pagination").page}, search = /search/i.test(listMan.type) || p.data.hash.q || p.data.recent_page?1:0; post.element.before('<span class="post-method post-number" />').prev() .html( '<a href="/post/' + post.id + '/thread" title="Link to Post" >' + ((i+post.page+search) == 1 ? 'Thread ' : (search?'Result':'Reply') + ' #' + ((post.page - 1) * p.limit + i + search)) + '</a> ' + (i+post.page+search == 1 ?'started ' : 'posted ')) }) } if($.inArray(arguments.callee, proboards.events.afterSearch) == -1)proboards.on("afterSearch",arguments.callee); }) </script>
Try this <script type="text/javascript"> $(document).ready(function(){ $('#important_threads .title_wrapper').html('Game Threads'); }); </script>
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Nov 10, 2017 13:50:58 GMT -8
Try this <script type="text/javascript"> $(document).ready(function(){ $('#important_threads .title_wrapper').html('Game Threads'); }); </script> Name still stays as Important Threads.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 10, 2017 15:09:08 GMT -8
Try this <script type="text/javascript"> $(document).ready(function(){ $('#important_threads .title_wrapper').html('Game Threads'); }); </script> Name still stays as Important Threads. Try this instead... <script type="text/javascript"> <!-- $(document).ready(function(){ $('#important_threads').find('h2').html('Game Threads'); }); // --> </script>
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Nov 10, 2017 15:17:13 GMT -8
Thanks, that works!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 10, 2017 15:28:15 GMT -8
No worries..
|
|
inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Nov 16, 2017 19:24:39 GMT -8
I downloaded this. I see it. But when i make a thread important the new "Important Threads" section just disappears. Thankfully the thread im trying to move to that section stays in the forum it was originally in.
Am i doing it wrong?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 17, 2017 18:05:06 GMT -8
I downloaded this. I see it. But when i make a thread important the new "Important Threads" section just disappears. Thankfully the thread im trying to move to that section stays in the forum it was originally in. Am i doing it wrong? Can you please leave a link to your forum so that I can take a look. Thank you.
|
|
inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Nov 17, 2017 19:16:19 GMT -8
I downloaded this. I see it. But when i make a thread important the new "Important Threads" section just disappears. Thankfully the thread im trying to move to that section stays in the forum it was originally in. Am i doing it wrong? Can you please leave a link to your forum so that I can take a look. Thank you. prosportsrecreation.com/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 18, 2017 4:13:19 GMT -8
|
|
inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Nov 18, 2017 16:55:54 GMT -8
Ok that looks like its working. Is there a way to make it so its the only thread? Instead of having a duplicate on the main forum? Or is that only visible to staff members? Having trouble changing the standard image. Using imgur. Ny suggestions? EDIT - So after logging in as an alt account it shows up in both places. Id like to be able to simply move a thread from a particular forum and place it in the important thread section. And then after the thread is used "uncheck" it as important and have it return to the forum it was created in. The reason is we have gameday threads for games. I sticky them. But id like to be able to put them up in the "Important" section and not have the duplicate thread showing up in the main forum. That was my users can keep the gameday threads on their page and browse other forums. Like the political forum. Is that possible?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 18, 2017 18:01:26 GMT -8
Ok that looks like its working. Is there a way to make it so its the only thread? Instead of having a duplicate on the main forum? Or is that only visible to staff members? Having trouble changing the standard image. Using imgur. Ny suggestions? EDIT - So after logging in as an alt account it shows up in both places. Id like to be able to simply move a thread from a particular forum and place it in the important thread section. And then after the thread is used "uncheck" it as important and have it return to the forum it was created in. The reason is we have gameday threads for games. I sticky them. But id like to be able to put them up in the "Important" section and not have the duplicate thread showing up in the main forum. That was my users can keep the gameday threads on their page and browse other forums. Like the political forum. Is that possible? I've never used imgur, so I don't know what format they give the image links in, but any standard image URL should work. What is the URL of the image you're having trouble with? By default, the code does not remove important threads from their containing board, but I could probably create a footer code to do that.
|
|
inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Nov 18, 2017 19:47:54 GMT -8
Ok that looks like its working. Is there a way to make it so its the only thread? Instead of having a duplicate on the main forum? Or is that only visible to staff members? Having trouble changing the standard image. Using imgur. Ny suggestions? EDIT - So after logging in as an alt account it shows up in both places. Id like to be able to simply move a thread from a particular forum and place it in the important thread section. And then after the thread is used "uncheck" it as important and have it return to the forum it was created in. The reason is we have gameday threads for games. I sticky them. But id like to be able to put them up in the "Important" section and not have the duplicate thread showing up in the main forum. That was my users can keep the gameday threads on their page and browse other forums. Like the political forum. Is that possible? I've never used imgur, so I don't know what format they give the image links in, but any standard image URL should work. What is the URL of the image you're having trouble with? By default, the code does not remove important threads from their containing board, but I could probably create a footer code to do that. That would be awesome. Otherwise it looks like we have duplicate threads. I tried to create a thread in a private forum and then mark it important. But it obviously remained private after i made it important. I just want to make it look like threads have been elevated to a special forum that is above each individual forum. And those important threads will all be game threads. So if you are looking at our main sports forum....if you have 5 game threads in the important forum....and those same 5 on the containing forum it sort of looks like we have 10 game threads but its 5 with a corresponding duplicate. Im trying to make the important thread section a separate forum for these threads. Where they are only seen in the Important Thread section. But after the game is over....unmark them. And either have them end up in the sports forum or just move them myself. The picture im trying to use is this... Thanks for the support Todge .
|
|
inherit
242979
0
Nov 1, 2018 7:40:24 GMT -8
fileerausveitsi
75
March 2017
fileerausveitsi
|
Post by fileerausveitsi on Dec 9, 2017 18:11:46 GMT -8
Hi,
How I can use this plugin only on one board? How I can change the "Important Threads" text? Thanks!
Edit: And I want it to show how many replies are on the thread.
|
|
inherit
242979
0
Nov 1, 2018 7:40:24 GMT -8
fileerausveitsi
75
March 2017
fileerausveitsi
|
Post by fileerausveitsi on Dec 13, 2017 10:59:07 GMT -8
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Dec 13, 2017 16:50:42 GMT -8
fileerausveitsi: How would I go and change the text for: Important Threads ? I like how it is already displayed and the text is all I'd like to change. I have no idea how I'd do the custom box to just change the title bar name. BurkeKnight Try putting this in your Global FOOTER... <script type="text/javascript"> <!-- $(document).ready(function(){ $('#important_threads .title_wrapper').html('New Title'); }); // --> </script> and change the red text to your chosen title.
|
|