Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Tag not processing

Status Resolved
Add-on / Version Custom System Messages
Severity Blocker
EE Version 15

karoumy

Jun 07, 2012

Hi,

I’m working through your demp on paste bin and the following tag: {exp:system_messages:form message_container="#omg"} is not being processed. It’s showing up on the page as is.

I have it in the forum login template. I’m using the scaffold theme.

I have the extension enabled and ajax responses on. While I don’t have it working on yet on the main site yet, it’s processing the tags.

Am I missing something?

Thanks in advance.

#1

BoldMinded (Brian)

Hi there. Can you paste the template you’re using so I can see the whole thing? If you paste it here be sure to wrap it with [code] … [/code] tags.

#2

karoumy

From login_form_mini.html in scaffold forum theme

<div class="fm-header-wrapper fm-welcome-msg">
 Welcome guest, please <a href="http://{path:login}">{lang:login}</a> or <a href="http://{path:register}">{lang:register}</a>


<div id="fm-toggle-login-wrapper">
 <div id="omg"></div>
{exp:system_messages:form message_container="#omg"}
{form_declaration:member:member_login}
<table border='0' cellspacing='0' cellpadding='0' class="fm-data-grid fm-has-th-row fm-quick-login">
 <tr>
  <th scope="row">
   <label for="fm-quick-username">{lang:username}</label>
  </th>
  <td class="fm-content-wrapper">
   <input type="text" id="fm-quick-username" class="input" name="username" size="15" value="" />
  </td>
  <th scope="row">
   <label for="fm-quick-pwd">{lang:password}</label>
  </th>
  <td class="fm-content-wrapper">
   <input type="password" id="fm-quick-pwd" class="input" name="password" size="15" />
  </td>
  <td class="fm-content-wrapper">
   <input type="checkbox" id="fm-quick-remember" class="checkbox" name="auto_login" value="1" checked="checked" />
   <label for="fm-quick-remember">{lang:remember_me}</label>
  </td>
  <td class="fm-content-wrapper">
   <input type="submit" class="submit" value="{lang:login}" />     <a href="http://{path:forgot}">{lang:forgot_your_password}</a> 
  </td>
  
 </tr>
</table>
</form>
{/exp:system_messages:form}
</div>
</div>
#3

Brian Litzinger

I’ve never actually tested CSM with the forum login page. Are you using the forum embed method or just running it through a normal URL? See this doc page: http://expressionengine.com/user_guide/modules/forum/other_features.html#running-the-forums-through-regular-templates

#4

karoumy

Just running it through the normal URL.

I’ve done some testing and it is returning the custom CSM template I created, so at least that works.

I think it’s silly to show a page to tell the user that they are now logged in and force them to go back to the previous page manually. Are the EE forum developers from 1998?

#5

Brian Litzinger Test

Testing

#6

Brian Litzinger Test

Another Test

#7

Brian Litzinger Test

One More

#8

Brian Litzinger

Test

Login to reply