Search found 103 matches

by beherenow_uk
Sun Mar 17, 2013 11:55 am
Forum: Modules/Add-Ons
Topic: Duplicate News URL's
Replies: 5
Views: 2092

Re: Duplicate News URL's

Hey, I should note, it is CMSMS 1.8.1. The {news} module is being called from within the Content area of the News page. And yes we are using Mod-rewrite in the .htaccess file to create the pretty URL's. It seems strange that loads of pages can be accessed by 2 very different URL's! Hope this helps.
by beherenow_uk
Sat Mar 16, 2013 7:02 pm
Forum: Modules/Add-Ons
Topic: Duplicate News URL's
Replies: 5
Views: 2092

Duplicate News URL's

We have a site where the News module appears to be creating 2 spearate URL's for the same page for example: http://www.ukqcs.co.uk/index.php/18?page=news/18 and http://www.ukqcs.co.uk/news/18/73/Attention-drawn-to-financial-management/ Does anyone know why this is? It's causing us all sorts of probl...
by beherenow_uk
Tue Jan 15, 2013 5:37 pm
Forum: Help Wanted (commercial)
Topic: CGBlog tagging tutorial CMSMS 1.11.3 fix
Replies: 3
Views: 2624

Re: CGBlog tagging tutorial CMSMS 1.11.3 fix

Hi,

Yes I did use that plugin.
Just couldn't get it to show as links though unfortunately.

I have a test installation if you need a sandbox.
by beherenow_uk
Tue Jan 15, 2013 5:05 pm
Forum: Help Wanted (commercial)
Topic: CGBlog tagging tutorial CMSMS 1.11.3 fix
Replies: 3
Views: 2624

CGBlog tagging tutorial CMSMS 1.11.3 fix

Hi all, This tutorial is great and the admin panel tagging works really well, however I can't get it to show the tags as links on the front end in CMSMS 1.11.3. The tags themselves do show as text though. http://blog.arvixe.com/add-tagging-function-to-cmsms-modules-part1/ http://blog.arvixe.com/add-...
by beherenow_uk
Sun Jan 06, 2013 1:28 pm
Forum: Modules/Add-Ons
Topic: CGBlog - Show 'Extra' field in item list?
Replies: 3
Views: 1377

Re: CGBlog - Show 'Extra' field in item list?

Hi Jos,

Thanks for the reply!

Sorry I should have said, I already tried

Code: Select all

<pre>{$entry|print_r}</pre>
and

Code: Select all

<pre>{get_template_vars}</pre>

which unfortunately doesn't show the 'extra' field var.

Is there another way this can be done?
Thanks.
by beherenow_uk
Sun Jan 06, 2013 1:12 pm
Forum: Modules/Add-Ons
Topic: CGBlog - Show 'Extra' field in item list?
Replies: 3
Views: 1377

CGBlog - Show 'Extra' field in item list?

Hi, I'm trying to list the 'Extra' field in the admin panel of CGBlog. I have added a title, but {$entry->extra} doesn't seem to work when I edit articlelist.tpl See my screen shot of what I'm trying to achieve: http://www.vinandvet.eu/uploads/images/CMSMSBlog/extra.png And this is how I have edited...
by beherenow_uk
Fri Aug 17, 2012 11:37 am
Forum: CMSMS Core
Topic: [SOLVED] If and else
Replies: 3
Views: 1901

Re: If and else

Great that answers my question. Thanks folks.
by beherenow_uk
Fri Aug 17, 2012 11:30 am
Forum: CMSMS Core
Topic: [SOLVED] If and else
Replies: 3
Views: 1901

[SOLVED] If and else

Hi there, Why is this code showing the content block input on both admin pages 'Home' and 'Tables' ? Logically I would think it should only show on 'Tables' ? It only shows the content block data on the 'Tables' page on the front end? Thanks. {if $page_alias == 'home'} <div class="makepledge&qu...
by beherenow_uk
Tue Jul 10, 2012 11:22 pm
Forum: The Lounge
Topic: CGFeedback problem in News detail template
Replies: 1
Views: 1588

CGFeedback problem in News detail template

Hi all, In my news detail template I am using: {CGFeedback key1="News" key2=\$entry->id action='summary'} (As stated in the help) But it doesn't appear to keep the comments unique to the News article it was posted on. Here is my raw implementation: http://newsite.totaldietfood.com/news/5/2...
by beherenow_uk
Mon Jul 09, 2012 10:22 pm
Forum: CMSMS Core
Topic: [SOLVED] Smarty Truncate Problem
Replies: 5
Views: 3399

Re: Smarty Truncate Problem

Perfect...

Code: Select all

|strip_tags|truncate 
Worked a treat! Thank you.
by beherenow_uk
Sun Jul 08, 2012 10:53 pm
Forum: CMSMS Core
Topic: [SOLVED] Smarty Truncate Problem
Replies: 5
Views: 3399

[SOLVED] Smarty Truncate Problem

So this is a strange one... I have a news summary that looks like this: {if $entry->content} <div class="newstext"> {eval var=$entry->content|truncate:100} <p><a class="readmore" href="{$entry->moreurl}">read more &rarr;</a></p> </div> {/if} My <p> tags are inside t...
by beherenow_uk
Sun Jul 08, 2012 2:12 pm
Forum: Modules/Add-Ons
Topic: FormBuilder: Add email to mail list in NMS?
Replies: 17
Views: 8605

Re: FormBuilder: Add email to mail list in NMS?

Hi all, Can't get this to work in the latest CMSMS 1.10.3 / NMS 2.4.3 / formbuilder 0.7.2 Any ideas? Perhaps something has changed in the latest core to prevent it from working anymore? I've followed all of the above instructions and carefully and tried the alternative UDT shared by webform, but sti...
by beherenow_uk
Sun Jun 17, 2012 7:53 pm
Forum: CMSMS Core
Topic: Page options image
Replies: 6
Views: 2224

Re: Page options image

Ahh ok that's cool. I actually have ended up using the {content_image} tag with parameters. Just out of interest how do you even call the aforementioned image tag? I've been using cmsms for a while and never used it or the other other extra boxes in the options tab!

Cheers, Karl.
by beherenow_uk
Sun Jun 17, 2012 1:06 am
Forum: CMSMS Core
Topic: Page options image
Replies: 6
Views: 2224

Page options image

Hi all, Probably a really simple one, but I am trying to utilise the page image (found in the options tab of a page). But can't seem to find an documentation on it? What I'm trying to do is: Firstly, Show the image in the template, then edit the path so the drop down only shows a certain directory. ...
by beherenow_uk
Tue Jun 05, 2012 11:29 pm
Forum: CMSMS Core
Topic: Add an ID to the 5th Menu item?
Replies: 1
Views: 1176

Add an ID to the 5th Menu item?

Hi, I have read the smarty manual, and appear to be able to add an ID to every 5th item using iteration, but how can i target just the 5th menu item? I can't get anything to work in the menu manager... This code is the iteration... <li class="{$classes}" {if $smarty.foreach.foo.index % 5 =...

Go to advanced search