Take a look at the source of your Publish page and search for .autocomplete There should follow a URL right after that. Can you access that in your browser?
The URL gets a Invalid URI:
.autocomplete("http://mco.local/index.php??ACT=26&weblog_id=3", {
removing the extra “?” results in a blank page.
Ideas?
Thanks for the quick reply!
I love SimpleTag so far but hit a wall: When I create a standalone entry form, it doesn’t display the form:
<pre><code><div id=”content”> <div id=”letters-saef”>
To submit your letter use the form below or send an email to <a href="#">[email protected]</a>. Letters may be edited for content, clarity and space constraints.
{if logged_out}
To submit a letter you must have a member account. Please <a href="http://{path=member/login}">log in</a> or <a href="http://{path=member/register}">sign up for a free account</a>.
{/if}
{if logged_in}
<fieldset id="saef-form">
{exp:weblog:entry_form weblog="user_news" return="site/thank_you" status="Pending"}
<label for="Subject">Subject:</label>
<input type=”text” name=”title” value=”{title}” id=”title” size=”50”/></p> {custom_fields} {if textarea} <label for=”letter-content”>Your Thoughts:</label> <textarea id=”{field_name}” name=”{field_name}” rows=”{rows}” cols=”50”>{field_data}</textarea></p> {/if} {/custom_fields}
<input type="submit" value="Submit"></p>
{/exp:weblog:entry_form}
</fieldset>
{/if}
</div>
</div>[/code]
This code works perfectly fine when SimpleTag is not in use, once we activate it, the form immediately breaks.
Is this a common issue or something brand new?
Thanks!
Now that there is actually an EE build that works for my site, I plan to release ST 2 end of january / beginning of february.
It will go commercial, though reasonably priced. And it will start with a “Public Beta” which just means once I consider it stable there will be a slight price increase. PB licenses don’t need to be upgraded in any way. You could just say, I’ll start with a sale.
First off - thanks for this module, it is great!
I’m having an issue that I think relates to custom statuses, but I can’t quite figure it out.
I’m using simple tags to display related entries, but it appears to only be grabbing related entries with the default “open” status. Entries that have been assigned one of the other custom statuses never show up. I tried just adding the status paramater ( status=”open|customstatus|othercustomstatus”, as in the weblog:entries tag) to the exp:simpletag:related_entries tag, but it seems to have no effect.
Edit ——-
For my purposes, I was able to make this work by modifying line 273 in “mod.simpletag.php”. I am probably the only person who ever needed to do this, but on the off chance that I’m not I would like to make a feature request to include status as a parameter for the Related Entries tag.
You also may want to add a rel_total to relational entries so you can tell when you are at the last entry (to close a div or something). Let me know if I missed something in the docs, I add this to line 405 in mod.simpletag.php
$tagdata = $TMPL->swap_var_single('rel_total', $query->num_rows, $tagdata);
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.