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 …
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…
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(…
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…
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…
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 …
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? …
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…
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 …
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…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.