Developing (v7+)

Custom Login Page Created (No Autonav) - "with a catch"

I have made a custom login page and it's working fine. I have areas of a site that require a successful login in order to view, for instance the catalog. If I go directly to www.mysite.com/login it pulls the correct login page in the theme with the …

Tranferring Site

Hi Guys Here's the issue. I generally setup a test directory for each new concrete site i make where the client can see the design, and features and i tweak the site to their liking. However, increasingly clients want to populate this test site with…

Using config vs db.xml/model for a package

Hi, I was reading the doc during i'm eating. I found the config page that explain that you can save some key/value for a specific package. [code] $co = new Config(); $pkg = Package::getByHandle("calendar"); $co->setPackageObject($pkg); $co->save(…

"Forbidden" message adding affiliate banner

Hi everyone, I can't find anything to directly answer this question. I am trying to add an affiliate advertising banner to my site. I have tried pasting in the html generated at Commission Junction using an html block as well as a content block, and ea…

Filter by attribute (advanced search)

I have a advanced search form build by the IndexedPageList. Normally it shows all results with only the CollectionTypeHandle("material") as filter. In my example the total number of results is 6. My problem is when i'm applying other filters to the Indexe…

members page

Hello All, Hope everyone had a great Thanksgiving. I have a kinda dumb issue and need a little help figuring this out. I am in the process of creating a site with a members only section, the members only section is to wholesale products for my client …

Resources for skinning discussion forum

Hi there, I need to change the design and look of the add-on 'discussion forum' and haven't been able to find any resources on how to do that. I love the discussion forum on this site, how would I go about making mine behave and look more like this? …

setBlockWrapper if block type.

Hello I'm really stuck with my theme, Heres the code I have in full.php [code] $a = new Area('Main'); $start = ''; $end = ''; $a->setBlockWrapperStart($start); $a->setBlockWrapperEnd($end); $a->display($c); [/code] What I woul…

Multi-Tier Membership Site

Thank you in advance for your replies. We are new to C5 and still finding our way around while building and transferring our current site content. I'm currently building a site that will require a multi-tier membership for our school. I'll do my best …

C5 bug or just improper javascript loading?

Howdy, When I do the following to load a css file from my custom block's controller.php add() function: [code] $html = Loader::helper('html'); $this->addHeaderItem($html->css($this::BLOCK_ROOT . '/css/mystyles.css')); [/code] My css lo…

Filter Posts