Search found 15 matches

by richardjkeys
Tue Nov 02, 2010 5:22 pm
Forum: Modules/Add-Ons
Topic: Frontend Users - Adding property to user list in admin area
Replies: 1
Views: 836

Frontend Users - Adding property to user list in admin area

Hi, I have successfully installed the frontend users module, and have used only one custom property "name". I would like to add a column containing this data on the user list in the admin area, and ideally sorted by this field. I realise I will need to edit module files - could anyone help...
by richardjkeys
Thu Oct 21, 2010 2:10 pm
Forum: Modules/Add-Ons
Topic: Company Directory Pagination
Replies: 1
Views: 871

Re: Company Directory Pagination

Not solved, however I have figured out where it was going wrong. The pagination was building the URL with a categoryid in it - even though I wasn't restricting categories. I commented out a line in the module itself - as I have no need for category restriction at this point. If I do, and fix the cod...
by richardjkeys
Thu Oct 14, 2010 2:39 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedback No Comments Message
Replies: 2
Views: 971

Re: CGFeedback No Comments Message

Works great, many thanks again!
by richardjkeys
Fri Oct 08, 2010 1:17 pm
Forum: Modules/Add-Ons
Topic: Company Directory Pagination
Replies: 1
Views: 871

Company Directory Pagination

Hi there, I implemented a page limit on my Company Directory tag. {CompanyDirectory pagelimit="10"} Upon loading the page, this works fine - the first 10 companies are shown in the correct summary template; in alphabetical order, with pagination that looks like this: << <  Page 1 Of 75  > ...
by richardjkeys
Fri Oct 08, 2010 3:29 am
Forum: Modules/Add-Ons
Topic: Issue with change settings form in FEU
Replies: 1
Views: 1084

Re: Issue with change settings form in FEU

Not sure if this will help your problem, but I was getting the same error when the cms_module_feusers_properties_seq table had the wrong value - I came across this post whilst searching for an answer. It had gotten out of sync when I imported some data (using phpMyAdmin, not the CSV import). Basical...
by richardjkeys
Fri Oct 08, 2010 12:28 am
Forum: Modules/Add-Ons
Topic: FEU returnto & Detail Page (with Pretty URLs) Problem
Replies: 0
Views: 668

FEU returnto & Detail Page (with Pretty URLs) Problem

Hi, My login/logout/changesettings links are working fine. However, because the returnto value is using the page alias of the page - rather than it's Pretty URL - if I click logout I'm returned to that page, but it's blank. For example, clicking logout here: http://test.com/2010/10/07/Hmmm Redirects...
by richardjkeys
Fri Oct 08, 2010 12:10 am
Forum: CMSMS Core
Topic: Override {title} & mMenuText with {$page_title}
Replies: 4
Views: 1740

Re: Override {title} & mMenuText with {$page_title}

The problem is I have used detailpages with the modules. For example, my news breadcrumb is: Home > News > News Article Simply adding to the breadcrumb gives: Home > News > News Article -> $page_title When what I want is: Home > News > $page_title I hope that makes things clearer.
by richardjkeys
Thu Oct 07, 2010 11:50 pm
Forum: CMSMS Core
Topic: Override {title} & mMenuText with {$page_title}
Replies: 4
Views: 1740

Re: Override {title} with {$page_title}

Hi, thanks for the link.

That works great on the title tag, however I need to also set the Menu Text variable (for the breadcrumb) I think.
by richardjkeys
Thu Oct 07, 2010 11:48 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedback No Comments Message
Replies: 2
Views: 971

[SOLVED] CGFeedback No Comments Message

Hi, I'd like to print a message if there are no comments; for example: "There are currently no comments for this article." I thought it would go in my summary template: {if isset($comments)} {foreach from=$comments item='one'} <div class="comment"> <p class="commentTitle&quo...
by richardjkeys
Thu Oct 07, 2010 10:55 pm
Forum: CMSMS Core
Topic: Override {title} & mMenuText with {$page_title}
Replies: 4
Views: 1740

Override {title} & mMenuText with {$page_title}

Hi, I've followed this post about setting news page's H1 tags, which works a treat. However, my news, blog, events, company directory pages all use detailpages, which means the breadcrumb displays the page alias, and the {title} tag displays the page alias also. What I'd like to do is something like...
by richardjkeys
Wed Oct 06, 2010 7:31 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - Browse by Category
Replies: 4
Views: 2193

Re: CGCalendar - Browse by Category

Excellent!

That works a treat, thank you Peciura  :D
by richardjkeys
Mon Oct 04, 2010 8:29 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - Browse by Category
Replies: 4
Views: 2193

Re: CGCalendar - Browse by Category

Hi,

Thanks for the advice.

Could you point me in the right direction for creating this list? As I said, I'm new to CMSMS plugins & modules -  am I right in thinking I could create a tag for this event 'sub-navigation'?

Rich
by richardjkeys
Fri Oct 01, 2010 2:54 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - Browse by Category
Replies: 4
Views: 2193

[SOLVED] CGCalendar - Browse by Category

Hi, I'm using the CGCalendar module on my events section. I'd like to create a dynamic category list (to use as sub nav) which filters the events; much like the Browse by Category option does in the news module. Has anyone devised a simple solution for this? If not, could anyone point me in the righ...
by richardjkeys
Thu Sep 30, 2010 4:49 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - Events with same title not displaying
Replies: 3
Views: 1514

Re: CGCalendar - Events with same title not displaying

Excellent, that seems to have done the trick!

Thanks,
Rich
by richardjkeys
Thu Sep 30, 2010 4:12 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - Events with same title not displaying
Replies: 3
Views: 1514

[SOLVED] CGCalendar - Events with same title not displaying

Hi, I'm using CGCalendar to manage events on a new site. I've created an upcominglist template: <div id="events"> <h2>Upcoming Events</h2> {foreach from=$events key=key item=event} <div class="eventPanel"> <h3><a href="{$event.url}">{$event.event_title}</a></h3> <p clas...

Go to advanced search