Keyword

"Add Item" link not showing front end

  • (Μολών Λaβέ)
  • (Μολών Λaβέ)'s Avatar Topic Author
  • Offline
  • New Member
More
12 years 6 months ago #64377 by (Μολών Λaβέ)
"Add Item" link not showing front end was created by (Μολών Λaβέ)
The "Add Item" link not showing front end. I have edited the user groups and all that jazz but it won't show.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #64378 by Mark Law
Replied by Mark Law on topic Re: "Add Item" link not showing front end
I have the exact same problem, the "Add Item" link is not appearing on the frontend. I can see an empty div where it should be

"Edit Item" works fine.

I'm using Joomla 2.5.4 and the current version of K2

I can see the code in the category.php file that should make it work:
<?php if(isset($this->addLink)): ?>
			<!-- Item add link -->
			<span class="catItemAddLink">
				<a class="modal" rel="{handler:'iframe',size:{x:990,y:650}}" href="<?php echo $this->addLink; ?>">
					<?php echo JText::_('K2_ADD_A_NEW_ITEM_IN_THIS_CATEGORY'); ?>
				</a>
			</span>
			<?php endif; ?>

but maybe there is a bug?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum