Search found 151 matches

by andrewvideouk
Thu Oct 07, 2021 1:39 am
Forum: Modules/Add-Ons
Topic: Decode json file {cache_remote_file}
Replies: 4
Views: 905

Re: Decode json file {cache_remote_file}

Thank you so much. That worked great.
by andrewvideouk
Sun Oct 03, 2021 9:08 am
Forum: Modules/Add-Ons
Topic: Decode json file {cache_remote_file}
Replies: 4
Views: 905

Re: Decode json file {cache_remote_file}

I thought I got that working. Do anyone how do this? Cheers
by andrewvideouk
Fri Oct 01, 2021 9:06 am
Forum: Modules/Add-Ons
Topic: Warning messages in module manager
Replies: 4
Views: 1391

Re: Warning messages in module manager

CGExtensions been replaced by CMSMSExt. If I am right you don't need CGExtensions anymore. I would disabled CGExtensions and insall CMSMSExt. Then test the site if it still works. Don't forget to chance any smarty tags to match CMSMSExt. The only problem that other modules would not let you remove C...
by andrewvideouk
Thu Sep 30, 2021 11:06 pm
Forum: Modules/Add-Ons
Topic: Decode json file {cache_remote_file}
Replies: 4
Views: 905

Re: Decode json file {cache_remote_file}

I was missing the [0] which I didn't know. I was so close. Now it working. {foreach from=$feed|json_decode item=data} <p> title : {$data[0]->snippet->title} </p> <p> img : {$data[0]->snippet->thumbnails->default->url} </p> {/foreach}
by andrewvideouk
Wed Sep 29, 2021 8:17 pm
Forum: Modules/Add-Ons
Topic: Decode json file {cache_remote_file}
Replies: 4
Views: 905

Decode json file {cache_remote_file}

Hi Guys. I am trying to Decode json file using cache_remote_file plugin. I cant get my head round how to do this. This is my attempt and cant workout how to do this. Can please someone tell me what I am doing worng and how to it. Thank you. {capture assign=feed}{cache_remote_file url="https://w...
by andrewvideouk
Wed Sep 29, 2021 7:28 pm
Forum: Modules/Add-Ons
Topic: LISE get Author variable
Replies: 3
Views: 951

Re: LISE get Author variable (Solved)

Thank you so much that work great.
by andrewvideouk
Sat Sep 25, 2021 10:42 pm
Forum: Modules/Add-Ons
Topic: LISE get Author variable
Replies: 3
Views: 951

Re: LISE get Author variable

For now I would have to use this. But not good if we have to add more users.

Code: Select all

{if $item->owner == '1'}
  user  full name 1
{elseif  $item->owner == '2'}
 user full name  2
{elseif  $item->owner == '3'}
  user full name 3 
{/if}
by andrewvideouk
Sat Sep 25, 2021 6:20 pm
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2835

Re: Moving away from CGBlog

I just did a manual copy and paste all the blogs over. I had only 6-8 blogs. Its a very new site. I need to do a bit of reading and try understand how categories work in LISE. Its hard when I have dyslexia. I am surprised I made a working website. But I couldnt do it with out you guys on here. Its v...
by andrewvideouk
Sat Sep 25, 2021 2:50 pm
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2835

Re: Moving away from CGBlog

Same here. Hope I don't need it later. I was thinking ahead loll.
by andrewvideouk
Sat Sep 25, 2021 9:43 am
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2835

Re: Moving away from CGBlog

Hi James,

how did you get on with using the Categories in LISE?
by andrewvideouk
Fri Sep 24, 2021 7:18 pm
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2835

Re: Moving away from CGBlog (Soved)

Thank you, I well go down the LISE route. Categories I don't really need it at mo. I wait until that guy does a how to.
by andrewvideouk
Fri Sep 24, 2021 7:10 pm
Forum: Modules/Add-Ons
Topic: LISE get Author variable
Replies: 3
Views: 951

LISE get Author variable

Hi guys Do anyone know how to get the Author full name in LISE? Things I tried in the template owner: {$item->owner} This only gives me the uid of the user. {cms_admin_user uid={$item->owner} mode=fullname} This only works in the backend. {PostAuthor username=$item->owner} gives me user not found. T...
by andrewvideouk
Fri Sep 24, 2021 12:09 pm
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2835

Moving away from CGBlog

Hi Amazing CMSMS Fans, I would like to move away CGblog as it old and not been updated. Its working great with no problems. (9 Blogs) Its there a plan to make a new Blog module? I noticed there is a new SmartImage Module which is a fork from CGSmartImage. (I swap already) ;D I did look at the optoin...
by andrewvideouk
Mon Sep 06, 2021 3:25 pm
Forum: Modules/Add-Ons
Topic: CGSmartImage with filter_noop
Replies: 2
Views: 1011

Re: CGSmartImage with filter_noop (Solved)

Thank you. You are a Star.
by andrewvideouk
Sun Sep 05, 2021 9:55 pm
Forum: Modules/Add-Ons
Topic: CGSmartImage with filter_noop
Replies: 2
Views: 1011

CGSmartImage with filter_noop

HI I think I found a bug in CGSmartImage I am trying to get a use filter_noop="" Do no processing Image but triggers a cached image in CGBlog tempate. {CGSmartImage src="http:website.com/uploads/image.png" notag="1" filter_noop="1"} I am getting this error CGS...

Go to advanced search