Search found 17 matches
- Wed Feb 06, 2013 7:28 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedback: How to create more then one star ratings?
- Replies: 5
- Views: 1532
Re: CGFeedback: How to create more then one star ratings?
Nice, but it sounds like a partial solution. It works I guess, but how to generate an average rating of all 3 together?
- Wed Feb 06, 2013 11:01 am
- Forum: Modules/Add-Ons
- Topic: CGFeedback: How to create more then one star ratings?
- Replies: 5
- Views: 1532
Re: CGFeedback: How to create more then one star ratings?
When using a combination of CompanyDirectory and CGFeedback I like to add more then one star rating to a company.
For example: Visitors of a hotel directory can give 3 different star ratings for service, price and location.
For example: Visitors of a hotel directory can give 3 different star ratings for service, price and location.
- Tue Jan 22, 2013 8:27 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory & PostCode LookUp Postcalcode Radiussearch
- Replies: 2
- Views: 1255
Re: CompanyDirectory & PostCode LookUp Postcalcode Radiussea
I've got exact the same problem.
In my case:
No postcode = show all
A postcode = show nothing
Did you resolved this problem? If yes, how?
In my case:
No postcode = show all
A postcode = show nothing
Did you resolved this problem? If yes, how?
- Tue Jan 22, 2013 12:27 pm
- Forum: Modules/Add-Ons
- Topic: CGGoogleMaps: how to add extra value with cggm_add_dynpoint?
- Replies: 0
- Views: 611
CGGoogleMaps: how to add extra value with cggm_add_dynpoint?
CMSMS 1.11.4 CGGoogleMaps 2.4.3 Problem: I like to add an URL to a marker, so I can link the marker to another page. Question: How can I add an URL to cggm_add_dynpoint? Stuck at the CGGM Javascript template of a map: / build the markers jQuery('#cggm_map_defn_'+mapInstance+' div.cggm_map_markers > ...
- Fri Jan 18, 2013 7:55 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
Re: CompanyDirectory: browsehier action does not sort A-Z
This script sorts the child arrays by name, but strips the first parent arrays. The question is, how to get the parent arrays in order and working again? <?php # # Modifier: sortby - allows arrays of named arrays to be sorted by a given field # function smarty_modifier_sortby($data) { $nodes = array...
- Fri Jan 18, 2013 3:22 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
Re: CompanyDirectory: browsehier action does not sort A-Z
No results. Maybe the multidimensional output does the harm. Array ( [00001] => Array ( [00002] => Array ( [node] => Array ( [id] => 2 [name] => Bedum [parent_id] => 1 [hierarchy] => 00001.00002 [long_name] => Groningen | Bedum [count] => 0 [depth] => 2 [url] => http://alink ) ) [00003] => Array ( [...
- Fri Jan 18, 2013 10:04 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
Re: CompanyDirectory: browsehier action does not sort A-Z
:-\ I tried to sort the array with a SMARTY modifier script in PHP... <?php # # Modifier: sortby - allows arrays of named arrays to be sorted by a given field # function smarty_modifier_sortby($data) { usort($data, function($a, $b){ $a = strnatcmp($a['node']['name']); $b = strnatcmp($b['node']['name...
- Fri Jan 11, 2013 8:26 am
- Forum: Modules/Add-Ons
- Topic: Pretty urls breaks multiple detailpage param usage? (news)
- Replies: 3
- Views: 1402
Re: Pretty urls breaks multiple detailpage param usage? (new
The same problem here in CMSMS 1.11.4 Partial solution: http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=61790&p=282665&hilit=news+detailpage#p282665 Set default detailpage in News options and clear cache. I also did set the URL again to get it working right. Unfortunately, I can't get...
- Thu Jan 10, 2013 8:51 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
Re: CompanyDirectory: browsehier action does not sort A-Z
It does display:
parent
- child
- child
parent
- child
- child
But it doesn't order A-Z, like:
Aparent
- Achild
- Bchild
Cparent
- Ychild
- Zchild
parent
- child
- child
parent
- child
- child
But it doesn't order A-Z, like:
Aparent
- Achild
- Bchild
Cparent
- Ychild
- Zchild
- Wed Jan 09, 2013 3:33 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
Re: CompanyDirectory: browsehier action does not sort A-Z
The only option available (in my case) is to add or remove parents or children from the hierarchy list. Everything seems to be sorted at 'auto increment ID'.
- Sat Jan 05, 2013 8:56 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory: browsehier action does not sort A-Z
- Replies: 10
- Views: 3006
CompanyDirectory: browsehier action does not sort A-Z
CMSMS 1.11.4 CompanyDirectory 1.16.2 Question: How to sort the browsehier output alphabetically? Example: {CompanyDirectory action="categorylist"} does sort A-Z, but {CompanyDirectory action="browsehier"} doesn't. I like to sort it (automatically) like this: A - A - B - C B - X -...
- Mon Nov 19, 2012 11:10 am
- Forum: Dutch - Nederlands
- Topic: Kan CGFeedBack meer dan 1 rating per item tonen?
- Replies: 0
- Views: 710
Kan CGFeedBack meer dan 1 rating per item tonen?
Specs: - CMSMS 1.11.2 - CGFeedback 1.5.10 Vraag 1: Is het mogelijk om meerdere ratings voor 1 item in te stellen? Voorbeeld: Webwinkel review: Prijs XX--- Afhandeling XXXX- Bezorging XX--- Vraag 2: En als dat werkt een stapje verder waarbij de gemiddelden van alle stemmen per rating per item kunnen ...
- Mon Nov 05, 2012 10:48 am
- Forum: Modules/Add-Ons
- Topic: CGFeedback: How to create more then one star ratings?
- Replies: 5
- Views: 1532
CGFeedback: How to create more then one star ratings?
- CMSMS 1.11.2 - CGFeedback 1.5.10 - (..) How do I create a (comments and) ratings template which allow me to add more then one 'star rating'? For example: Price: XX000 Service: XXX00 Delivery: X0000 And for the rating template: (All ratings) Price: XXXX0 Service: XXX00 Delivery: XXXXX Overall: XXXX0
- Thu Oct 18, 2012 7:32 am
- Forum: Dutch - Nederlands
- Topic: Hoe kan men een 'Flat URL' genereren?
- Replies: 9
- Views: 2044
Re: Hoe kan men een 'Flat URL' genereren?
Het antwoord is 'verkeerde interpretatie'.. De pagina mutatie instelling voor flat URL's werkt alleen in combinatie met de optie 'Automatisch pagina URL's aanmaken: Ja'. Op het moment dat de pagina wordt opgeslagen (ook zonder wijzigingen) , dan wordt de 'Pagina URL:' in 'Pagina Opties' automatisch ...
- Tue Oct 16, 2012 11:12 am
- Forum: Dutch - Nederlands
- Topic: Hoe kan men een 'Flat URL' genereren?
- Replies: 9
- Views: 2044
Re: Hoe kan men een 'Flat URL' genereren?
Is dit probleem te classificeren als bug of pas ik de functie voor het verkeerde doel toe?