Search found 13 matches
- Wed Mar 11, 2009 4:22 pm
- Forum: Modules/Add-Ons
- Topic: Printing FEU details on a page
- Replies: 9
- Views: 2344
Re: Printing FEU details on a page
@Rolf - Thanks for your input but unfortunately this didnt work either.
- Tue Mar 10, 2009 3:52 pm
- Forum: Modules/Add-Ons
- Topic: Printing FEU details on a page
- Replies: 9
- Views: 2344
Re: Printing FEU details on a page
Thanks for your efforts. It didnt work..here is my code. Name / Credentials / Position Address Email Tel No. {foreach from=$items item=entry} {if ($entry->members_list == 1)} {$entry.title} {$entry.first_name} {$entry.last_name}, {$entry.credentials}{$entry.position} {$entry.work_address} {$entry.w...
- Tue Mar 10, 2009 3:31 pm
- Forum: Modules/Add-Ons
- Topic: Printing FEU details on a page
- Replies: 9
- Views: 2344
Re: Printing FEU details on a page
Ive got a field called agreement in the FEU properties which is a custom field they tick when they sign up. I only want to show the users who have ticked the box. Ive tried things like (including the closing tags the other end): {if ($entry.agreement > 0)} {if $entry.agreement == 1} e.t.c I didnt ...
- Tue Mar 10, 2009 9:59 am
- Forum: Modules/Add-Ons
- Topic: Printing FEU details on a page
- Replies: 9
- Views: 2344
Re: Printing FEU details on a page
This is great thanks. Works perfectly. I just need to figure out how to include the if statement.
Thanks again!
Thanks again!
- Mon Mar 09, 2009 5:13 pm
- Forum: Modules/Add-Ons
- Topic: Printing FEU details on a page
- Replies: 9
- Views: 2344
Printing FEU details on a page
Is there a way of printing a list of users and their custom details which i created in FEU for example there home address e.t.c? I have a page which i created that allows for them to tick a box to have their details displayed to others. I need to create an if statement which says only if this box is...
- Mon Mar 02, 2009 2:55 pm
- Forum: Modules/Add-Ons
- Topic: Questions and Answers showing no more info links
- Replies: 0
- Views: 650
Questions and Answers showing no more info links
I am using the questions and answers module (Questions 1.0.3).
I dont get any more info links. Any help would be appreciated? Code sample e.t.c
I dont get any more info links. Any help would be appreciated? Code sample e.t.c
- Thu Feb 05, 2009 11:23 am
- Forum: Modules/Add-Ons
- Topic: html tags visible in emails
- Replies: 2
- Views: 1508
Re: html tags visible in emails
I am having the same issue. Any forms that i create with formbuilder send out emails which are received looking like the one below:Form Name: Join Date of Submission: Thu, 05 Feb 2009 11:13:17 +0000 Title: First Name: Last Name: Credentials: Position (eg MD, PHD, RN, CTC): Work Address: CTC Work Po...
- Tue Feb 03, 2009 9:09 am
- Forum: CMSMS Core
- Topic: Display a specific news category on a single page
- Replies: 4
- Views: 1566
Re: Display a specific news category on a single page
Yeh this is a problem because they could be PDF's as well. So it has to be an href. Unfortunately that example wont work.
Thank you for your input though.
Andy
Thank you for your input though.
Andy
- Mon Feb 02, 2009 4:04 pm
- Forum: CMSMS Core
- Topic: Display a specific news category on a single page
- Replies: 4
- Views: 1566
Re: Display a specific news category on a single page
You're a star. That worked perfectly. Thanks. Whilst you're on...ive uploaded attachements to a specific news item and all the others are registering an attachment except the one its actually associated with...in the admin i can see it attached correctly to the news article. Here is the code i us...
- Mon Feb 02, 2009 1:13 pm
- Forum: CMSMS Core
- Topic: Display a specific news category on a single page
- Replies: 4
- Views: 1566
Display a specific news category on a single page
Does anyone know how i can use the categories in the news module to distinguish news items which should be displayed on specific areas of the site. For example if you were logged in a members only area you may have a seperate category for members only news. Therefore i would only want to display th...
- Mon Jan 26, 2009 9:55 am
- Forum: CMSMS Core
- Topic: No Image Upload Box for {page_image}
- Replies: 6
- Views: 2471
Re: No Image Upload Box for {page_image}
Ahh you're right. I had them in subfolders. I uploaded one to the root of the images folder and it all worked. If an image is chosen how is this referenced in your template please?
- Mon Jan 26, 2009 9:48 am
- Forum: CMSMS Core
- Topic: No Image Upload Box for {page_image}
- Replies: 6
- Views: 2471
Re: No Image Upload Box for {page_image}
Thanks for the reply. For URL rewrite I followed your instruction and cleared the cache and also edited the following lines in the config file from false to true: $config['assume_mod_rewrite'] = true; $config['use_hierarchy'] = true; All works perfectly. Thanks for your help Hani! Still no joy on...
- Thu Jan 22, 2009 2:29 pm
- Forum: CMSMS Core
- Topic: No Image Upload Box for {page_image}
- Replies: 6
- Views: 2471
No Image Upload Box for {page_image}
I've recently upgraded my version to 1.5.2 and the image upload which is labelled as image on the content pages doesnt exist. All i see is the word "image" but no option to upload. This is the new plugin and unrelated to the image manager. Also it says there is SEO friendly pages but ther...