Search found 23 matches
- Mon Jan 02, 2012 12:01 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Banner module Default URL throws a database error
- Replies: 4
- Views: 1786
Re: [SOLVED] Banner module Default URL throws a database err
Still have the same issue as described above... any suggestions?
- Mon Jan 02, 2012 11:31 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Products module - sort search results
- Replies: 3
- Views: 1493
Re: Products module - sort search results
Solved with code modification
- Mon Jan 02, 2012 10:05 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Products module - sort search results
- Replies: 3
- Views: 1493
Re: Products module - sort search results
While debugging page with search results i got: " Array (11) mact => "Products,m0c1af,do_search,0" m0c1afreturnid => "73" m0c1afsearchfield => "silnik,nadwozie,skrzyniabiegow,przebi..." m0c1aflang => "pl_PL" search_category => "-1" m0c1afcd_prop...
- Fri Dec 30, 2011 9:46 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Products module - sort search results
- Replies: 3
- Views: 1493
Re: Products module - sort search results
Still haven't solved that as i was busy with other, higher priority, project. Basicly what I've done so far is passing sorting types through URL and it works pretty well while using default action. Altough, still can't figure out how to solve search results sorting. What i actually don't know is how...
- Fri Dec 16, 2011 11:47 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Products module - sort search results
- Replies: 3
- Views: 1493
[SOLVED]Products module - sort search results
Hello, I'm working on sorting results with Products module search action. I want to be able to sort it after getting result page. I've came up with an idea - use GET instead of POST with search form, and after that sortby sorttype and sortorder are passed to GET by url. So it would be: get current u...
- Mon Dec 12, 2011 8:25 am
- Forum: Polish - Polski
- Topic: [SMARTY] Brak możlwiości przypisania wartości do zmiennej
- Replies: 2
- Views: 3565
Re: [SMARTY] Brak możlwiości przypisania wartości do zmienne
Ja tak łączyłem ciągi tekstowe w smarty:
"$entry->file_location|cat:'/'|cat:$entry->fields.zdjecie->value "
pozdrawiam
"$entry->file_location|cat:'/'|cat:$entry->fields.zdjecie->value "
pozdrawiam
- Thu Dec 08, 2011 3:29 pm
- Forum: Modules/Add-Ons
- Topic: Products module - resizing files on uploads
- Replies: 1
- Views: 1095
Products module - resizing files on uploads
Hello, Long story short - i know it has been discussed a lot and official message is that we don't want to do that. But the issue is - my customer has very little knowledge about anything related to computers. Is there a way to resize uploaded image if it's bigger than 640x480, so in case he wants t...
- Thu Dec 08, 2011 2:11 pm
- Forum: Modules/Add-Ons
- Topic: Banners module - swf files
- Replies: 1
- Views: 692
Banners module - swf files
Hello,
is there a possibility to use swf files as banners in this module?
thanks for help
czeslav
is there a possibility to use swf files as banners in this module?
thanks for help
czeslav
- Thu Dec 08, 2011 11:58 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Looking for module - generating PDFs
- Replies: 6
- Views: 1699
Re: Looking for module - generating PDFs
Will stick to plain TCPDF lib. PDF Generator module seems too limited and more difficult to use 
Thanks for help.

Thanks for help.
- Thu Dec 08, 2011 11:07 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Looking for module - generating PDFs
- Replies: 6
- Views: 1699
Re: Looking for module - generating PDFs
Hmm tried to use it with default template:
<h1>{$title}</h1>
{$content}
On some static page, and browser returns no content. Any idea how to get it started to work?
<h1>{$title}</h1>
{$content}
On some static page, and browser returns no content. Any idea how to get it started to work?
- Thu Dec 08, 2011 10:23 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Looking for module - generating PDFs
- Replies: 6
- Views: 1699
Re: Looking for module - generating PDFs
Thank you for suggestion, will try it now.
best regards
czeslav
best regards
czeslav
- Wed Dec 07, 2011 1:00 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Looking for module - generating PDFs
- Replies: 6
- Views: 1699
[SOLVED] Looking for module - generating PDFs
Hello, I'm using Products module for my project. I wan't to add "PDF" button on details page, which would redirect to dynamically generated PDF file with custom layout filled with data (text and photos) from Products module. I've tried to look for similar topics. All were relating to Print...
- Fri Dec 02, 2011 10:43 am
- Forum: Modules/Add-Ons
- Topic: Products module - fields validation
- Replies: 1
- Views: 836
Products module - fields validation
Hello, next part of issues with Products module: I want to make some of fields (both custom, and default like 'price') required. Is it possible with default module SMARTY functions or do I need to completly rewrite editproduct.tpl to write it myself from scratch? Or is there any other method that wo...
- Thu Dec 01, 2011 8:33 am
- Forum: Modules/Add-Ons
- Topic: Products module - custom fields search again [SOLVED]
- Replies: 0
- Views: 799
Products module - custom fields search again [SOLVED]
Hello, I'm having following problem with searching by custom fields in Products module: I'm having custom field called "mileage" (car mileage) which is input field. I've added it as paramatere to products search action, and called it in template. Problem is, I don't wanna have exact mileag...
- Tue Nov 29, 2011 10:44 am
- Forum: Developers Discussion
- Topic: Accessing cmsms() in file loaded by JS
- Replies: 2
- Views: 1624
Re: Accessing cmsms() in file loaded by JS
Ok so tried couple of things but still can't figure out how to solve this. Basicly i've got defined action.gethierarchy.php inside module dir: <?php if (!isset($gCms)) exit; if ($_GET['_value']) { require_once('custom_hierarchy_queries.php'); $deb = (int) function_exists('cmsms'); $hierarchy_items =...