Search found 88 matches

by uloloi
Wed Jul 10, 2013 3:55 pm
Forum: The Lounge
Topic: different dir to content_image
Replies: 3
Views: 1831

Re: different dir to content_image

Hi calguy, I tried your code and everything between the if condition and works fine, the problem is when apply it in the tag {$img_dir = 'images/mydir'} {content_image block='img_slideshome' label='Images in Home' dir=$img_dir} content_image doesn't recognize the smarty $img_dir. When editing a cont...
by uloloi
Wed Jul 10, 2013 1:40 am
Forum: The Lounge
Topic: different dir to content_image
Replies: 3
Views: 1831

different dir to content_image

How to assign different dir/folder in content_image tag ? If I have different pages and sections section1 page 1.1 page 1.2 cms_images take pictures from uploads/imgs/pics1 section 2 page2.1 page2.2 cms_images take pictures from uploads/imgs/pics2 I tried this: {if $cgsimple->get_root_alias() eq 'se...
by uloloi
Tue May 14, 2013 9:18 pm
Forum: Modules/Add-Ons
Topic: [solved] cgsimplesmarty n cgextensions, problem finfo_open()
Replies: 3
Views: 1863

Re: cgsimplesmarty and cgextensions, problem finfo_open()

Excellent! I enabled phpinfo dll extension in the php.ini, just one thing, in my local web server never find the option of use magic and enviroment variables. I use usbwebserver (recommendable), with php v5.3.9, so what I did was download a php_fileinfo.dll from http://originaldll.com/file/php_filei...
by uloloi
Sun May 12, 2013 11:47 pm
Forum: Modules/Add-Ons
Topic: [solved] cgsimplesmarty n cgextensions, problem finfo_open()
Replies: 3
Views: 1863

[solved] cgsimplesmarty n cgextensions, problem finfo_open()

Something happens when trying to use CGSmartImage, sent this error:

Fatal error: Call to undefined function finfo_open() in C:\...\root\mysite\modules\CGExtensions\lib\class.cge_utils.php on line 118

I'm using CMS 1.11.6 Merchenda, CGExtensions 1.34 and CGSmartImage 1.10.9
by uloloi
Tue Mar 26, 2013 5:01 pm
Forum: Modules/Add-Ons
Topic: Uploads module can't delete category, blank page
Replies: 1
Views: 1076

Uploads module can't delete category, blank page

Hi, I try to delete category Admin >> Front End File M... (Uploads module) >> Category Tab I have a list of categories and try to delete someone Next, alert: Are you sure....? OK Next, WARNING: Use caution when deleting categories. Files may be lost Delete category directory?: CHECKED and Submit And...
by uloloi
Wed Mar 06, 2013 9:35 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Download module working with FEU
Replies: 2
Views: 1065

Re: Download module working with FEU

Excellent! I have no words better than excellent, just what I need. Using FEU and Uploads. I create only one restricted page (extra1) and type Restricted Content, and place there: {cms_module module="Uploads" category="main_category"} {if $dwnldcateg ne '' and $dwnldcateg ne 'mai...
by uloloi
Wed Mar 06, 2013 6:30 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Download module working with FEU
Replies: 2
Views: 1065

[SOLVED] Download module working with FEU

What is the best option to download files using ForntEndUsers, only registered users can download files. Which module? I'm with the CMSMS version 1.11.4 but some modules download managers that are outdated
by uloloi
Mon Mar 04, 2013 12:01 am
Forum: The Lounge
Topic: Module products search through three categories
Replies: 2
Views: 2162

Re: Module products search through three categories

Well, I think I'm coming with solution of this issue Have major categ: (table categories) categ 1 categ 2 categ 3 Have classes or families: (table hierarchies) hier 1 hier 2 - hier 2.1 hier 3 and so on... Have third kind of classification MANUFACTURERS: (table fieldefs:fielvalue:manufacturer) logo 1...
by uloloi
Fri Mar 01, 2013 9:00 pm
Forum: The Lounge
Topic: Module products search through three categories
Replies: 2
Views: 2162

Re: Module products search through three categories

A bit more .... I've done this and it works well: load content with ajax >> loadajax First view: present category, I click on any of them {Products action = "categorylist"} loadajax >> Second view: introduce hierarchies that belong to that category {Products action = "hierarchy" ...
by uloloi
Fri Mar 01, 2013 8:46 pm
Forum: The Lounge
Topic: Module products search through three categories
Replies: 2
Views: 2162

Module products search through three categories

Hello. I need a recommendation. I'm making a Product Catalog. Major categories (classes) are in cms_module_product_categories (name and id, that's all) Next: product families in hierarchies. Everything works perfect. Seeking hierarchies N products of the category, eg But I have a third classificatio...
by uloloi
Tue Feb 26, 2013 8:17 pm
Forum: The Lounge
Topic: set lang to site how
Replies: 2
Views: 1321

Re: set lang to site how

ouch! thank u :P

"always learning!"
by uloloi
Tue Feb 26, 2013 6:06 pm
Forum: The Lounge
Topic: set lang to site how
Replies: 2
Views: 1321

set lang to site how

Hi, I'm trying set languege to es_ES in html tag: <__html lang="{browser_lang .... etc default=es}" and it prints html lang=es, OK in config.php use: config[locale] = es; ... But when I print get_template_vars then show me lang en_US And I think this is the cause I can't see the local lang...
by uloloi
Tue Feb 19, 2013 9:30 pm
Forum: The Lounge
Topic: CGSmartImage duplicing uploads/uploads/
Replies: 3
Views: 2179

Re: CGSmartImage duplicing uploads/uploads/

it works! many thanks. Replacing /uploads from CGSmartImage admin
by uloloi
Tue Feb 12, 2013 7:31 pm
Forum: The Lounge
Topic: [solved] import csv products module
Replies: 3
Views: 1697

Re: import csv products module

Hi, thanks, I tried this. Export to a csv and saw the column headings, then import a csv file exactly the same, with the same headers. Here I had some problems in the encoding (utf-8, ascii) to read in excell
by uloloi
Tue Feb 12, 2013 7:23 pm
Forum: The Lounge
Topic: CGSmartImage duplicing uploads/uploads/
Replies: 3
Views: 2179

CGSmartImage duplicing uploads/uploads/

Hi last release of CGSmartImage (in my site) is putting twice in the image path uploads/uploads/ , why is it? {CGSmartImage src='uploads/images/news/news1.jpg' filter_resize="w,150"} or.... {cgsi_convert filter_resize="w,150"}{content}{/cgsi_convert} The problem is when returns t...

Go to advanced search