Search found 1150 matches

by nicmare
Sat May 12, 2012 11:04 am
Forum: Modules/Add-Ons
Topic: solved [FEU] uploaded image's size to small
Replies: 5
Views: 1911

Re: solved [FEU] uploaded image's size to small

yes. it was deprecated. you have to use supersizer plugin or cgsmartimage. i prefer supersizer
by nicmare
Mon May 07, 2012 6:46 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19834

Re: Entering Tags at CGBlog articles

Database looks like this…
dbview.png
therefore its very easy to use the script in other modules too!
by nicmare
Mon May 07, 2012 4:20 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19834

Re: Entering Tags at CGBlog articles

i was playing around with it and finally i am pretty satisfied with the result: http://www.youtube.com/watch?v=OGl1rBHFFY8

i think, i will write a complete tutorial on how to get this. it will work pretty good with your code Gregor
by nicmare
Mon May 07, 2012 11:49 am
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19834

Re: Entering Tags at CGBlog articles

actually its not that difficult if we use this script: http://webspirited.com/tagit/ it provides a very neat suggestion of tags. all we need to do, is to fill the given array with all tags of all entries, which are saved in our custom field. i will take a look into it. quick preview: http://adrop.in...
by nicmare
Mon May 07, 2012 11:18 am
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19834

Re: Entering Tags at CGBlog articles

thank you. do you have an idea for tag suggestion in backend?
it would be nice if you start typing a tag and cmsms makes suggestions for tags which already exists.
by nicmare
Tue Apr 03, 2012 3:01 pm
Forum: Modules/Add-Ons
Topic: Announcement: New plug-in SuperSizer
Replies: 487
Views: 123124

Re: Announcement: New plug-in SuperSizer

strip_tags=true
by nicmare
Wed Mar 14, 2012 11:40 am
Forum: CMS Show Off
Topic: Doping for CMSms: Template Made Simple
Replies: 3
Views: 3082

Doping for CMSms: Template Made Simple

Hi Guys! I want to show you our latest work: http://www.templatemadesimple.com http://www.templatemadesimple.com/promo/tms_logo_pp_big.png I am sure, it could be very interesting for those people here, who need a valuable, beautiful and timesaving premium template! we start with 3 powerful templates...
by nicmare
Wed Mar 07, 2012 1:11 pm
Forum: Modules/Add-Ons
Topic: PayPal Gateway unhandled notification
Replies: 7
Views: 2170

Re: PayPal Gateway unhandled notification

for some reason, the notification is gone right now. i dunno why ???
by nicmare
Wed Mar 07, 2012 11:16 am
Forum: Modules/Add-Ons
Topic: PayPal Gateway unhandled notification
Replies: 7
Views: 2170

Re: PayPal Gateway unhandled notification

same problem here
http://adrop.in/Rgg
by nicmare
Wed Dec 07, 2011 1:09 pm
Forum: Modules/Add-Ons
Topic: Album 1.10
Replies: 32
Views: 11756

Re: Album 1.10

very nice template overview page. thank you
by nicmare
Thu Nov 10, 2011 12:13 pm
Forum: Modules/Add-Ons
Topic: cgsimple, how to get parent from parent?
Replies: 8
Views: 2580

Re: cgsimple, how to get parent from parent?

Code: Select all

{$cgsimple->get_parent_alias('','parent_alias')}
{$cgsimple->get_parent_alias($parent_alias,'parent_parent_alias')}{$cgsimple->get_page_title($parent_parent_alias,'titlevar')}
{$titlevar}
by nicmare
Wed Nov 09, 2011 2:11 pm
Forum: Modules/Add-Ons
Topic: cgsimple, how to get parent from parent?
Replies: 8
Views: 2580

Re: cgsimple, how to get parent from parent?

try something like this:

Code: Select all

{$cgsimple->get_parent_alias('','parent_alias')}
{$cgsimple->get_parent_alias($parent_alias,'parent_parent_alias')}{$cgsimple->get_page_content($parent_alias,'block','blockvar')}
and so on
by nicmare
Sat Nov 05, 2011 8:15 pm
Forum: Announcements
Topic: Announcing CMSMS 1.10.1 - Le Lorrain
Replies: 17
Views: 17945

Re: Announcing CMSMS 1.10.1 - Le Lorrain

thank you very much
by nicmare
Sat Nov 05, 2011 10:50 am
Forum: Modules/Add-Ons
Topic: Rescaling news images on upload
Replies: 4
Views: 1476

Re: Rescaling news images on upload

if you upload an image smaller than 600px will display it without image processing (passthru). if bigger, then it resizes it to exactly 600px and saves it on your server (caching).
by nicmare
Mon Oct 31, 2011 3:12 pm
Forum: Modules/Add-Ons
Topic: how to clear the cart via API?
Replies: 0
Views: 512

how to clear the cart via API?

I have the userid (FEU) and want to clear just the cart of the user with this userid. how can i achieve this? i found "EraseCart" in Cart Module. But how to use it in an UDT? maybe something like this? $gCms = cmsms(); $cart_ob = cms_utils::get_module('Cart'); $userid = $params['user']; $c...

Go to advanced search