Search found 11 matches

by tgmayfield
Fri Jan 03, 2014 4:23 pm
Forum: Help Wanted (commercial)
Topic: Rewrite old Podcast Manager module for CMSMS 1.11.9
Replies: 4
Views: 3286

Re: Rewrite old Podcast Manager module for CMSMS 1.11.9

Sorry for the delay. I'd expected to get an email if a reply was posted.

The admin panels work, but the RSS and HTML outputs of the module generate errors. You might try uploading a single MP3 file and trying to generate the outputs.
by tgmayfield
Fri Nov 22, 2013 9:59 pm
Forum: Help Wanted (commercial)
Topic: Rewrite old Podcast Manager module for CMSMS 1.11.9
Replies: 4
Views: 3286

Rewrite old Podcast Manager module for CMSMS 1.11.9

I have a website that uses the Podcast Manager module, and whose CMSMS hadn't been updated for a while. When I got it updated, I found that the Podcast Manager wasn't working anymore. The Podcast Manager module hasn't been maintained for a while (and was even deleted from the forge in a cleanup, los...
by tgmayfield
Sun Sep 09, 2007 5:07 pm
Forum: Developers Discussion
Topic: max_upload_size ignored when uploading from tinyMCE
Replies: 4
Views: 2832

Re: max_upload_size ignored when uploading from tinyMCE

Ack. Mea culpa. Misunderstood your problem. upload_max_filesize is the PHP directive, not the CMSMS directive.  The CMSMS directive is only used, however, in the hidden element on the admin/imagefiles.php and admin/files.php.  From what I can see (and I'll be talking to the TinyMCE maintainer about ...
by tgmayfield
Sat Sep 08, 2007 10:04 pm
Forum: Developers Discussion
Topic: max_upload_size ignored when uploading from tinyMCE
Replies: 4
Views: 2832

Re: max_upload_size ignored when uploading from tinyMCE

The directive is upload_max_filesize.

--Thomas
by tgmayfield
Sat Sep 08, 2007 10:01 pm
Forum: Developers Discussion
Topic: Different page file names for each page generated by CMSMS.
Replies: 3
Views: 2624

Re: Different page file names for each page generated by CMSMS.

To pull off the bit you just described, here's how I would write the mod_rewrite rules (in .htaccess): RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]*)\.php index.php?page=$1 [QSA] This should be coupled with changing config.php: #Show mod...
by tgmayfield
Sat Sep 08, 2007 9:46 pm
Forum: CMSMS Core
Topic: Adding a seperate sql query using addtional table in same database.
Replies: 4
Views: 1877

Re: Adding a seperate sql query using addtional table in same database.

Please paste your entire plugin and the error result you get. Should be able to help from there. If that _is_ your entire plugin, re-add "global $gCms" to the top.
by tgmayfield
Sat Sep 08, 2007 9:10 pm
Forum: CMSMS Core
Topic: Multiple classes for single element
Replies: 1
Views: 1323

Re: Multiple classes for single element

<div class="myFirstClass mySecondClass myThirdClass"> Then, in your CSS, you can be as specific as you want: div.myFirstClass {} div.myFirstClass.mySecondClass {} div.myThirdClass.mYFirstClass{} If you're wanting a more specific answer than that, go for a more specific question. :D --Thomas
by tgmayfield
Sat Sep 08, 2007 9:02 pm
Forum: CMSMS Core
Topic: SOLVED pretty urls for IIS
Replies: 10
Views: 5365

Re: pretty urls for IIS

I've had good luck in the past with ISAPI Rewrite Lite for my own applications. The CMSMS rewrite rule is actually pretty simple, and it _might_ go directly into ISAPI Rewrite with no changes (the one for forwarding to index.php?page=$1).  They bundle the installation with a regex tester that you ca...
by tgmayfield
Wed Jun 06, 2007 8:04 pm
Forum: Announcements
Topic: Announcing 1.1RC2
Replies: 79
Views: 59544

Re: Announcing 1.1RC2

Apply button issued with "Undefined" should be fixed in svn. As a side note, whenever you're having problems with live functionality like that (AJAX requests and their ilk), please include your browser details.  This bug wasn't found by so many because most of us are using Firefox.

Go to advanced search