inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 10, 2013 15:57:09 GMT -8
New request: In Thread -> Post List, for $[post], we can only get a link to the thread. Can I get this link extracted into the normal href, title, content, etc? I couldn't get it to work, so I'm assuming it's not already supported. RedBassett: Can you add this to the first post? Thanks.
|
|
#00AF33
Bark Different.
102833
0
1
Feb 12, 2023 16:57:46 GMT -8
RedBassett
I'm a Marxist/Lennonist of the Groucho/John variety.
15,405
April 2007
applecomputer
RedBassett's Mini-Profile
|
Post by RedBassett on Feb 10, 2013 17:27:15 GMT -8
New request: In Thread -> Post List, for $[post], we can only get a link to the thread. Can I get this link extracted into the normal href, title, content, etc? I couldn't get it to work, so I'm assuming it's not already supported. RedBassett: Can you add this to the first post? Thanks. Done! I don't always check this thread, so just tag me (or a staff member?) to have stuff added to the top index.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 16, 2013 3:31:33 GMT -8
New one - perhaps the addition of .is_pbplus to the current_user and is_adfree as a general board variable. Wouldn't mind being able to display stuff only for those people/under those circumstances, what with the slight changes in layout. Might be pushing it a bit though, haha.
|
|
inherit
190032
0
Apr 21, 2013 4:08:46 GMT -8
sitnud
6
February 2013
sitnud
|
Post by sitnud on Feb 16, 2013 5:08:35 GMT -8
I'd like to have the ability to add the board display name to the thread list. board id is already available but not display name >.<
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 16, 2013 10:04:13 GMT -8
I'd like to have the ability to add the board display name to the thread list. board id is already available but not display name >.< I think the $[threads] array has a .boards property, so you can do something like this: {foreach $[threads]} {if $[threads.index] == 1} <-- double check that it's index; might be iteration or something $[threads.board.name] {/if} {/foreach} Obviously sub-optimal from PB's point of view, but a temporary solution if $[threads] has .board
|
|
inherit
190032
0
Apr 21, 2013 4:08:46 GMT -8
sitnud
6
February 2013
sitnud
|
Post by sitnud on Feb 17, 2013 5:01:46 GMT -8
I'd like to have the ability to add the board display name to the thread list. board id is already available but not display name >.< I think the $[threads] array has a .boards property, so you can do something like this: {foreach $[threads]} {if $[threads.index] == 1} <-- double check that it's index; might be iteration or something $[threads.board.name] {/if} {/foreach} Obviously sub-optimal from PB's point of view, but a temporary solution if $[threads] has .board That does not work. $[threads.board_id] is the closest I can get and that is the number id of the board.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Feb 17, 2013 14:39:09 GMT -8
I think the $[threads] array has a .boards property, so you can do something like this: {foreach $[threads]} {if $[threads.index] == 1} <-- double check that it's index; might be iteration or something $[threads.board.name] {/if} {/foreach} Obviously sub-optimal from PB's point of view, but a temporary solution if $[threads] has .board That does not work. $[threads.board_id] is the closest I can get and that is the number id of the board. Dang. Was just an idea.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 18, 2013 14:10:22 GMT -8
can we get one to put Read(number of views) before the time of post in the Thread Page, in the Post List template. like in the author row in v4.5. or wherever you feel appropriate but at least in the Post List Template Read 67 Times Feb 14, 2013 at 11:05pm RedBassett
|
|
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 Feb 19, 2013 13:33:45 GMT -8
|
|
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 Feb 27, 2013 14:19:15 GMT -8
Can we get a variable to show the total amount of results on the search page please? Much appreciated. Can we also get some replies on if any of the newer variables suggested will be added. Wont be added. if they may be or whatever. Just some info would be cool.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Mar 2, 2013 14:13:19 GMT -8
Can we get the following for the current user? $[current_user.skin.id] $[current_user.skin.name] I'd love them for all user objects if possible (i.e. "current skin in miniprofile" template mods would be possible), but just the current user would be great too. I would think the data is already loaded.
|
|
inherit
190032
0
Apr 21, 2013 4:08:46 GMT -8
sitnud
6
February 2013
sitnud
|
Post by sitnud on Mar 8, 2013 4:42:03 GMT -8
I'd like to have the ability to add the board display name to the thread list. board id is already available but not display name >.< Still in need of this. The recent threads list really needs this so people can see which board each thread is posted on.
|
|
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 Mar 8, 2013 4:44:40 GMT -8
I'd like to have the ability to add the board display name to the thread list. board id is already available but not display name >.< Still in need of this. The recent threads list really needs this so people can see which board each thread is posted on. Board Display Name is already possible. I'm using it on my theme.. $[board.display_name] That simple
|
|
inherit
167925
0
Jun 9, 2014 17:15:50 GMT -8
swissunite
156
June 2011
testb1
|
Post by swissunite on Mar 9, 2013 17:13:19 GMT -8
Still in need of this. The recent threads list really needs this so people can see which board each thread is posted on. Board Display Name is already possible. I'm using it on my theme.. $[board.display_name] That simple I tried that code on the thread list template. Sorry, nothing displays. The thread list template under the Board section does not have access to the board variables. It has access to the board_id, but that is it. Also, there needs to be a way to specify that information only to be displayed on the /recent/threads page. I looked at your themes (the color ones, right), and I didn't see that there. If you actually have the code for the threads list template that allows us to add the actual board name for each row for the /recent/threads page, could you please share it? thank you
|
|
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 Mar 10, 2013 2:05:34 GMT -8
Board Display Name is already possible. I'm using it on my theme.. $[board.display_name] That simple I tried that code on the thread list template. Sorry, nothing displays. The thread list template under the Board section does not have access to the board variables. It has access to the board_id, but that is it. Also, there needs to be a way to specify that information only to be displayed on the /recent/threads page. I looked at your themes (the color ones, right), and I didn't see that there. If you actually have the code for the threads list template that allows us to add the actual board name for each row for the /recent/threads page, could you please share it? thank you Yeah sorry, I forget that even though it DISPLAYS on the thread list page, the above is on the board tab.
|
|