
Search found 4 matches
- Tue Apr 22, 2014 5:54 pm
- Forum: Modules/Add-Ons
- Topic: Errors when accessing "Protected Content" pages
- Replies: 7
- Views: 2488
Re: Errors when accessing "Protected Content" pages
I had the same error, disabling the captcha module solved my problem. (I dit not need the module
)

- Tue Apr 22, 2014 5:34 pm
- Forum: Modules/Add-Ons
- Topic: CGblog How to force a specific category on fesubmit?
- Replies: 4
- Views: 1850
Re: CGblog How to force a specific category on fesubmit?
okay any hints on how to do that ? - i dont understand how to replace the loop showing the full category tree. This code part in fesubmit template {if isset($category_tree)} <div class="row"> {function do_category_tree depth=0} {foreach $category_tree as $node} {repeat string=' &a...
- Mon Apr 21, 2014 6:30 am
- Forum: Modules/Add-Ons
- Topic: CGblog How to force a specific category on fesubmit?
- Replies: 4
- Views: 1850
Re: CGblog How to force a specific category on fesubmit?
yes, but no category are set in database at all using the default fesubmit form
/Thomas.
/Thomas.
- Sun Apr 20, 2014 4:47 am
- Forum: Modules/Add-Ons
- Topic: CGblog How to force a specific category on fesubmit?
- Replies: 4
- Views: 1850
CGblog How to force a specific category on fesubmit?
I am trying to let FEU post to CGBlog in a specific category with the tag {CGBlog action="fesubmit" category="news"} According to help, it should show only the category "news" but all categories are shown? Also in the current default fesubmit template, if i choose any c...