Hi There,
I posted to the add-on's support area a few weeks ago but haven't heard anyting so thought I'd post here.
Does anyone know how to control the markup for form fields generated by this add-on - the text fields need:
[code]
type="text"
[/c…
Hi all,
I have seen this pop up a few times around the forum but they all seem to be older posts (I apologise if I have missed something).
I have a stack which houses all my default theme blocks that will appear in different areas of my site and I w…
This should be simple - shouldn't it?
I have a htm file uploaded into my theme directory called "launch_pad_calendar_iframe.htm" I want to put this inside an iframe. What would the URL be?
because when I put
www.mysite.co.nz/launch_pad_calendar_…
Hi, I'm trying to setup a workaround for another issue and need to use a URL variable like: /login/logout?page=abc
However, I guess because it gets redirected to the login page the URL variable goes away.
Is there an actual logout page that I can re…
Hi, fresh install of 5.6.0.1. Stock site, autonav is not displaying any classes. It is showing class="" for both li's and a href's. Any ideas why the classes aren't populating?
Also, just to check, I tried Jordan's awesome autonav view.php code and it …
Hi,
Is there a way to only show a div to the page owner?
I want the general page to be viewable by everyone (therefore permissions seem to be out of the question) and only show a certain div when the page owner visits that page.
Some along the line…
I have some code added to a page that automatically adds a user to a specific group:
[code]
$g = Group::getByID(5);
$u = new User();
$u->enterGroup($g);
[/code]
The code is working but the permissions for that group aren't taking affect until af…
HI,
why, oh why, this is not working?
[code]
if($c->getAttribute('product_icon')) {
$icon = Loader::Helper('image');
$icon->getThumbnail($c->getAttribute('product_icon'), 128, 128);
echo '';
}
[/code]
While this is working as …
I've recently updated to 5.6.0.1 and turned on Advanced Permissions. As far as I can tell, I've set the permissions so that everyone in the administrators group should be able to see all the files in the File Manager.
But right now only the superadmin …
Is it possible to add a user to a particular group when they visit a specific page? How could I set this up?
EDIT: I was able to get the user added to the group by doing this:
[code]
$g = Group::getByID(5);
$u = new User();
$u->enterGroup($g);
[…
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.