Search found 18 matches

by WeeJimmyHat
Sun Mar 30, 2014 11:42 am
Forum: Modules/Add-Ons
Topic: CGBlog - Possible to search combinations of categories?
Replies: 3
Views: 1620

Re: CGBlog - Possible to search combinations of categories?

Thanks so much for the quick reply, it's really appreciated. Unfortunately I can't get this to work though... The filter generates a url like this: .../?foo%5B%5D=category+a It does seem to be stringing together multiple categories as expected: .../?foo%5B%5D=category+a&foo%5B%5D=category+b But ...
by WeeJimmyHat
Sat Mar 29, 2014 8:06 pm
Forum: Modules/Add-Ons
Topic: CGBlog - Possible to search combinations of categories?
Replies: 3
Views: 1620

CGBlog - Possible to search combinations of categories?

I'm using CGBlog to add a database of projects to a website. Each project belongs to multiple CGBlog categories. I'd like users to be able to search combinations of CGBlog categories to find what they're looking for, but I don't know where to start... Generating a jump menu (or list of hyperlinks) w...
by WeeJimmyHat
Sun Mar 23, 2014 1:50 pm
Forum: Modules/Add-Ons
Topic: (SOLVED) CGBlog - How to display End Date
Replies: 2
Views: 1175

Re: CGBlog - How to display End Date

That's a really helpful tip chandra, thanks!

Turns out enddate was a valid value, I just hadn't checked the 'use expiration date' box.
by WeeJimmyHat
Sat Mar 22, 2014 4:51 pm
Forum: Modules/Add-Ons
Topic: (SOLVED) CGBlog - How to display End Date
Replies: 2
Views: 1175

(SOLVED) CGBlog - How to display End Date

I'm using CGBlog 1.10.3 (with CMSMS 1.11.10) to display a list of forthcoming events. I'd like to use Start Date and End date fields to display event start and end dates on the event listings page. Start Date is showing up on the frontend, but not End Date. This is my code: {$entry->startdate|date_f...
by WeeJimmyHat
Sun Sep 29, 2013 8:38 pm
Forum: Modules/Add-Ons
Topic: SOLVED CGBlog thumbnails and categories in Search results
Replies: 2
Views: 1721

Re: Display CGBlog thumbnails and categories in Search resul

Yeeeees! Done it. /details is the name set in the CGBlog > Options 'Prefix to use on all URLS from the blog module' field. {$entry->id} returns the obvious, and the cms_escape:htmlall bit forces the entry title to become a url Maybe a tad clunky but it works perfectly :) {if $entry->categories} {str...
by WeeJimmyHat
Sun Sep 29, 2013 7:59 pm
Forum: Modules/Add-Ons
Topic: SOLVED CGBlog thumbnails and categories in Search results
Replies: 2
Views: 1721

Re: Display CGBlog thumbnails and categories in Search resul

OK, I got the thumbnails and categories displaying, but I can't get the title or thumbnail to link to the CGBlog entry details page. Here's my code for the Search Result Template: {if $itemcount > 0} {foreach from=$results item=entry} {if $entry->module == "CGBlog"} <div class="grid&q...
by WeeJimmyHat
Sun Sep 29, 2013 1:58 pm
Forum: Modules/Add-Ons
Topic: SOLVED CGBlog thumbnails and categories in Search results
Replies: 2
Views: 1721

SOLVED CGBlog thumbnails and categories in Search results

I have a site keyword search which only searches CGBlog module entries. I'd like each item on the search results page to have a title, thumbnail image and which CGBlog category(s) the entry was posted in. So far I can only make the title show up. The link to the blog entry is also working. <div clas...
by WeeJimmyHat
Tue Mar 05, 2013 5:57 pm
Forum: Modules/Add-Ons
Topic: Company Directory - Category dropdown problem
Replies: 0
Views: 584

Company Directory - Category dropdown problem

I've added a Company Directory search to my website to allow users to easily find the company they are looking for. The search has a dropdown list, showing the categories I've created. It also has a free text search box to allow searching for company by name. The problem is that I can't figure out h...
by WeeJimmyHat
Tue Mar 05, 2013 5:46 pm
Forum: Modules/Add-Ons
Topic: Company Directory - How to display category image?
Replies: 0
Views: 609

Company Directory - How to display category image?

My website has 10 categories (Biotechnology, Construction, Financial etc). A category landing page contains a Category List template which shows a clickable list of these categories. When clicking on Construction, for example, a a Summary template shows a list of all companies tagged as belonging to...
by WeeJimmyHat
Wed Feb 13, 2013 10:20 am
Forum: Modules/Add-Ons
Topic: [SOLVED} FrontEndUsers - deleting user property
Replies: 3
Views: 957

Re: FrontEndUsers - deleting user property

Thanks for your help Rolf, but I found that I still couldn't delete the property - probably because it was the only property that I had added. I ended up changing the property to a hidden 'Name' text field - useful info for the admin staff, and doesn't appear on the edit settings form so no confusio...
by WeeJimmyHat
Wed Feb 13, 2013 9:30 am
Forum: Modules/Add-Ons
Topic: [SOLVED} FrontEndUsers - deleting user property
Replies: 3
Views: 957

Re: FrontEndUsers - deleting user property

Anyone? Still stuck with this.
by WeeJimmyHat
Mon Feb 11, 2013 4:10 pm
Forum: Modules/Add-Ons
Topic: [SOLVED} FrontEndUsers - deleting user property
Replies: 3
Views: 957

[SOLVED} FrontEndUsers - deleting user property

I'm running CMSMS 1.10.3 and FEU 1.18.1 I have a FEU user property called 'Email'. I thought I needed it for my setup of FEU, but as I have username set to be email, I don't think I do. I basically don't want this field appearing in the edit settings form, as the username is already the email, chang...
by WeeJimmyHat
Mon May 07, 2012 10:27 am
Forum: Modules/Add-Ons
Topic: Forum Made Simple - Logout link not working
Replies: 0
Views: 576

Forum Made Simple - Logout link not working

I'm running CMS Made Simple 1.6.3 + Forum Made Simple 1.9.4 + Frontend Users 1.6.9 All working well except a couple of things (I'll post them in separate posts). I have a forum running within a restricted/members only section on my site. Each page within the members only section has a logout link. T...
by WeeJimmyHat
Mon May 07, 2012 10:15 am
Forum: Modules/Add-Ons
Topic: Forum Made Simple - Access Denied error when deleting topic
Replies: 0
Views: 607

Forum Made Simple - Access Denied error when deleting topic

I'm running CMS Made Simple 1.6.3 + Forum Made Simple 1.9.4 All working well except a couple of things (I'll post them in separate posts). My client is getting the following error when trying to delete a Forum topic: 'Access Denied. This is a private forum' But the forum topic does delete. It's just...
by WeeJimmyHat
Thu Mar 29, 2012 9:08 pm
Forum: Modules/Add-Ons
Topic: Forum Made Simple & FEU - How to upload avatar photo
Replies: 4
Views: 1170

Re: Forum Made Simple & FEU - How to upload avatar photo

Thanks very much McDavid! That works for me. I think I must have messed things up when I 'customised' the form.

Go to advanced search