Search found 15 matches
- Tue Oct 20, 2020 8:06 am
- Forum: Modules/Add-Ons
- Topic: Products and pretty url
- Replies: 3
- Views: 1292
Re: Products and pretty url
From the help: "This parameter specifies a comma separated list of actions to which pretty urls should not be generated. i.e: notpretty=hierarchy,default will not generate pretty urls to hierarchy, or summary (default) actions, but will allow generation of pretty urls to detail views. As a spe...
- Mon Oct 19, 2020 4:21 pm
- Forum: Modules/Add-Ons
- Topic: Products and pretty url
- Replies: 3
- Views: 1292
Re: Products and pretty url
I put this screenshot to show you that current url and $lastpage_url is same with pretty url
- Mon Oct 19, 2020 3:14 pm
- Forum: Modules/Add-Ons
- Topic: Products and pretty url
- Replies: 3
- Views: 1292
Products and pretty url
hi, I have an issue with the Products mod when I'm use pretty url. I show first the hierarchy view and when you click on a hierarchy you can see all items inside, but one by one; I have a page limit set on 1. The problem is about pagination witch doesn't since I set the rewrite mod to have pretty ur...
- Sun Mar 19, 2017 3:02 pm
- Forum: Modules/Add-Ons
- Topic: Company directory : few questions
- Replies: 2
- Views: 2003
Re: Company directory : few questions
Hi mebots,
still have no answer and still searching...
still have no answer and still searching...

- Thu Oct 06, 2016 4:01 am
- Forum: Modules/Add-Ons
- Topic: Company directory : few questions
- Replies: 2
- Views: 2003
Company directory : few questions
Hi, i'm trying to use, in the right way, Compagny Directory on a website but i have few troubles with it, that you can maybe help me to solve. for the moment, in the main content i have: {CompanyDirectory} In aside i have: {CompanyDirectory action="search" mastersearch=1 resultpage="n...
- Mon Jun 18, 2012 10:56 pm
- Forum: The Lounge
- Topic: instant chat same as facebook one
- Replies: 0
- Views: 2161
instant chat same as facebook one
Hi everybody, i did an instant chat same as facebook one, with jquery, witch works perfectly. several windows can be opened for several chats at the same time (1 chat window -> 1 user chat) the only problem i have is when i change page or refresh it, the chat windows close themselves because i don't...
- Sat May 12, 2012 2:55 pm
- Forum: French - Français
- Topic: CGUserDirectory 406 NOT ACCEPTABLE
- Replies: 7
- Views: 9406
Re: CGUserDirectory 406 NOT ACCEPTABLE
je suis aussi chez hostpapa, et lors de l'install, j'avais les mêmes soucis de fonctions desactivées et de max_execution_time. J'ai résolu le soucis en 30s en modifiant le php.ini qui se trouve dans publi_html/etc y'a 2 choses à changer: max_execution_time à passer à 60s au lieu de 30s et disable_fu...
- Sat Mar 17, 2012 2:22 am
- Forum: Modules/Add-Ons
- Topic: Number of pictures in subgalleries (Gallery module)
- Replies: 2
- Views: 1138
Re: Number of pictures in subgalleries (Gallery module)
I come a little bit late but i was searching how to do about the same thing and i find a way! I would like to know how many folder there is in each gallery in my template, inside the loop, i call the gallery with special template: {Gallery dir=$image->filename template="nb_sub"} so, all th...
- Tue Dec 06, 2011 2:48 pm
- Forum: Modules/Add-Ons
- Topic: Products Fieldvals
- Replies: 1
- Views: 873
Re: Products Fieldvals
hi, a little bit late to answer but i had the same problem today and i resolved it by this way: you have to use two parameters "field" and "fieldval" {Products action="default" summarytemplate="Lijst" pagelimit="4" fieldid="selected id" fie...
- Thu Nov 24, 2011 10:28 am
- Forum: Modules/Add-Ons
- Topic: CGGooglemaps in a hidden tab
- Replies: 0
- Views: 577
CGGooglemaps in a hidden tab
hi, i use CGGooglemaps with dynamics markers in a hidden jquery tab. When i click on the tab, everything appear as it must do but, the map is not initialized correctly. A lot of solutions can be found on internet with googlemaps v2 or v3 but no one works with CGGooglemaps: for example, map.checkResi...
- Mon Nov 14, 2011 5:02 pm
- Forum: Modules/Add-Ons
- Topic: frontenduser image property
- Replies: 2
- Views: 772
Re: frontenduser image property
I used to do it with CGSmartimage
Here is the code i use:
Here is the code i use:
Code: Select all
{capture assign="photo"}{$entry->file_location}/{$entry->fields.image1->value}{/capture}
{CGSmartImage src=$photo filter_resize='h,300'}
- Mon Nov 14, 2011 4:13 pm
- Forum: Modules/Add-Ons
- Topic: cmsms and cometchat
- Replies: 1
- Views: 855
cmsms and cometchat
hi,
did someone allready tried to use cometchat with cmsms?
if yes, is it easy to integrate it?
if no, do you think it could be easy to integrate it?
thanks
did someone allready tried to use cometchat with cmsms?
if yes, is it easy to integrate it?
if no, do you think it could be easy to integrate it?
thanks
- Tue Nov 01, 2011 11:30 pm
- Forum: Modules/Add-Ons
- Topic: Selfregistration and packages
- Replies: 0
- Views: 550
Selfregistration and packages
hi, i use SelfRgistration module with choice of 2 packages. It work properly when we fill correctly the second form (the one with all the details) but if the user makes an error, the user get redirected to the first form (package select) and nor error message appear. is it normal or not and how can ...
- Tue Nov 01, 2011 11:22 pm
- Forum: Modules/Add-Ons
- Topic: Products module
- Replies: 0
- Views: 508
Products module
hi, i use the Products module in my website but the search form of this module doesn't work as i would like. when we do a special search with differents options, i have the goo result on the "result page" but the search form get empty. I would like that the search form keep and display the...
- Tue Nov 01, 2011 3:15 pm
- Forum: Modules/Add-Ons
- Topic: fontEndUsers and ajax
- Replies: 0
- Views: 791
fontEndUsers and ajax
Hi, for my website, i use FrontEndUsers module and put the login-logout form in a sliding panel that we can open with jquery fonction. Now, when we login or logout, page reloard itself and automatically close the panel. I would like to know if it's possible to use ajax for login and logout because i...