- IP block feature wrongly claimed "Blocking from private ranges is not allowed" on normal IP addresses - fixed.
- ListPages was corrupting escaped text (@@ or @>...<@) - fixed.
- Pro users can now block others from cloning or including their sites.
- ListPages now supports the %%form_data{name}%% and related fields.
- RSS feed timeout reduced to 5 seconds.
Would be nice it the Live Templates accepted the %%form_data{name}%% as well…
λ James Kanjo
Blog | Wikidot Expert | λ and Proud
Web Developer | HTML | CSS | JavaScript
Would be nice it the Live Templates accepted the %%form_data{name}%% as well…
Hey James, I found a work-around to this earlier today:
[[module ListPages range="."]]
Name: %%form_data{name}%%
Phone: %%form_data{phone}%%
Address: %%form_data{address}%%
[[/module]]
The range="." part says to use the current page.
Then just use a div block and display:none; to prevent the form from displaying wherever you add the [[form]] tags
Shane Smith ★ Website: Wikidot Development & Programming. ★ STE Wikidot Editor: Windows. Mac. Linux. ★ Twitter. Google+.
Yeah, that's what I was already using as a temporary solution… but it's a bit hackish, and we can't really use ListPages modules with the %%form_data{}%% variables. For example:
[[module ListPages category="%%form_data{name}%%"]]
λ James Kanjo
Blog | Wikidot Expert | λ and Proud
Web Developer | HTML | CSS | JavaScript
Yeah, that's what I was already using as a temporary solution… but it's a bit hackish
Yes, I never said it wasn't hackish ;-) We definitely need live template support for these variables.
we can't really use ListPages modules with the %%form_data{}%% variables
I know :( One of my fields is for a URL, and there isn't a way for me to make it into a hyperlink yet as [*%%form_data{name}%% your link] doesn't work.
Shane Smith ★ Website: Wikidot Development & Programming. ★ STE Wikidot Editor: Windows. Mac. Linux. ★ Twitter. Google+.