I want to add activity panel. how to do it?? please help.. I am new to telescope. how to change particular form like edit user form and want to create new page for activity panel.. is activity panel already present in telescope. and as well as I want to know that is telescope having admin panel?
I only konw that the first user of your telescope is admin. If you want to change the form, you can learn about the third package of aldeed:autoform.
https://atmospherejs.com/aldeed/autoform
Related
I'm sorry for my English.
I'm new here, I would like to ask. i want to create a registration form. In this registration form i would like to have a field that someone could add a code and enable a particular role for him. Also i would like to have the ability to put more than one code with a "+" button and enable more roles for this account. Is it possible to do something like this or is there any plugin to do it?
Thank you
I have a menu "Become VIP" on my top main menubar. I created a particular user role who will get VIP access. If someone adds this user group, I want the "Become VIP" menu to be disabled from the top main menubar. Could someone help me?
You’re gonna want to add a conditional in your template. You can find the code snippet you need here: Get user role by ID WordPress
Can any one help me with adding custom field in create user page in alfresco,
I tried adding custom field in profile by referring
http://ecmarchitect.com/archives/2012/02/27/1555
but how to do it for create user page in admin console?
i had gone through the users.js and edited with the new field created by referring the above link. but still im not able to save the field for newly created users and while updating user from admin console.
Anyone, Kindly help me in this regard.
Thanks.
There are many changes required in different file.
Take the help of this link Custom Field in User Profile. May be you will get some idea.
I am working on word press project. My task is to create a module where user can create a feedback form in admin panel. And this feedback form is going to be reflected in front end, so that all user can fill it.
Please tell me what is the exact way to achieve this.
I Don't want code, just a guidance regarding plugins or wordpress api which can be helpful for me in this task.
Thanks
Have a look at Contact Form 7.
In the admin Panel you can create Forms that can be inserted in your Pages with shortcode.
I want to keep track of all items added to uber cart. I.e. Whenever someone clicks ADD TO CART, I want to: create a database entry of the time and item added.
This way I can see which items are most clicked on.
The logic to add it to a db etc is easy to do. What I need to know is, how do I plug into the "add to cart" part. I.e. How do I know when this has been clicked?
You should be able to implement hook_add_to_cart in a custom module, which will get called exactly as you describe above.
In Drupal 7 it changed to hook_uc_add_to_cart