Search found 65 matches

by Ricko97
Tue Mar 15, 2011 11:52 am
Forum: CMSMS Core
Topic: [Solved]Urgent Help - Debug is on. Redirecting disabled.
Replies: 2
Views: 1780

Re: Urgent Help - Debug is on. Redirecting disabled... Pleas

False alarm (sort of). I worked on the site recently and forgot to disable debug mode. :D

KJHunt, check your emails if you haven't already.
by Ricko97
Wed Mar 02, 2011 1:03 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] I have this extra menu item showing below the last
Replies: 7
Views: 2824

Re: I have this extra menu item showing below the last level

Edit your first post; changing the subject line should change the topic title as well. :)
by Ricko97
Wed Mar 02, 2011 12:25 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] I have this extra menu item showing below the last
Replies: 7
Views: 2824

Re: I have this extra menu item showing below the last level

Glad to know it's fixed, but I'm not sure why it was like that to begin with. Maybe it's meant to be used in conjunction with different CSS? I don't know.

By the way, you might want to prepend your topic title with [Solved]. :)
by Ricko97
Tue Mar 01, 2011 11:09 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] I have this extra menu item showing below the last
Replies: 7
Views: 2824

Re: I have this extra menu item showing below the last level

Looks like it's rendering this at the end of each dropdown: <li class="separator once" style="list-style-type: none;"> </li> Search the template for part of the line, like class="separator once", and you should be able to remove it (along with any Smarty logic that goes...
by Ricko97
Mon Feb 28, 2011 1:35 pm
Forum: Modules/Add-Ons
Topic: Sortable Projects page
Replies: 3
Views: 1541

Re: Sortable Projects page

Catalogue-like Module Maker is probably your best bet. Using that will allow you to create a module to suit the exact kind of data or info you need to display. Note that you might want to use the old version rather than 2.0.X, because the newer one, although better, is only a beta and doesn't fully...
by Ricko97
Thu Dec 02, 2010 12:23 pm
Forum: Developers Discussion
Topic: Obtaining input ID
Replies: 0
Views: 1112

Obtaining input ID

Hello, I am looking for an appropriate method of obtaining the ID of a newly created form element. For example, in a typical module we might have something like this: $smarty->assign('comment_input', $this->CreateTextarea(false, $id, '', 'comment_body', '', $id.'comment_body', '', '', '', '')); The ...
by Ricko97
Tue Nov 30, 2010 11:22 pm
Forum: Modules/Add-Ons
Topic: Gallery Album Cover (Solved)
Replies: 4
Views: 1491

Re: Gallery Album Cover

Very likely due to your URL format. To be specific, this is the HTML for one of your album covers: ...which means that, with the link you provided in the first post, the browser is attempting to locate the image at: http://www.bucherconstruction.com/index.php/uploads/images/Gallery/Available-Homes/t...
by Ricko97
Tue Nov 30, 2010 4:34 pm
Forum: Modules/Add-Ons
Topic: New module release: BBCode Tools
Replies: 1
Views: 960

New module release: BBCode Tools

Hello all, Just a little heads up, I have released a new module in the forge. It's nothing big - in fact it's very small and simple, with only 2 features to offer. But it's my first CMSMS module and I think it's the first to offer any kind of flexible BBCode functionality. It's based loosely on the ...
by Ricko97
Tue Nov 30, 2010 12:05 am
Forum: Modules/Add-Ons
Topic: [Solved] FEU input fields
Replies: 6
Views: 2501

Re: [Solved] FEU input fields

Uh... look at the second post? The solution is right there!
by Ricko97
Mon Nov 29, 2010 3:06 pm
Forum: Modules/Add-Ons
Topic: Populate FormBuilder pulldown based on database?
Replies: 2
Views: 1221

Re: Populate FormBuilder pulldown based on database?

I needed to do something like this last year. You can see the solution I used here: http://forum.cmsmadesimple.org/index.php/topic,33318.msg157499.html#msg157499 Note that you'll have to adjust the UDT to suit, and possibly change the queries to use CMSMS' db object if you're not using MySQL. EDIT: ...
by Ricko97
Wed Nov 24, 2010 5:14 pm
Forum: Modules/Add-Ons
Topic: Front End User properties - re order list [solved]
Replies: 7
Views: 4439

Re: Front End User properties - re order list

You don't actually need to re-order the properties in FEU, because you can customize the SelfRegistration template to include whatever properties you like in whatever order you like. There is a thread about that floating around somewhere, but I can't find it myself. I will just recap here instead. S...
by Ricko97
Wed Nov 24, 2010 12:44 pm
Forum: Modules/Add-Ons
Topic: [Solved] Forum Redirect Issue (possible bug in CMSMS core)
Replies: 4
Views: 1885

Re: Forum Redirect Issue (possible bug in CMSMS core)

It seems you were almost spot on! I am using CMSMS 1.9.1 and I tried changing the page extension, but the problem still occurred. However, I found an updated version of the Lighttpd rewrite rules on the wiki: url.rewrite-if-not-file = ( "^/(admin)/(.*)$" => "/$1/$2", "^/([^....
by Ricko97
Wed Nov 24, 2010 12:02 am
Forum: Modules/Add-Ons
Topic: [Solved] Forum Redirect Issue (possible bug in CMSMS core)
Replies: 4
Views: 1885

Re: Forum Redirect Issue (possible bug in CMSMS core)

Actually, I did originally have '/' as a page extension, but the problem still existed in that case and it actually made matters worse for other modules. I guess I should have mentioned that in the OP, sorry. That said, it doesn't leave a whole lot of room for identifying the cause. But you do have ...
by Ricko97
Tue Nov 23, 2010 11:17 pm
Forum: Modules/Add-Ons
Topic: [Solved] Forum Redirect Issue (possible bug in CMSMS core)
Replies: 4
Views: 1885

[Solved] Forum Redirect Issue (possible bug in CMSMS core)

Right, where to begin... I have noticed that the Forum Made Simple module results in 404 Not Found errors when utilizing one of the CMSMS redirect() functions. For example: suppose I have an installation of FMS that displays the forum on the "community" page. I go to www.mysite.com/communi...

Go to advanced search