Search found 183 matches

by requish
Wed Feb 06, 2013 6:52 pm
Forum: CMSMS Core
Topic: [SOLVED] CGSmartImage get only URL problem
Replies: 4
Views: 1846

Re: [?] CGSmartImage get only URL problem

Hi This is how it says to do it in the modules Help..? notag="" - Do not output an img tag, only the url to the cached image. This has no effect when CGSmartImage is used from within a stylesheet. So why this is not working? {CGSmartImage src=$file.url notag=''} give me only url to my doma...
by requish
Wed Feb 06, 2013 10:32 am
Forum: CMSMS Core
Topic: [SOLVED] CGSmartImage get only URL problem
Replies: 4
Views: 1846

[SOLVED] CGSmartImage get only URL problem

Hello :) I found some problem with module and taking only URL to image from CGSI. I tryed use code below. <a href="{CGSmartImage src=$file.url notag='' max_width='800' max_height='800'}">{CGSmartImage src=$file.url filter_croptofit='227,178,c'}</a> But this dont work good, this add in href...
by requish
Tue Feb 05, 2013 6:14 pm
Forum: Polish - Polski
Topic: [SOLVED] CGSmartImage get only URL problem
Replies: 0
Views: 2736

[SOLVED] CGSmartImage get only URL problem

Witam. Mam problem z CGSmartImage i wydobyciem samego 'przerobionego' do odpowiednich rozmiarów URL zdjęcia. Używam takiego kodu: <a href="{CGSmartImage src=$el.url notag='' max_width='800' max_height='800'}">{CGSmartImage src=$el.url filter_croptofit='227,178,c'}</a> Gdzie $el.url pobiera...
by requish
Tue Aug 28, 2012 6:10 pm
Forum: Modules/Add-Ons
Topic: Problem with GBFilePicker in CMS MS 1.11,loading icon&reload
Replies: 2
Views: 1239

Re: Problem with GBFilePicker in CMS MS 1.11,loading icon&re

I saw the same thing (loader image and nothing happening after clicking 'none') while I was trying to integrate GBFilePicker into the Custom Global Settings module. Using GBFilepicker 1.3.2 on both CMSms 1.10.3 and 1.11.1 At CMSMS 1.10.3 I dont have problems, only 1.11. I hope Yours trying will suc...
by requish
Tue Aug 28, 2012 3:28 pm
Forum: Modules/Add-Ons
Topic: Problem with GBFilePicker in CMS MS 1.11,loading icon&reload
Replies: 2
Views: 1239

Problem with GBFilePicker in CMS MS 1.11,loading icon&reload

Hello, I have problem with GBFilePicker in CMS MS 1.11. I have not found a solution. At edit page there is still showing gif of loading... there is image with screenshot http://imm.io/ClMo Another problem is about deleting image (choose "none"). After push it nothing is happend - but after...
by requish
Tue Aug 28, 2012 2:52 pm
Forum: Modules/Add-Ons
Topic: Problem with plug-in SuperSizer
Replies: 2
Views: 1195

Re: Announcement: New plug-in SuperSizer

Maybe like this? {CGSmartImage src1='uploads' src2=$pageimage1 height='89' width='190' quality='75'} Works well :) thanks for alternative solution UDT supersizer still dont work even at my host :( so i have to stay with CGSmartImage. However thank You nicmare for Your time - I appreciate it! Of cou...
by requish
Tue Aug 28, 2012 2:23 pm
Forum: Modules/Add-Ons
Topic: Problem with plug-in SuperSizer
Replies: 2
Views: 1195

Problem with plug-in SuperSizer

in my opinion one of the best cmsms plugins ever. Agreed too (at the time)... Remembering his former forum-signature... perhaps the developer didn't see much of any appreciation? :-X :-\ A possible alternative is CGSmartImage http://dev.cmsmadesimple.org/projects/cgsmartimage Ive tried but... Warni...
by requish
Tue Aug 28, 2012 12:30 pm
Forum: Modules/Add-Ons
Topic: Announcement: New plug-in SuperSizer
Replies: 487
Views: 122841

Re: Announcement: New plug-in SuperSizer

nicmare wrote:in my opinion one of the best cmsms plugins ever.


Agree! I hope there will be soon able works version for 1.11 (without creatin additional UDT or more).
by requish
Tue Aug 28, 2012 11:57 am
Forum: Modules/Add-Ons
Topic: Announcement: New plug-in SuperSizer
Replies: 487
Views: 122841

Re: Announcement: New plug-in SuperSizer

Hi,

When plug-in SuperSizer will be able for CMS 1.11?
by requish
Tue Aug 28, 2012 8:52 am
Forum: The Lounge
Topic: Automatically make new pages appear first in sub-menu [solved]
Replies: 12
Views: 4994

Re: Automatically make new pages appear first in sub-menu [s

Can I please for scripts for CMS 1.10?
by requish
Sat Aug 25, 2012 8:26 pm
Forum: Modules/Add-Ons
Topic: [solved] MENU - How to sorting items in foreach
Replies: 4
Views: 1801

Re: MENU - How to sorting items in foreach

Thank You rooon for Your reply! Its very hepled me. I used Your idea of a solution and solution from my link. So, I created {$node->created|date_format:"%Y%m%d%T"} before every items, then I put sort by a-z :) and it looks great. But there can see the example "2012082417:06:33". ...
by requish
Sat Aug 25, 2012 5:44 pm
Forum: Modules/Add-Ons
Topic: [solved] MENU - How to sorting items in foreach
Replies: 4
Views: 1801

Re: MENU - How to sorting items in foreach

Dr.CSS wrote:Subject says Menu but the post mentions News, which one do you want to sort..?
nope, say about: "MenuManager items (Navigation) by name". :)

Still I want sort Menu ;)
by requish
Sat Aug 25, 2012 9:16 am
Forum: Modules/Add-Ons
Topic: [solved] MENU - How to sorting items in foreach
Replies: 4
Views: 1801

[solved] MENU - How to sorting items in foreach

Hi ;) , I'm looking second day for sorting automatically solution in menu. I need sort my items by post date ( new items shows as first in list ). In link below i found some solution for a-z sorting but there no sort by date. http://www.i-do-this.com/blog/69/57/Sorting-items-in-foreach Please help m...
by requish
Fri Aug 24, 2012 3:14 pm
Forum: The Lounge
Topic: Automatically make new pages appear first in sub-menu [solved]
Replies: 12
Views: 4994

Re: Automatically make new pages appear first in sub-menu [s

Hi
This

Code: Select all

{foreach from=$nodelist|@sortby:$creationdate item=node}
dont work at all. There is only long list of errors.

I need to sort nodes by datepost in my menu. Somebody can help with it? I using CMS 1.10.3.

Cheers.
by requish
Sat Aug 11, 2012 12:28 pm
Forum: CMSMS Core
Topic: Menu Manager, how to display number of items (?)
Replies: 7
Views: 2698

Re: Menu Manager, how to display number of items (?)

Your solution works fine - so thanks for that simple idea :)

I'll use 1.11 in future - its sure, but first all modules,plugins have to works in it.

Thanks again!

Cheers

Go to advanced search