Developing (v7+)

Where to find V 7 equivalents for V 6 coding

I have some code in my V 6 application that I need to rewrite for V 7 [code] $ih = Loader::helper('image'); // For image $av = Loader::helper('concrete/avatar'); Loader::model('user_list'); $list = new UserList(); // Get only users who are in the …

Custom Login URL On NGINX Server and Invalid Token

Sorry if I'm posting in the wrong forum here - I honestly have no idea where I'd go to solve this issue. I'm running a site with Concrete 5.7.5.9 on an NGINX server. We needed the /login url to redirect to a different site, so we threw: [code] loc…

Form Address Block Issue

Is anyone having issues with the new forms in 8.0+? Specifically at times users browsers will not populate U.S. States, therefore making it impossible for them to finish a form where Address is required. Thank you for your help! www.susd.org

Hyperlinks not including WWW

Seemingly sporadically, hyperlinks to files and pages do not contain WWW and the link fails for users. I have tested this on ALL browsers, MacOS, Win8 & Win10. Trying to figure out if this is a server issue: we have an internal win 2012 server or if t…

Search engine optimization

Hi, did you need to optimize the search engine for concrete5? The current search engine is overly too simple. It is not possible to search two terms at the same time for example. Plurals are not managed neither. The documentation here mentions ti…

Need for users to search members

In version 6 I have been using the AJAX Member Directory with the result that the client and users are very happy. With version 7 I have not not found anything close, AJAX or not. Have I missed some add-on or some way I could code it without a great dea…

github installation

I'm trying to install the official c5 github develop branch on Windows 7. The git bit works, but the subsequent 'composer install' dies: "Failed to download ocramius/proxy-manager from dist: The archive may contain identical file names with different c…

without mail

Hey, I am developing a private site for a community. The fact is that there are a lot of clients who don't have a mail address. My question is if there is no possibility to avoid the need of a mail address when registering. best regards, Stefaa…

Twilio including external namespaces best practice??

Hi I need to include the PHP Twilio REST API in my package, it will use namespaces like... use Twilio\Rest\Client; use Twilio\Twiml; They suggest having the folder at the root and linking it as so: require __DIR__ . '/twilio-php-master/Twilio/autol…

chrome push notifications

I'm looking for some guidance how to integrate chrome push notifications with my concrete5 www https://github.com/GoogleChrome/samples/tree/gh-pages/push-messaging-and-notifications Any experience?

Filter Posts