inherit
190874
0
Nov 4, 2023 5:43:57 GMT -8
daylilydude
305
March 2013
daylilydude
|
Post by daylilydude on Feb 6, 2014 3:38:04 GMT -8
I put in the updated code and try to leave it so you can see it and I get this pop-up?
Invalid request token / possible request forgery (error 4). If you received this message in error, please go back, refresh, and try again.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 6, 2014 3:49:08 GMT -8
I put in the updated code and try to leave it so you can see it and I get this pop-up? Invalid request token / possible request forgery (error 4). If you received this message in error, please go back, refresh, and try again. Hi, When I view your source code of your forum notjusttomatoes.proboards.com/ All I am seeing is not the updated codeI see this! <center><div class="container"> <div class="title-bar"><center><h2>Check This Out</h2></center></div> <div class="content"> <br /><center>Our Latest Posting <a href="/threads/recent/2397" class="thread-recent-link thread-2397 post-24862 board-9">Wet chicken feed</a><br> Please Welcome Our Newest Member To The Forum: <a href="/user/567" style="" class="user-link user-567 group-0" title="@dirtguy50">dirtguy50</a><br> Total Threads: 2,120 - Total Posts: 24,419</center><br /></div></div><br /></center> YOU NEED TO UPDATE THAT CODE WITH THE CODE BELOW - admin - Layout Template - Home
I have it on my test board tcptestingboard.boards.net/ and it works OK?<center><div class="container"> <div class="title-bar"><center><h2>Check This Out</h2></center></div> <div class="content"> <br /><center>Our Latest Posting $[last_updated_thread.recent_link]<br> Please Welcome Our Newest Member To The Forum: $[newest_user]<br> Total Threads: $[total_threads] - Total Posts: $[total_posts] {if !$[current_user.is_member]} Thank You For Visiting<br> Please $[register_link] Or $[login_link] to gain full access to all boards in our forum and remove the ads<br> Thank You - Happy Posting<br> {/if}</center><br /></div></div><br /></center> I'm not sure about the error you are getting Invalid request token / possible request forgery (error 4). If you received this message in error, please go back, refresh, and try again. \that maybe a server error - you could ask/post on the support board for the admins to check on it Steve
|
|
inherit
190874
0
Nov 4, 2023 5:43:57 GMT -8
daylilydude
305
March 2013
daylilydude
|
Post by daylilydude on Feb 6, 2014 6:29:32 GMT -8
Steve, it is working great now, I have no idea why I couldn't get it right... THANK YOU so much for putting up with me and making this work... you da man dude!!
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 6, 2014 7:01:19 GMT -8
Steve, it is working great now, I have no idea why I couldn't get it right... THANK YOU so much for putting up with me and making this work... you da man dude!! No problem - I'm glad you got it working Steve
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 12, 2015 9:53:38 GMT -8
hi @xsteveuk! is it possible to show the avatar of the user with the last post? and is it also possible to show it everywhere? inside the boards and topics as well... Screenshots
You could try this to show the avatar of the user with the last post It will show the small quote avatar Tested Using Latest Versions IE 11 - Chrome - Firefox
Go - admin - Layout Templates - Home
Add the code above or under $[news]
Add all the code below - <center><div class="container"> <div class="title-bar"><center><h2>Welcome To The Forum</h2></center></div> <div class="content"><br /><center>Please Welcome Our Newest Member To The Forum $[newest_user] <br /><br /><font size="2">Our Latest Posting $[last_updated_thread.recent_link]<br>By $[last_updated_thread.last_post.created_by_user] <br>$[last_updated_thread.last_post.date]<br>$[last_updated_thread.last_post.created_by_user.avatar_quote] </font></center> <br /></div></div></center><br />
Reminder you can always click to preview it before saving changes to your template Steve
EDIT: Fixed an issue with chrome not aligning correctly
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 2, 2015 15:41:43 GMT -8
A little Update This will show what board & link the latest post was posted intoScreenshotTested Using Latest Versions IE 11 - Chrome - Firefox
Go - admin - Layout Templates - Home Add the code above or under $[news]<center><div class="container"> <div class="title-bar"><h2>Welcome To The Forum</h2></div> <div class="content"> <br />Our Latest Posting $[last_updated_thread.recent_link] By $[last_updated_thread.last_post.created_by_user]<br>Posted into $[last_updated_thread.board] board $[last_updated_thread.last_post.created_on]<br> Please Welcome Our Newest Member To The Forum: $[newest_user]<br> $[birthdays_today_link]<br /><br /></div></div></center><br /> This is how I used it on my forum
Steve Last edit updated screenshots
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 16, 2015 14:18:39 GMT -8
i cant see a top border on this i used the one with the avatar on
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 16, 2015 14:28:57 GMT -8
i cant see a top border on this i used the one with the avatar on did you copy all the code? on the home template I just tested it again on my test forum and all seems to be displaying as it should <center><div class="container"> <div class="title-bar"><center><h2>Welcome To The Forum</h2></center></div> <div class="content"><br /><center>Please Welcome Our Newest Member To The Forum $[newest_user] <br /><br /><font size="2">Our Latest Posting $[last_updated_thread.recent_link]<br>By $[last_updated_thread.last_post.created_by_user] <br>$[last_updated_thread.last_post.date]<br>$[last_updated_thread.last_post.created_by_user.avatar_quote] </font></center> <br /></div></div></center><br />
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 16, 2015 14:36:06 GMT -8
i cant see a top border on this i used the one with the avatar on did you copy all the code? on the home template I just tested it again on my test forum and all seems to be displaying as it should <center><div class="container"> <div class="title-bar"><center><h2>Welcome To The Forum</h2></center></div> <div class="content"><br /><center>Please Welcome Our Newest Member To The Forum $[newest_user] <br /><br /><font size="2">Our Latest Posting $[last_updated_thread.recent_link]<br>By $[last_updated_thread.last_post.created_by_user] <br>$[last_updated_thread.last_post.date]<br>$[last_updated_thread.last_post.created_by_user.avatar_quote] </font></center> <br /></div></div></center><br /> funny thing is that it showed a boarder about 2 mins ago when i looked, but its gone again. i'll go check again
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 17:27:41 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 16, 2015 14:38:03 GMT -8
no still none
|
|