Search found 57 matches

by rlparker25
Fri Apr 23, 2010 3:31 pm
Forum: General Discussion
Topic: odd issue with development site RESOLVED
Replies: 2
Views: 1586

Re: odd issue with development site

Hi,

thanks for the reply. The site uses the template externaliser and the cache path hadn't been changed for the dev site which was what was causing the problem
by rlparker25
Fri Apr 23, 2010 9:45 am
Forum: General Discussion
Topic: odd issue with development site RESOLVED
Replies: 2
Views: 1586

odd issue with development site RESOLVED

Hi, I have my finished site up and running fine so I set up a develoment site on a subdomain  (development.mydomain.co.uk). This also works but I am having a really strange problem. For some reason the templates on the development and live sites are linked. If I edit a template on the development si...
by rlparker25
Wed Feb 10, 2010 5:05 pm
Forum: Modules/Add-Ons
Topic: AdvancedContent
Replies: 264
Views: 100149

Re: improve the content type "content"

Hi, I used JeremyBASS's version to add dynamic select boxes in the pages admin area and that worked perfectly. However now non of the content shows on my pages in the front end where the {content} tag is! any ideas why my text has all disappeared? I upgraded the site to 1.6.6 and everything else see...
by rlparker25
Wed Feb 10, 2010 10:46 am
Forum: Developers Discussion
Topic: Using a tag value as another tag's parameter
Replies: 6
Views: 2874

Re: Using a tag value as another tag's parameter

Hi, I upgraded my site and tried your content type files. It adds the dynamic drop downs perfectly however the normal page content no longer shows on my site! So now I have the drop downs working in my admin area but no text on any of my pages

any ideas what I have done?

thanks
by rlparker25
Wed Feb 03, 2010 12:18 pm
Forum: Developers Discussion
Topic: Using a tag value as another tag's parameter
Replies: 6
Views: 2874

Re: Using a tag value as another tag's parameter

hi, thanks for that but when I try your versions of content and function.content it breaks my site. I'm guessing that's because your code is for 1.6 and my site is 1.5? Do you know what changes I would need to make to get it to do the dynamic params bit in the code for the older version? is it just ...
by rlparker25
Tue Feb 02, 2010 4:45 pm
Forum: Developers Discussion
Topic: Using a tag value as another tag's parameter
Replies: 6
Views: 2874

Re: Using a tag value as another tag's parameter

hi, that doesn't work either! my UDT is global $gCms; $db = &$gCms->db; $smarty =& $gCms->getSmarty(); $page_alias = $smarty->get_template_vars('page_alias'); $myquery = "SELECT * FROM YMABII WHERE published = 'Published' ORDER BY name ASC"; $myresult = $db->Execute( $myquery ); $y...
by rlparker25
Tue Feb 02, 2010 4:07 pm
Forum: Developers Discussion
Topic: Using a tag value as another tag's parameter
Replies: 6
Views: 2874

Using a tag value as another tag's parameter

I have a UDT that creates a list of values, e.g. a,b,c,d,  that I need to pass to a parameter of another tag. I have the following code in my template {capture assign='tmpymabii'}{getYMABII}{/capture} {content block="ymabii1" type="dropdown" label="ymabii1" page_tab=&qu...
by rlparker25
Tue Jan 26, 2010 11:56 am
Forum: Developers Discussion
Topic: Add custom fields to content type content in admin area
Replies: 3
Views: 3580

Add custom fields to content type content in admin area

Hi, I need to add 5 drop down boxes (which will be populated from a table in the database) to the form where you add a new page of content type 'content'. When a user adds a page they should see the normal form plus 5 drop downs at the bottom allowing them to select certain includes for the page. Co...
by rlparker25
Tue Nov 17, 2009 2:08 pm
Forum: Modules/Add-Ons
Topic: search picking up draft jobs
Replies: 0
Views: 650

search picking up draft jobs

Hi,

I am using the jobs module on my site but if i set a job to have status 'draft' the search module is still picking it up. however the job page doesn't actually exist so it is just sending people back to the home page.

How can i stop the search form listing draft jobs?

Thanks

Rachael
by rlparker25
Thu Sep 17, 2009 1:27 pm
Forum: Modules/Add-Ons
Topic: Make glossary searchable
Replies: 3
Views: 1614

Make glossary searchable

Hi,

Is there anyway to make the content of the glossary be included in the main site search? Even if it is just the terms and not the description that would be ok

thanks
by rlparker25
Fri Aug 28, 2009 1:58 pm
Forum: Modules/Add-Ons
Topic: Sitemapmadesimple and products module
Replies: 11
Views: 2847

Re: Sitemapmadesimple and products module

Sorry, i'm not sure what to suggest as this worked fine for me.
by rlparker25
Fri Aug 28, 2009 1:20 pm
Forum: Modules/Add-Ons
Topic: Sitemapmadesimple and products module
Replies: 11
Views: 2847

Re: Sitemapmadesimple and products module

try opening a page and saving it again. the sitemap.xml file only updates if a change is made to a page
by rlparker25
Fri Aug 28, 2009 9:11 am
Forum: Modules/Add-Ons
Topic: Sitemapmadesimple and products module
Replies: 11
Views: 2847

Re: Sitemapmadesimple and products module

Hi, sort of! I created a UDT to generate my own xml list of products and their URLs then put this in the template for the site map so my site map template now looks like this {* sitemap template *} <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/s...
by rlparker25
Thu Aug 06, 2009 8:00 am
Forum: Modules/Add-Ons
Topic: Sitemapmadesimple and products module
Replies: 11
Views: 2847

Re: Sitemapmadesimple and products module

yes I know! my question was in there a way to get them included in the xml file created by sitemap made simple. at the moment I have made a UDT which gets all the products and creates the xml for them, this tag is then inserted into the sitemapmadesimple template. This work well but I was wondering ...
by rlparker25
Wed Aug 05, 2009 10:29 am
Forum: Modules/Add-Ons
Topic: Sitemapmadesimple and products module
Replies: 11
Views: 2847

Sitemapmadesimple and products module

Hi, I am having some problems getting the xml sitemap to generate urls for products set up via the products manager. How do I get it to include all of the links to my products? at the moment it just includes the page that calls the product module but not any of the product pages. Is it possible to i...

Go to advanced search