- Posts: 16
COMMUNITY FORUM
In k2 user i can't see send a new item.
- mobileadv
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
Giovanni wrote: hi, I'm using k2 for my blog but I can not solve a problem. I activated the form k2 user and I have appointed him access to the blog. once published, but do not I see the words "send a new item" before "my page". the template that is used bt magazine.
Can u help me?
Here the screenshot:
It needs for me because to enable user to send new itam by front end of k2.
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
If you are comfortable working with simple code you can open your browser's developer tools and see the values the <ul> element is inheriting.
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
<ul class="k2UserBlockActions">
<li>
<a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="/il-blog/item/add.html?tmpl=component">Aggiungi una nuova voce</a>
</li>
but it doesn't appear
Please Log in or Create an account to join the conversation.
- mobileadv
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
There is a conflict between Bootstrap , Joomla!'s native lightbox and your template. You need to replace modal with the class Bootstrap uses for lightboxes. Alternatively you ask the template developer for assistance.
Please Log in or Create an account to join the conversation.