inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Dec 20, 2016 13:29:53 GMT -8
I have seen your replies, I've just not had the time to look into it yet.
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 20, 2016 22:47:32 GMT -8
O.k. not trying to rush you. Just wanted make sure you knew that I had replied.
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 22, 2016 23:40:45 GMT -8
On second thought, don't worry about it. I found a better plugin for what I wanted anyway (I was actually looking for a plugin that would let members replace the 6 default images to the left of the thread titles).
*not that there was anything wrong with yours. I just hadn't come across the one I really needed until a few minutes ago
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 18, 2017 13:45:48 GMT -8
|
|
inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Mar 19, 2017 6:38:15 GMT -8
Guests don't have access to the board you linked in the other thread.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 19, 2017 9:04:56 GMT -8
The topic links have been changed by what appears to be a template MOD named Make topic links go to newest post as seen in the below photo. You can remove the MOD or modify the MOD so it adds at minimum a thread-link class back to the link thus making it identifiable as a thread link.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 19, 2017 12:34:56 GMT -8
I don't know much about coding so could you please tell me where to find that page. All I want to do is remove it. I really like the plug in but it is messing so many other things up.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 20, 2017 1:29:04 GMT -8
toetapping ,I'm not at all familiar with that MOD but I'm going to guess you'll find it in your -Admin Panel Structures Layout Templates Board => Thread List Tab. You should be able to identify where it starts (if it is indeed in there) by the line <!-- Make topic links go to newest post -->. You'll need to paste the contents of that entire template here so we can see how that theme author decided to reconstruct the link then further instructions can be given geared specifically to that construct. You could also contact the theme author of that theme, assuming it is a pre-made, and in addition to getting help from them for that theme you might inform them that removing classes isn't really a good idea and really serves no purpose other than making codes not work properly.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 20, 2017 10:31:16 GMT -8
Here it is Chris.
</div> </div> {/if} {if $[display_thread_list]} <div{if $[viewing_bookmarks]} id="bookmarks"{/if} class="container threads"> <div class="title-bar"> {if $[create_thread_button]} <ul class="controls"><li>$[create_thread_button]</li></ul> {/if} <h1>$[board.display_name]</h1> </div> <div class="control-bar ui-helper-clearfix $[scroll_class]"> $[search] <div class="controls"> $[selection_menu] $[action_menu] </div> $[pagination] </div> <div class="content cap-bottom"> <table class="list"> <thead> <tr class="head"> <th class="icon"><span class="aria-hidden">Status</span> </th> <th class="checkbox"> </th> <th class="main">Subject</th> <th class="created-by">Created By</th> <th class="replies">Replies</th> <th class="views">Views</th> <th class="latest last">Last Post</th> </tr> </thead> <tbody class="$[list_class]"> $[thread_list] </tbody> </table> </div> </div> {/if}
{if $[thread_count] > 0} {if $[legend]} <div class="container legend"> <div class="title-bar"><h2>Legend</h2></div> <div class="content"> <table> <tr> {foreach $[legend]} <td>$[legend.icon] <span>$[legend.name]</span></td> {/foreach} </tr> </table> </div> </div> {/if} {/if}
{if $[board.id]}{if $[show_stats]} <div class="container stats"> <div class="title-bar"><h2>Board Information & Statistics</h2></div> <div class="content"> <table> <tbody> {if $[board.description]} <tr> <td colspan="2"> <table> <tr> <td class="icon">$[image.description]</td> <td class="info last"> <div class="board-name">$[board.name]</div> <div class="board-description">$[board.description]</div> </td> </tr> </table> </td> </tr> {/if} <tr{if !$[show_users_viewing]} class="last"{/if}> <td> <table> <tr> <td class="icon">$[image.stats]</td> <td class="info"> <table> <tbody> <tr><th colspan="2">Threads and Posts</th></tr> <tr><td>Total Threads:</td><td>{if $[total_threads] == -1}N/A{else}$[total_threads]{/if}</td></tr> <tr><td>Total Posts:</td><td>{if $[total_posts] == -1}N/A{else}$[total_posts]{/if}</td></tr> {if $[board.moderators_link]}<tr><td colspan="2">This board has $[board.moderators_link]</td></tr>{/if} </tbody> </table> </td> </tr> </table> </td> <td> <table> <tr> <td class="icon">$[image.members]</td> <td class="info last"> <table> <tbody> <tr><th colspan="1">On This Board</th></tr> <tr><td>You <strong>can{if !$[can.create_threads]}not{/if}</strong> create threads.</td></tr> <tr><td>You <strong>can{if !$[can.reply_to_threads]}not{/if}</strong> reply to threads.</td></tr> <tr><td>You <strong>can{if !$[can.create_polls]}not{/if}</strong> create polls.</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {if $[show_users_viewing]} <tr class="last"> <td colspan="2"> <table> <tr> <td class="icon">$[image.online]</td> <td class="info last"> <table> <tbody> <tr><th>Users Viewing</th></tr> <tr><td>$[total_board_staff] Staff, $[total_board_members] Member{if $[total_board_members] != 1}s{/if}, $[total_board_guests] Guest{if $[total_board_guests] != 1}s{/if}.</td></tr> <tr><td> {foreach $[board_user]} $[board_user]<!--{if $[board_user.invisible]} <span class="small">(invisible)</span>{/if}-->$[board_user.comma] {/foreach} {if $[total_online_not_shown] > 0} , and <a href="$[view_active_members_link.href]" class="$[view_active_members_link.class]">$[total_online_not_shown] more...</a> {/if} </td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {/if} </tbody> </table> </div> </div> {/if}{/if}
I have also sent Quozzo a p.m. to take a look.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 20, 2017 12:03:03 GMT -8
toetapping , thanks but that looks like the contents of the BOARD tab, what I need the the contents of the THREAD LIST tab, sorry if that wasn't clear. It would also help if you got the entire content so after you make it so you get that blinking text carat waiting for you to type something into the template use either CTRL + A or right click and choose the "Select all" option to ensure you get all the text then copy and paste
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 20, 2017 12:08:31 GMT -8
Sorry Chris that I did it wrong.
{foreach $[thread]} <tr id="$[thread.content_id]" class="$[thread.content_class]"> <td class="icon">$[thread.icon]</td> <td class="checkbox clickable">$[thread.checkbox]</td> <td class="main clickable" title="$[thread.short_content]"> <table> <tr> <td>$[thread.icons]</td> <td> <!-- Make topic links go to newest post --> <span class="link target"><a href="/threads/recent/$[thread.id]">$[thread.subject]</a> <br /></span> <!-- Remove the line above and replace with this if you want to return the thread links to the default method: <span class="link target">$[thread]</span> --> {if $[thread.pagination]}<div class="ui-micro-pagination">Pages: $[thread.pagination]</div>{/if} $[thread.labels] </td> </tr> </table> </td> <td class="created-by clickable">$[thread.created_by_user]</td> <td class="replies clickable">$[thread.replies]</td> <td class="views">$[thread.views]</td> <td class="latest last">by $[thread.last_post.created_by_user]<br />$[thread.last_post.date]</td> </tr> {/foreach} {if !$[thread]} <tr class="last"> <td class="last center" colspan="7">No threads were found.</td> </tr>
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 20, 2017 12:28:43 GMT -8
That's a fine job toetapping , in that tab the two lines I wanted to see are there <!-- Make topic links go to newest post --> <span class="link target"><a href="/threads/recent/$[thread.id]">$[thread.subject]</a> <br /></span> So to get any code, such as this plugin, that is looking for a thread link to work we'll need to add back the class identifying it as a thread link in that second line that replaces the thread link (the red part is what is being added) <span class="link target"><a class="$[thread.link.class]" href="/threads/recent/$[thread.id]">$[thread.subject]</a> <br /></span>Make sure you leave a space before and after the red part to avoid interfering with other attributes or the tag name. ETA: be sure to save your changes. That should once again get that topic link recognizable as a topic link by codes.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 20, 2017 12:38:24 GMT -8
Chris. I found the part but I am not confident to do it myself. Could you please just show the finished product what it should look like and I can just copy and past. It would really be appreciated.
<td> <!-- Make topic links go to newest post --> <span class="link target"><a href="/threads/recent/$[thread.id]">$[thread.subject]</a> <br /></span> <!-bels] </td>- Remove the line above and replace with this if you want to return the thread links to the default method: <span class="link target">$[thread]</span> --> {if $[thread.pagination]}<div class="ui-micro-pagination">Pages: $[thread.pagination]</div>{/if} $[thread.latd>$[thread.icons]</td
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 20, 2017 13:10:14 GMT -8
The final "{/if}" in your last copy and paste attempt was left off so it is imperative that you copy the entire contents (see my last post for a tried and true method to do that). Codes are finicky that way, you can't just leave off a tiny piece and still expect it to work as intended.
Since this is an already modified template on that particular theme, the RESET TO DEFAULT button would reset it to default not to the way the theme author wanted it so as a safety net you could copy the contents of the template (this time making sure you get everything -- see my previous post for a tried and true method to do that) and paste it into a word processor or send as a PM to yourself so you have a record of how it currently is, that way if you make a mistake you can use the backup to restore.
|
|
inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Mar 20, 2017 13:38:10 GMT -8
In the Advanced tab of the Thread Icons plugin, you could add a comma and include the .link a at the end of the Icon Parser String and see if that works.
.thread-recent-link, .thread-link, .title-bar h1, .nav-tree-branch, .link a
|
|