Search found 46 matches
- Tue Nov 10, 2009 9:04 pm
- Forum: Modules/Add-Ons
- Topic: Title Display for Picasa Web Album photos?
- Replies: 0
- Views: 784
Title Display for Picasa Web Album photos?
Is it possible to list the title of the current album being viewed within the Images Template in the Picasa Web Album module? It would help describe what album the user is looking at after choosing the album in the Album Templates view. I've looked for variables in the code and templates but can't s...
- Fri Oct 09, 2009 3:38 pm
- Forum: Modules/Add-Ons
- Topic: Enhanced XSPF musicplayer does not work in CMSMS 1.6.6 due to fatal error
- Replies: 7
- Views: 3508
Re: Enhanced XSPF musicplayer does not work in CMSMS 1.6.6 due to fatal error
I do - 1.10.2. Wondering if it is a permissions issue with the Uploads module?
- Fri Oct 09, 2009 1:24 pm
- Forum: Modules/Add-Ons
- Topic: Enhanced XSPF musicplayer does not work in CMSMS 1.6.6 due to fatal error
- Replies: 7
- Views: 3508
Re: Enhanced XSPF musicplayer does not work in CMSMS 1.6.6 due to fatal error
I'm also having the same problem with version 1.6.5, although the playlist is created after the error. I get it as well after editing the playlist. The player shows up correctly on the site but displays no files to play.
- Fri Apr 17, 2009 2:02 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
Just an update on what I've tried with this weird issue. I installed a fresh version of CMS Made Simple and CGFeedmaker worked fine with the sample content. I then loaded in a saved backup from the live site via FileBackup into the test site, at which point the test site's feed started to point to t...
- Thu Apr 16, 2009 3:12 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Global Content saving issue
- Replies: 2
- Views: 1354
Re: Global Content saving issue
Excellent! That did it.
- Wed Apr 15, 2009 6:21 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Global Content saving issue
- Replies: 2
- Views: 1354
[SOLVED] Global Content saving issue
I'm having an issue with being logged out of Admin after saving or applying changes to Global Content. The first time I apply a change, the change is applied. The second time apply is clicked, it logs me out to the Admin login page and no changes are saved. I've tested and am able to save normally w...
- Mon Feb 16, 2009 10:33 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
Upgraded now to 1.5.2 "Caguas" but no change for me. Here's the sample Google Products feed on a bare-bones template (no scripts, etc.) if anyone wants to try it.
http://www.parkviewchurch.org/contents/ ... age=test-2
http://www.parkviewchurch.org/contents/ ... age=test-2
- Tue Jan 27, 2009 2:10 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
Note: I've upgraded today to version 1.4 but no change. Still investigating what the issue could be.
- Mon Jan 19, 2009 4:25 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
Jeremy - Thanks for the coding tips. I've created a test page (http://www.parkviewchurch.org/contents/index.php?page=test-2) using a bare template with no javascript, etc. that contains the autodiscovery link {CGFeedMaker action='autodiscovery' feed='news'}: <!DOCTYPE html PUBLIC "-//W3C//DTD X...
- Thu Dec 18, 2008 7:14 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
I downloaded the latest release (1.0.2), tried creating a new feed with the same settings, tried the link from another network, but no change. The link generated (for me) still takes me to the CMSMS admin page.
- Wed Dec 17, 2008 7:45 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
Here are the feed settings: http://www.parkviewchurch.org/contents/uploads/images/feed-settings.jpg I'm using the default template for this feed, which is set for the News Module. Here is the template for the page I am trying to send from (it is the site's home page) with the auto-discovery tag: <!D...
- Mon Dec 15, 2008 10:20 pm
- Forum: Modules/Add-Ons
- Topic: help setting up cgfeedmaker
- Replies: 16
- Views: 5728
Re: help setting up cgfeedmaker
I'm also having problems figuring out setup. After setting up the parameters to generate a feed for the News Module (using the default "News" template), the produced RSS feed link just sends me back to the CGFeedMaker admin page (http://www.parkviewchurch.org/contents/admin/moduleinterface...
- Mon Dec 15, 2008 6:02 pm
- Forum: CMSMS Core
- Topic: News Module category and archived news issue
- Replies: 2
- Views: 1511
Re: News Module category and archived news issue
With the update to News 2.9.1, the categories are now displaying correctly without showing archived news as well. But if I choose to show only certain categories (with code category="category1, category2") as I need to do, the categories display results correctly but the link to show the a...
- Mon Dec 15, 2008 5:56 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]News Module mouseover/tooltip feature request
- Replies: 3
- Views: 2099
Re: News Module mouseover/tooltip feature request
Found a better method which you can see under the left column of news here: http://www.parkviewchurch.org . Hover over the right icon and the content of the Summary Field of the news article pops up. I installed CSS Tooltips http://www.cssplay.co.uk/menu/balloons.html , modified some of the styleshe...
- Thu Oct 30, 2008 9:11 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Help needed with code to show 'New' icon in News Module
- Replies: 2
- Views: 872
Re: [SOLVED] Help needed with code to show 'New' icon in News Module
I decided to dig into Smarty coding and came up with a solution. I had to add two variables in modules/news/action.default.php; one to give the article posting date and one to give a date of a week minus the current date in order to calculate if an article was less than 7 days old: // added variable...