Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 16, 2013 3:00:35 GMT -8
I currently have the code below at the top of the board template Which shows the latest post posted at the top of each of the boards <center><div class="container"> <div class="title-bar"><h2><b>Our Latest Posting This Board</b></h2></div> <div class="content"> <center><br>Latest Posting This Board - $[board.display_name] <br>$[board.last_thread.recent_link] by $[board.last_thread.last_post.created_by_user]</center><br /></div></div></center>It works well - BUT WHEN I VIEW THE RECENT/THREADS LINK IT'S SHOWING AT THE TOP OF RECENT THREADS PAGE Is there anything I could do? or add to it? so it would NOT display at the top of the recent threads board - When viewing a board it will show the latest post and username But when you view the recent threads link it shows as What could I add so it would NOT display at the top of the recent threads boardI'm terrible at trying to explain things lol I hope the images above explain it better.... Thanks for any help or suggestions on how to stop it displaying on the recent threads board Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 17, 2013 0:30:33 GMT -8
Seeking a little help with this - or suggestions on how if possible To stop it displaying on the recent threads board/page Thanks Steve
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 17, 2013 5:10:54 GMT -8
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 17, 2013 5:36:39 GMT -8
Hi, Stinky666 I did have a look at that - But can't find how It would remove the code below From displaying above the recent threads page - On the board template the container code <center><div class="container"> <div class="title-bar"><h2><b>Our Latest Posting This Board</b></h2></div> <div class="content"> <center><br>Latest Posting This Board - $[board.display_name] <br>$[board.last_thread.recent_link] by $[board.last_thread.last_post.created_by_user]</center><br /></div></div></center>And this code <center>Latest Posting This Board - $[board.display_name]<br>$[board.last_thread.recent_link] by $[board.last_thread.last_post.created_by_user]</center><br />From displaying on the recent threads board I'm thinking it needs something like if board recent threads = hidden added to it or something like that So it wont display it above the recent threads page I'm not a coder so I'll may have await if any admins or coders have any idea On how it could be hidden as to stop it displaying on the recent threads board Thanks - and thanks again for your help suggestion Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 17, 2013 10:31:29 GMT -8
Had another look tried placing the code in different sections of the board template But still no joy - it still displays at the top of the recent threads board I can't work out how to make it not display on the recent threads board Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 17, 2013 23:12:10 GMT -8
Still seeking a little HELP here - On how to stop it displaying on the recent threads boardThe screen-shot below shows how it appears on the recent page When go - layout templates - board - add the code at the top of the board template It displays on the recent threads board - see screen-shot Grateful for any help suggestions on how to stop it displaying on the recent threads board Thanks - Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 18, 2013 23:37:30 GMT -8
Still Looking for any help suggestions if it's possible For the code that ((is at top of the board template)) Not to show on the recent threads board Thanks again - Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 29, 2024 20:47:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 20, 2013 9:23:17 GMT -8
Bump! Not sure if anything or anyone has any idea or suggestion When use the codes below on the BOARD TEMPLATE It shows also on the recent threads board - But it don't display the last post & username at the top of the recent thread board
So i was asking if there anyway so it wont display on the recent threads board
the container code
<center><div class="container"> <div class="title-bar"><h2><b>Our Latest Posting This Board</b></h2></div> <div class="content"> <center><br>Latest Posting This Board - $[board.display_name] <br>$[board.last_thread.recent_link] by $[board.last_thread.last_post.created_by_user]</center><br /></div></div></center>
And this code
<center>Latest Posting This Board - $[board.display_name]<br>$[board.last_thread.recent_link] by $[board.last_thread.last_post.created_by_user]</center><br />
From displaying on the recent threads board
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jun 20, 2013 13:06:02 GMT -8
|
|