arek
New Member
Posts: 72
inherit
183874
0
Feb 15, 2014 20:16:38 GMT -8
arek
72
October 2012
arek
|
Post by arek on Nov 15, 2012 10:24:34 GMT -8
Anyone have an example of how these work, exactly? I'm working on converting a news ticker I found to a plugin, and I want to use an auto form to hold the news items, but I haven't figured out how to access the individual items in the auto form variable (I tried accessing the variable as an array, which the original script expects, but that doesn't seem to work). Any help would be appreciated here.
--Arek
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 15, 2012 13:54:46 GMT -8
There is already a news ticker by default. But you do it. Just do this.
{foreach $[autoformname]}
$[autoformvariable]
{/foreach}
|
|
arek
New Member
Posts: 72
inherit
183874
0
Feb 15, 2014 20:16:38 GMT -8
arek
72
October 2012
arek
|
Post by arek on Nov 15, 2012 14:17:42 GMT -8
Thanks for the info. As for the built-in ticker, well, have a look at this post and the post linked from it. It seems I'm not the only person who doesn't like it. --Arek
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 15, 2012 15:49:20 GMT -8
Ahh. Okay. Well good luck then.
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 15, 2012 16:32:55 GMT -8
The syntax is actually:
{foreach $[autoform_name]} $[autoform_name.autoform_variable] {/foreach}
|
|
inherit
169267
0
Nov 29, 2024 7:30:04 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Nov 23, 2012 20:56:48 GMT -8
This autoform, is this a way to format the thread fields? I made a plugin with autoform but where will it show up?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 24, 2012 0:06:28 GMT -8
What do you mean "format the thread fields"?
You can access the autoform variables on the Components tab. They should be listed on the right side.
|
|