Search found 41 matches
- Wed Jan 20, 2016 2:54 pm
- Forum: Modules/Add-Ons
- Topic: StripeGateway module has deprecated parameter
- Replies: 0
- Views: 3357
StripeGateway module has deprecated parameter
Robert - if you see this you probably already know I submitted it as a bug to the module, not cos it's much of a bug but just to alert you that that parameter was deprecated. While testing this module the test transactions always failed with a non-specific error message saying the transaction could ...
- Thu Jan 14, 2016 4:35 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Do FEU user props still work in CGUserDirectory?
- Replies: 6
- Views: 1918
Re: Do FEU user properties still work in CGUserDirectory?
Robert, thanks for that - page is back as it was now. Can I conclude then that it's the Smarty {capture} syntax that's changed? I should have checked whether there was an update to capture but I just looked now and the syntax does seem different. Now I just need to work out why none of the form fiel...
- Thu Jan 14, 2016 1:29 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Do FEU user props still work in CGUserDirectory?
- Replies: 6
- Views: 1918
Re: Do FEU user properties still work in CGUserDirectory?
Robert, I had another bash at generating some errors for the log and got this which may help: [Thu Jan 14 07:36:10.449456 2016] [:error] [pid 3037] [client 91.108.183.34:51823] PHP Notice: Trying to get property of non-object in /var/www/html/tpb/tmp/templates_c/1ed9b7e2d86c34f9dab8c572f920035e590a1...
- Thu Jan 14, 2016 10:50 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Do FEU user props still work in CGUserDirectory?
- Replies: 6
- Views: 1918
Re: Do FEU user properties still work in CGUserDirectory?
Thanks, Robert.
- Wed Jan 13, 2016 4:27 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Do FEU user props still work in CGUserDirectory?
- Replies: 6
- Views: 1918
[Solved] Do FEU user props still work in CGUserDirectory?
Hi all, I have just upgraded a fairly elderly site that used FEU and UserDirectory modules in tandem. On a user profile page, a UserDirectory detail template allowed a logged in user to view their profile details but rather than just dumping info to the page via the foreach I used this code: {captur...
- Tue Apr 03, 2012 10:17 am
- Forum: Modules/Add-Ons
- Topic: Proposed Products module update - co-sponsors required
- Replies: 1
- Views: 1286
Proposed Products module update - co-sponsors required
Hi everyone, I'm just finishing building a bookshop using the Products module. Everything is more or less perfect but there's one element that would really make the system better for me - and probably other users too... Multi-select lists as field definitions. For instance, many of the books in the ...
- Sun Apr 01, 2012 8:46 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Is there working tagging module?
- Replies: 5
- Views: 1658
Re: Is there working tagging module?
I looked at Simple Tagging for a recent project but it seemed pretty limited. What's the potential for creating a fork of something like ListIt2 and using it to create a true taxonomy tree and then have a module like Company Directory or Products 'subscribe' to the taxonomies through inclusion via a...
- Sun Dec 18, 2011 9:39 pm
- Forum: Modules/Add-Ons
- Topic: Products module template caching issue?
- Replies: 0
- Views: 859
Products module template caching issue?
I am building a bookshop using CMS1.10.2 with Products 2.15.1. I defined a checkbox Custom Field (preordered) to denote that a particular book is currently only available for pre-order and I altered the Prod detail template so that if the field was 'true' a block of text explaining about pre-orderin...
- Sat May 28, 2011 11:21 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Adding the Registration/Login Form in Orders Module
- Replies: 3
- Views: 1806
Re: Adding the Registration/Login Form in Orders Module
I was also wrestling with this problem and after a bit of forum-prodding I found this alternative method. It seems likely that the Orders template no longer processes the {if logged_in} but by using Custom Content you can effect the same result by wrapping the {Orders} tag on the Checkout page with ...
- Wed Feb 23, 2011 2:30 pm
- Forum: Announcements
- Topic: Announcing Cms Made Simple 1.9.3 - Motu Tane
- Replies: 19
- Views: 24688
Re: Announcing Cms Made Simple 1.9.3 - Motu Tane
I was also suffering from the non-appearing TinyMCE issue. To fix it I:
a) Changed permissions on the Tiny module folder to chmod -R 777
b) Uninstalled and reinstalled Tiny
c) Did a force reload of a news article edit page where it wasn't showing
It appeared.
a) Changed permissions on the Tiny module folder to chmod -R 777
b) Uninstalled and reinstalled Tiny
c) Did a force reload of a news article edit page where it wasn't showing
It appeared.
- Sun Jul 11, 2010 9:49 pm
- Forum: General Discussion
- Topic: Why so few templates available?
- Replies: 24
- Views: 10948
Re: Why so few templates available?
I find it odd reading posts like the OP because it makes me realise how the CMS world has changed from the early days to the point that people now expect to have every aspect of the system laid on for them for free - backend database-driven system handles content and skin/template/theme/whatever dea...
- Wed Jun 23, 2010 10:42 am
- Forum: The Lounge
- Topic: Meetup/Pub Crawl in Europe?
- Replies: 6
- Views: 3284
Re: Meetup/Pub Crawl in Europe?
I'm broadly in favour of Brussels as well since it's quite central although, obviously, Paris would be more exciting. Problem is that if no-one actually _knows_ a good bar in Paris that we could get to we'd all just end up in the bar nearest to the station we arrived into... Brussels at last has the...
- Sun Apr 18, 2010 4:08 pm
- Forum: Modules/Add-Ons
- Topic: NMS 2.3 - Call to undefined method NMS::GetMimetype()
- Replies: 3
- Views: 3049
Re: NMS 2.3 - Call to undefined method NMS::GetMimetype()
NMS has been updated today (April 18) so i urge you to upgrade.
I was experiencing the same issue as above but after upgrading the module processes jobs as before and the error is gone.
I was experiencing the same issue as above but after upgrading the module processes jobs as before and the error is gone.
- Sat Nov 14, 2009 3:04 pm
- Forum: Modules/Add-Ons
- Topic: Product Module - Field Definitions - Problem
- Replies: 1
- Views: 1260
Re: Product Module - Field Definitions - Problem
Here's how I did it - i wanted to pull out the individual fields and wrap them in their own html so: <div class="product_detail_field"> <span class="detail_field_label">Location: </span><span class="detail_field_value">{$entry->fields.Location->value}</span><br /><...
- Thu Apr 02, 2009 11:29 pm
- Forum: CMS Show Off
- Topic: The first one I dare to show...
- Replies: 7
- Views: 3777
Re: The first one I dare to show...
I Like it a lot but one issue I find viewing it in FF3 on a Mac laptop is that because the text is white on a black background it's size makes it hard to read. I know that normally a PC will render text slightly larger and you may not have tested it on a Mac yet. Otherwise 'goed gedaan voor uw eerst...