Search found 1150 matches

by nicmare
Thu Mar 14, 2013 11:15 am
Forum: Help Wanted (commercial)
Topic: Products search in admin panel (Products Module)
Replies: 3
Views: 3336

Re: Products search in admin panel (Products Module)

just ask the module developer (calguy1000)
by nicmare
Fri Feb 22, 2013 9:07 am
Forum: Modules/Add-Ons
Topic: [solved] smarty3 problems with CMSMS 1.11.4
Replies: 2
Views: 1418

Re: smarty3 problems with CMSMS 1.11.4

i know this and similar threads. but can't find a solution for my problem.

alright. after investigating some time in third party modules, i think i found the solution for smarty3:

Code: Select all

$compiled = $smarty->fetch('eval:' . $obj->content);
return $compiled;
by nicmare
Thu Feb 21, 2013 3:28 pm
Forum: Modules/Add-Ons
Topic: [solved] smarty3 problems with CMSMS 1.11.4
Replies: 2
Views: 1418

[solved] smarty3 problems with CMSMS 1.11.4

i have this udt but it does not work in cmsms 1.11.4 anymore: $gcbops =& cmsms()->GetGlobalContentOperations(); $obj =& $gcbops->LoadHtmlBlobByName("getpage"); $smarty =& cmsms()->GetSmarty(); if(isset($params['showprice'])){ $showprice = $params['showprice']; } if(isset($param...
by nicmare
Fri Nov 30, 2012 1:56 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19642

Re: Entering Tags at CGBlog articles

if you are using cmsms 1.11, then you should delete the UDT and use this plugin instead:
function.cgblog_tagvalues

1. download it
2. rename it to function.cgblog_tagvalues.php
3. move it to /plugins/ folder

that's it. it's working in my cmsms.

please tell me if you are happy with it…
by nicmare
Thu Oct 18, 2012 6:12 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] How to allow links with strip_tags smarty...?
Replies: 2
Views: 1505

Re: How to allow links with strip_tags smarty...?

try something like this:
{$entry->summary|replace:"<a":"(a"|replace:"</a>":"(/a)"|strip_tags|replace:"(a":"<a"|replace:"(/a)":"</a>"}
by nicmare
Fri Oct 12, 2012 1:34 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19642

Re: Entering Tags at CGBlog articles

i think the problem is that we cant use UDTs in admin area anymore (since 1.11). so you should convert that UDT into a plugin in /plugin/ folder. see the example files here and try to adapt the udt as a new file: function.cgblog_tagvalues.php
by nicmare
Fri Oct 12, 2012 12:46 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19642

Re: Entering Tags at CGBlog articles

activate debug mode in config.php (check doc file)
and watch admin log for any errors. they should lead us to the right direction
by nicmare
Fri Oct 12, 2012 12:21 pm
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19642

Re: Entering Tags at CGBlog articles

i am not sure. try to implement this into 1.11.1 and tell me what errors you get.
by nicmare
Tue Aug 28, 2012 12:19 pm
Forum: Modules/Add-Ons
Topic: Announcement: New plug-in SuperSizer
Replies: 487
Views: 122632

Re: Announcement: New plug-in SuperSizer

in my opinion one of the best cmsms plugins ever. a must have. i ve written an UDT which should work with cmsms 1.11. if you want it, PM me. i can send you
by nicmare
Thu Aug 23, 2012 11:52 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.11 - Galapagos
Replies: 92
Views: 65595

Re: CMSMS 1.11 - Galapagos

still can't use UDTs in CMSMS 1.11.1 Admin area :'(
by nicmare
Mon Jul 30, 2012 9:04 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.11 - Galapagos
Replies: 92
Views: 65595

Re: CMSMS 1.11 - Galapagos

in 1.10.3 i could call UDTs within admin environment. now in 1.11 every UDT is unknown and causes a fatal error. is there a reason for that?
by nicmare
Fri Jul 20, 2012 3:54 pm
Forum: Modules/Add-Ons
Topic: A new photo album manager : Gallery
Replies: 320
Views: 112872

Re: A new photo album manager : Gallery

yep. you are right. cant delete it in list view.
by nicmare
Fri Jul 20, 2012 11:43 am
Forum: Modules/Add-Ons
Topic: A new photo album manager : Gallery
Replies: 320
Views: 112872

Re: A new photo album manager : Gallery

thank you jos. but seems something is going wrong here. i installed new gallery 1.6 module in cmsms 1.10.3. creating new galleries and uploading some images went fine. seems, you can not deleted empty galleries! you have to leave at least one picture and then it works. otherwise message appears: Err...
by nicmare
Sat Jun 16, 2012 9:08 am
Forum: CMSMS Core
Topic: [solved] Default content block not at top in page edit
Replies: 4
Views: 2201

Re: [solved] Default content block not at top in page edit

{content assign='thecontent'} {content block='Notes - Headline' assign='NotesHeadline'} {content block='Notes - Left List' assign='NotesListLeft'} {content block='Notes - Right List' assign='NotesListRight'} Is that the right way to do it? better: {content assign='thecontent'} {content block="...
by nicmare
Fri Jun 15, 2012 7:07 am
Forum: Tips and Tricks
Topic: Entering Tags at CGBlog articles
Replies: 21
Views: 19642

Re: Entering Tags at CGBlog articles

to all: if you also need tagging function, read my detailed article at arvixe about tagging in cms made simple

Go to advanced search