Highlighted Add-on I am curious to know why the folks at C5 keep listing the plug-in Teal Estates as a featured item on the home screen when you log into a C5 website. I purchased this plugin back… says waynemoore on 07/23/20 at 4:50 pm
Initial install of 5.7.3.1 at GoDaddy Has there been any progress on this I am experiencing the same issue with getting the 500 internal Server error. I am moving a new site from my dev server to the client's Godaddy w… says waynemoore on 08/01/16 at 2:11 pm, in reply to Be gentle, I'm new here. I'…
Form block required field error alert message text For the first time in awhile when testing a new survey created for a site using the basic form block I happened to see the error alert message for not filling in a required field. … says waynemoore on 10/16/15 at 2:01 pm
Home page keeps being placed in the trash I have a client that is experiencing a unique issue. Sometimes when he is editing the home page it along with the entire site structure gets placed in the site trash. Once in the t… says waynemoore on 01/28/15 at 4:56 pm
Next & Previous Nav block showing pages excluded from nav I am using the Next & Previous Nav block and it is showing showing the pages I have excluded from the nav. Is there a way to stop this from happening? says waynemoore on 08/28/14 at 4:24 pm
possible firewall issue the css issue was a browser caching issue and has been resolved. But the add link issue persists. Basically only in this specific office when our client attempts to add an exte… says waynemoore on 08/07/14 at 9:35 pm, in reply to We are having a strange proble…
We are having a strange problem with a client's site. We are having css issues and content block issues only in the client's office. For css on only one page of the site we are hav… says waynemoore on 07/30/14 at 3:31 pm
Help Loading Constant Contact I am having similar issues. When I put the code snippet into an html block the form shows up correctly but once it's on the page I lose the Concrete5 toolbar and editing capabiliti… says waynemoore on 12/21/12 at 3:59 pm, in reply to We are currently using Constan…
Override core controllers in 5.6 Where would I find the code that builds the email header that used to be in concrete/blocks/form/controller.php starting on line 331 (see code snippet below) [code] $mh = L… says waynemoore on 09/26/12 at 10:09 am, in reply to Hi I want to override the form…
Advanced Permissions question thanks Franz, Sorry for repetitive questions but we need to figure out if it would be better to wait to develop the site we are starting until the new version of Concrete 5 is … says waynemoore on 07/19/12 at 1:21 pm, in reply to Yes. The advanced permissions …
Franz, Thanks for the reply, but I don't understand your answer. says waynemoore on 07/19/12 at 11:59 am, in reply to Yes. You should try it and …
We are just about to start development on a site that will make extensive use of the advanced permissions features. My question is how will this update effect an already develop… says waynemoore on 07/19/12 at 11:16 am
new update woes Franz, thanks for responding :) I am off the ledge and I am finding some very slick parts of the new interface that I really like. Although I still do like having that left nav col… says waynemoore on 01/31/12 at 6:11 pm, in reply to A lot of interfaces are actual…
I am definitely not a fan of the latest 5.5 update, it will bring lots of un-needed headaches. God forbid a basic user decides to update a site I built in C5 for them. I know I wil… says waynemoore on 01/31/12 at 5:00 pm
RSS Feed Title & Summary Cropping ok that was quick: [code]echo $textHelper->shortText( strip_tags(substr ($item->get_description(),0,180)) ."...");[/code] This will limit the summary to 180 characters and ad… says waynemoore on 12/05/11 at 10:46 am, in reply to I have been playing around wit…
I have been playing around with this and found that this works [code]echo $textHelper->shortText( strip_tags(substr ($item->get_description(),0,100)) );[/code] it effectively… says waynemoore on 12/05/11 at 10:43 am, in reply to Anybody?