Search found 24 matches

by ajprogramming
Fri Jan 07, 2011 12:53 am
Forum: Modules/Add-Ons
Topic: A Smarty Tag within a Smarty tag?
Replies: 11
Views: 3706

Re: A Smarty Tag within a Smarty tag?

Put {$foo} right after it to see what it is passing in.

If it works on one, verify that there are images there for the other pages.
by ajprogramming
Fri Jan 07, 2011 12:31 am
Forum: Modules/Add-Ons
Topic: A Smarty Tag within a Smarty tag?
Replies: 11
Views: 3706

Re: A Smarty Tag within a Smarty tag?

Try:

Code: Select all

{capture assign='foo'}photos/{sectiontitle}/featured/{/capture}
{rotate path=$foo}
by ajprogramming
Wed Jan 05, 2011 12:18 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Pages display unformatted menus only - php error recorded - new install
Replies: 20
Views: 16213

Re: Pages display unformatted menus only - php error recorde

It is line 26 of the smarty complied template. Please post line 26 of that file (it is given in the error message), and we may be able to help more.
by ajprogramming
Mon Jan 03, 2011 7:45 pm
Forum: Announcements
Topic: Server/Software Upgrades
Replies: 46
Views: 37644

Re: Server/Software Upgrades

It is just for new users it is to help prevent spam. Once you have ten post, then they won't have to be approved.
by ajprogramming
Sun Jan 02, 2011 5:56 pm
Forum: Announcements
Topic: Server/Software Upgrades
Replies: 46
Views: 37644

Re: Server/Software Upgrades

I think there is a search issue: When trying to find posts concerning TinyMCE you get: The following words in your search query were ignored because they are too common words: tinymce. You must specify at least one word to search for. Each word must consist of at least 3 characters and must not con...
by ajprogramming
Sat Jan 01, 2011 7:10 pm
Forum: Announcements
Topic: Server/Software Upgrades
Replies: 46
Views: 37644

Re: Server/Software Upgrades

Great work on porting the old board to phpBB. Does anybody know how to split up the rss feeds per section? All new posts in a rss feed works like: http://forum.cmsmadesimple.org/feed.php I only want to see the Dutch board and Announcements. The individual forum feeds are there to, they should be in...
by ajprogramming
Fri Dec 31, 2010 2:06 pm
Forum: Feature ideas
Topic: [SOLVED] Adding RSS Feed to themes.cmsmadesimple.org/
Replies: 10
Views: 9763

Re: Adding RSS Feed to themes.cmsmadesimple.org/

It works for me. What is the link you are subscribing to? What browser/reader are you using?
by ajprogramming
Thu Dec 30, 2010 7:55 pm
Forum: Feature ideas
Topic: [SOLVED] Adding RSS Feed to themes.cmsmadesimple.org/
Replies: 10
Views: 9763

Re: Adding RSS Feed to themes.cmsmadesimple.org/

Use the last versions for each module, and don't worry about category and custom fields for now.
by ajprogramming
Thu Dec 30, 2010 5:44 pm
Forum: The Lounge
Topic: Replacing missing images with a default or placeholder... htaccess?
Replies: 3
Views: 1852

Re: Replacing missing images with a default or placeholder... htaccess?

Sorry the root of your cms install. Should be the same as 

Code: Select all

RewriteBase /cms/
by ajprogramming
Thu Dec 30, 2010 4:53 pm
Forum: The Lounge
Topic: Replacing missing images with a default or placeholder... htaccess?
Replies: 3
Views: 1852

Re: Replacing missing images with a default or placeholder... htaccess?

To use the .htaccess file it needs to be in root.
by ajprogramming
Thu Dec 30, 2010 4:48 pm
Forum: Feature ideas
Topic: [SOLVED] Adding RSS Feed to themes.cmsmadesimple.org/
Replies: 10
Views: 9763

Re: Adding RSS Feed to themes.cmsmadesimple.org/

Sonya,

The theme site uses the upload module. If you create a RSS feed template in CGFeedMaker for the Uploads module, we will add it on the site.

Ajprog
by ajprogramming
Thu Dec 30, 2010 4:37 pm
Forum: General Discussion
Topic: can this be done using cmsms?
Replies: 5
Views: 2976

Re: can this be done using cmsms?

It can be done with the News module. Create a Category for each class. Custom fields for all the data. Create a summary template to match your current display. Then on you page have a module call {news limit=1 category='cluster_5'} which will display the latest article in that category. If you want ...
by ajprogramming
Thu Dec 30, 2010 3:52 pm
Forum: General Discussion
Topic: can this be done using cmsms?
Replies: 5
Views: 2976

Re: can this be done using cmsms?

It depends on what you want the Teachers interface to look like.

I could setup almost any module with custom fields (news,cgblog,companydirectory) to have a front-end display like that.

ajprog
by ajprogramming
Wed Dec 29, 2010 3:37 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] How to use Search for Core Content & Registered Modules?
Replies: 4
Views: 1356

Re: How to use Search for Core Content & Registered Modules?

IIRC the Core items are categorized as the 'Search' module. So module='Search,News' will search core items and the News.

Go to advanced search