Developing (v7+)

Package Overrides?

Can anyone give me a definitive answer on this one? I became more motivated to find out how this works after I discovered the package update system deletes the package as it's installing a new one - so if you've hastily edited something in a block that…

Removing item from dashboard navigation

I am having my first go with creating C5 single pages for the dashboard. I made an had to remove my addition from the dashboard navigation. I had include this via single pages /dashboard/cashenvoy/alltransactions /dashboard/cashenvoy/incompletetra…

Contact Page

I lost my contact page and the link to it in the breadcrumb bar. I didn't see an add on I could use to get it back on. Any suggestions on how to get a contact page with accompanying fields back on my site? www.sweetsodypop.com

http_post to c5 single page

I created a single page on my c5 site. There is an another website that sends data to that page via http_post. But I am unable to retrieve the values sent by the http_post. I have tried $_POST and $this->post. Please is there something i need to enable …

Methods for a User on a Public Profile Page

I would like to get a user's email address and display it on their public profile page (i.e. an "Email John Smith" link from his profile page). I was using the various User methods ($u->getUserName() and such), however I'm not sure how to load the info…

Validating a user attribute on login form

Can anyone guide me to the answer please!. I have to set up new users manually which involves assigning them a particular number. I have set this up in the user attributes in the User & Groups. There is an option to add the field to the registration form …

Sub pages not displaying design from header.php

Hi not sure if this is something to with a server issue. I have just set up a new design with the home page displaying correctly with header.php call coming in fine which includes the css styles, however sub pages about us etc do not bring in the exact s…

Special Characters eCommerce Emails

I noticed that the Emails sent from eCommerce (Order and Receipt) do not display special characters such as ü ö ä. I have been trying to add the utf_decode() function but without success. Here's a sample of what it looks like: --- Nachname: L�thi ---…

Calling Controller Method from URL in a Single Page

Ok, I have never got this to work so apparently I'm not understanding "how" this is supposed to work. According to the documentation in order to call a controller method from within a single page I should be able to do either: [code] [/code] o…

Filter Posts