Search found 18 matches
- Thu Apr 02, 2009 4:19 pm
- Forum: Modules/Add-Ons
- Topic: I don't quite understand RSS feeds from Blogs Made Simple
- Replies: 0
- Views: 717
I don't quite understand RSS feeds from Blogs Made Simple
I've created a sample blog and added a couple of entries. I don't understand how I can generate an RSS feed of the entire blog. I've looked through the documentation, the code and the forums. I've checked the "Show RSS icons:" checkbox....but nothing seems to change. My blog is located at...
- Fri Mar 13, 2009 1:48 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
Re: FEUsers, want to hide hidden fields on a template
This fix works perfectly for me!
Thanks again for the help!
Thanks again for the help!
- Thu Mar 12, 2009 9:34 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
Re: FEUsers, want to hide hidden fields on a template
Thanks....that's a good idea. I have about 20 fields setup for both of my groups, and I only want to display 3 of them on the settings page, it should be really easy for me to match those up. I hadn't thought about doing it that way!
Thanks!
Thanks!
- Thu Mar 12, 2009 8:42 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
Re: FEUsers, want to hide hidden fields on a template
I tried that, {get_template_vars} doesn't list any of the individual variables for each control...
- Thu Mar 12, 2009 8:23 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
Re: FEUsers, want to hide hidden fields on a template
I don't think this is still quite what I'm looking for... I need to know which FrontEndUsers variable (if there is one) is set to something like True or False if the property is hidden. I'm trying to do something like this: (using quote syntax instead of code, so I can highlight my needed changes) {...
- Thu Mar 12, 2009 6:02 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
Re: FEUsers, want to hide hidden fields on a template
I think I'm pretty set on the smarty syntax, I guess the better question is...
What's the correct variable to use to check if a field is hidden?
What's the correct variable to use to check if a field is hidden?
- Thu Mar 12, 2009 5:56 pm
- Forum: Modules/Add-Ons
- Topic: FEUsers, want to hide hidden fields on a template [SOLVED]
- Replies: 9
- Views: 2282
FEUsers, want to hide hidden fields on a template [SOLVED]
I want to keep the hidden fields from adding empty rows in the table on the Change Settings template. The default template looks like: <!-- change settings template --> {$title} {if $message != ''} {if $error != ''} <p><font color="red">{$message}</font></p> {else} <p>{$message...
- Wed Mar 11, 2009 8:24 pm
- Forum: CMSMS Core
- Topic: CMSMS is trapping all my 404s
- Replies: 1
- Views: 537
CMSMS is trapping all my 404s
CMSMS is trapping all of my 404 errors, even though I'm using a "ErrorDocument 404 /error-404" in my .htaccess file. I created a page named error-404 that I can access by typing in the URL, but if I type in a bad URL, CMSMS replies back with Not Found The requested URL was not found on thi...
- Thu Feb 26, 2009 9:06 pm
- Forum: Modules/Add-Ons
- Topic: Knowledge Base Implementation
- Replies: 1
- Views: 649
Knowledge Base Implementation
Has anyone integrated a knowledge base (searchable articles) into CMSMS?
I tried the Articles module, which would work great it was searchable.
I would love to hear how someone's done something similar to this....
Doug
I tried the Articles module, which would work great it was searchable.
I would love to hear how someone's done something similar to this....
Doug
- Thu Feb 26, 2009 8:37 pm
- Forum: Modules/Add-Ons
- Topic: Articles Module Content Not Searchable?
- Replies: 5
- Views: 1746
Re: Articles Module Content Not Searchable?
Any update on this?
Personally, I would love to see a Articles based search that only searched Articles.....
Doug
Personally, I would love to see a Articles based search that only searched Articles.....
Doug
- Wed Feb 18, 2009 4:05 pm
- Forum: CMSMS Core
- Topic: Error Pages (401,403,404) not served for cms folder
- Replies: 8
- Views: 2347
Re: Error Pages (401,403,404) not served for cms folder
I'm having the same problem, and I believe it's related to the PrettyURLs using the RewriteEngine.
Does anyone have a fix for this?
Does anyone have a fix for this?
- Mon Feb 16, 2009 3:05 pm
- Forum: Developers Discussion
- Topic: SOLVED - Smarty Variables in PHP using $this
- Replies: 4
- Views: 3724
Re: Smarty Variables in PHP using $this
I tried something similar to that, and now I've tried your code as well... I'm getting the following error in the webserver log: Call to a member function get_template_vars() on a non-object in FileNameHiddenForPrivacyReasons Doug root_url and customcontent_loginname are Smarty variables so you have...
- Fri Feb 13, 2009 7:36 pm
- Forum: Developers Discussion
- Topic: SOLVED - Smarty Variables in PHP using $this
- Replies: 4
- Views: 3724
SOLVED - Smarty Variables in PHP using $this
I'm sorry, I've researched this forum for nearly two hours. I came across a thread that was similar to what I'm trying to do, but I can't make it work. I need two variables to be available inside the the {php} tags. The other thread mentioned using $this->name to access the variable, but that vari...
- Wed Feb 11, 2009 4:48 pm
- Forum: Modules/Add-Ons
- Topic: FEU Properties
- Replies: 5
- Views: 1632
Re: FEU Properties
That's the type of tag I was looking for, but I can't seem to implement it properly now that I know what it is.... The only tag that seems to be working for me is {$customcontent_loginname}, but once I log out and go back to the login page and login again...even it doesn't work. The {$ccuser->proper...
- Wed Feb 11, 2009 4:14 pm
- Forum: Modules/Add-Ons
- Topic: FEU Properties
- Replies: 5
- Views: 1632
Re: FEU Properties
First, I appreciate your response. However, the help that's available in the top right hand corner isn't very helpful that I can see for this situation and the FAQ link doesn't work. Secondly, I found the thread you mentioned, but I still didn't understand how he was calling the property by name. ...