Hi Kevin, I'm trying to setup a list template. I like the look of the default listing, but I need it to say the title of the form rather than than "Submission to "paddlespots"" I did setup a html form, but I can't get the same styling. and when you click on a result you are brought to another page with just that one listing on it with no way of getting to the form itself. Is there any way I can just change the default_form_data_listing.php? I don't know what code I would need to have it pull the form title.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Does anyone know of other plugins that may conflict with this one? I'm trying to get the HTML list and display templates setup, but whenever I have something like
<h2>{$concert_venue}</h2>
I Get..
<h2>Royal Albert Hall</h2>
(the <h2></h2> appear in the text and the decoration does not get applied)
I've read the readme over and over and rearranged the plugins, but just cant figure out whats going on.
Thanks!
oldzephead: I think I just addressed this in my previous message. Do not enter HTML directly in TinyMCE. It will be escaped.
ok.. I feel like an idiot.. :-} I thought the previous comment was for something else they were trying to do.
Works great now.
Thanks!
@vazco - Did you ever resolve the URL issue you documented? I'm having the same issue..
<a href="{$Venue_Website}">{$Venue_Website}</a>
I get:
<a href="actions/form/{$Venue_Website}">{$Venue_Website}</a>
which ends up being
http://www.myhost.com/actions/form/http://www.royalalberthall.com
I tried the specific example vazco mentioned:
<a href="{$_full_view_url}">link to the content</a>
and it works fine for me.
It looks to me that this is a TinyMCE issue.
I just tested this with TinyMCE turned on and sure enough it mangled the URL (inserting action/form) even if I edited it in the HTML editor.
TinyMCE is seriously broken.
I may just disable it for admin form fields (i.e. editing a form definition) all together in the next release.
Thanks Kevin. I'll dig into it more when I get home. I've tried every combination of MCE on/off/html only, and still cant get it.
It should work just fine if you deactivate the TinyMCE plugin.
Yep.. that worked like a charm. And to further the proof, when I activate TinyMCE, and go back and look at the template, its all munged up.
I'm leaving TinyMCE off for good at this point.
Thanks for all your patience!
Not sure if this has anything to do with the TinyMCE error. But, if I open this file:
mod/tinymce/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
with BBedit, I get an error that says:
Incorrectly formed UTF-8
The UTF-8 file "editor_plugin_src.js" is damaged or incorrectly formed; please proceed with caution.
This is the first time, I've ever seen this warning.
- Previous
- 1
- 2
- 3
- Next
You must log in to post replies.