Thank you so very much. My eyes somehow skipped over that seeing only the "search mode."
Now to get paging on the admin page so it does not load all 1500 entries!!
Search found 44 matches
- Wed Jun 22, 2011 5:59 pm
- Forum: Modules/Add-Ons
- Topic: Company Directory: cannot see how to set up paging?
- Replies: 2
- Views: 1499
- Thu Jun 16, 2011 5:15 am
- Forum: Modules/Add-Ons
- Topic: Company Directory: cannot see how to set up paging?
- Replies: 2
- Views: 1499
Company Directory: cannot see how to set up paging?
I looked in preferences but there is no place to set the number of entries per page. It seems no matter how many entries I add, the summary from {CompanyDirectory sortby="company_name"} is one long page. Do I need to do something in the template? I could not find any documentation explaini...
- Mon Dec 13, 2010 4:55 am
- Forum: Modules/Add-Ons
- Topic: Error installing PayPalGateway
- Replies: 2
- Views: 1100
Re: Error installing PayPalGateway
I have the latest version of CGextensions, are you saying I should go back to a previous version? If so which one?
the PayPal gateway lists these dependancies
* CGExtensions => 1.19.4
* CGPaymentGatewayBase => 1.0.9
I guess 1.19.4 ...
the PayPal gateway lists these dependancies
* CGExtensions => 1.19.4
* CGPaymentGatewayBase => 1.0.9
I guess 1.19.4 ...
- Sun Dec 12, 2010 8:33 am
- Forum: Modules/Add-Ons
- Topic: Error installing PayPalGateway
- Replies: 2
- Views: 1100
Error installing PayPalGateway
I have CMSmadesimple 1.8.2 (because cataloger not working yet in 1.9.x) and all the latest versions of the CalGuy Ecommerce suite (listed below) this is the error I get when I try to install the PayPalGateway: Fatal error: Uncaught exception 'Exception' with message 'Instance of cms_filecache_driver...
- Sat Dec 04, 2010 6:51 am
- Forum: Modules/Add-Ons
- Topic: content_alias module fails in v 1.9.1
- Replies: 1
- Views: 1054
CATALOGER issue? Re: content_alias module fails in v 1.9.1
Actually, this seems to be happening throughout the cataloger, so not a content alias issue
- Sat Dec 04, 2010 6:38 am
- Forum: Modules/Add-Ons
- Topic: content_alias module fails in v 1.9.1
- Replies: 1
- Views: 1054
content_alias module fails in v 1.9.1
Call to undefined method ContentAlias::CreateNewContent()
in /home/xxxxx/public_html/lib/classes/class.contentoperations.inc.php on line 165
does this the $gCms = cmsms(); fix?
in /home/xxxxx/public_html/lib/classes/class.contentoperations.inc.php on line 165
does this the $gCms = cmsms(); fix?
- Sat Nov 27, 2010 11:21 pm
- Forum: Modules/Add-Ons
- Topic: Is there a more advanced Shipping module for Calyguy ecommerce?
- Replies: 6
- Views: 3823
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
Ahh maybe that is the problem, CMSms v 1.8.2 - have not upgraded yet since guessing all my custom modules and UDTs will break til I get what I do for $gCMS
How do I replace this code in 1.9.2? Is it documented somewhere?
How do I replace this code in 1.9.2? Is it documented somewhere?
global $gCms;
$db = &$gCms->GetDb();
- Sat Nov 27, 2010 7:30 pm
- Forum: Modules/Add-Ons
- Topic: Is there a more advanced Shipping module for Calyguy ecommerce?
- Replies: 6
- Views: 3823
Error Installing DestinationBasedShipping
OK I used the shipping tag at the forge and found DestinationBasedSHipping which is most of what I need but when I went to install it it needed an upgrade of CGExtensions which I did. Now the install gets this error: Module ManagerModule Help Module Help Fatal error: Uncaught exception 'Exception' w...
- Sat Nov 27, 2010 6:11 am
- Forum: Modules/Add-Ons
- Topic: Is there a more advanced Shipping module for Calyguy ecommerce?
- Replies: 6
- Views: 3823
Is there a more advanced Shipping module for Calyguy ecommerce?
read through this:
http://calguy1000.com/Blogs/8/60/cmsms- ... ow-to.html
need different shipping prices for Canada and International, is there a module for that?
plus an expedited shipping option
http://calguy1000.com/Blogs/8/60/cmsms- ... ow-to.html
need different shipping prices for Canada and International, is there a module for that?
plus an expedited shipping option
- Wed Oct 06, 2010 12:24 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Company directory extra fields do not work in template?
- Replies: 7
- Views: 2810
[SOLVED] Re: Company directory extra fields do not work in template?
This was really silly. My user had not checked the public box in the custom field definition so it was not appearing. I solved it by looking at $entry within my loop in my template using the following code to see what was in that object for each item (did view source to see the results as it is with...
- Fri Oct 01, 2010 3:50 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Company directory extra fields do not work in template?
- Replies: 7
- Views: 2810
Re: Company directory extra fields do not work in template?
interesting idea but removing the foreach did not work so I put it back
- Fri Oct 01, 2010 2:50 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Company directory extra fields do not work in template?
- Replies: 7
- Views: 2810
Re: Company directory extra fields do not work in template?
Thanks for the ideas but the field is definitely called firstname and of course I have a foreach. Here is the code, the other non-custom fields come out fine: {foreach from=$items item=entry} {$entry->company_name|capitalize}, {$entry->customfieldsbyname.firstname} {$entry->address|capital...
- Thu Sep 30, 2010 5:13 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Company directory extra fields do not work in template?
- Replies: 7
- Views: 2810
[SOLVED] Company directory extra fields do not work in template?
Maybe I am misreading the instructions that I saw here http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Extensions/CompanyDirectory it says to access the extra fields in a template use: {$entry->customfieldsbyname.yourcustomfieldname} So I defined a field called firstname and tried ...
- Sat Aug 14, 2010 4:40 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Moved to a new host and admin not seeing language file
- Replies: 3
- Views: 1699
[solved] Re: Moved to a new host and admin not seeing language file
OK I reuploaded the admin folder and now all is OK. Thanks everyone.
- Sat Aug 07, 2010 7:21 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Moved to a new host and admin not seeing language file
- Replies: 3
- Views: 1699
Moved to a new host and admin not seeing language file
Ok I moved my upgraded 1.8.1 site that I could not log into to a new host and all is well EXCEPT I see things like these instead of the expected words in the admin "--Add Me - addcontent -- --Add Me - addcontent ----Add Me - expandall -- --Add Me - expandall -- --Add Me - contractall -- --Ad...