K2 user page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Apr 17, 2013 3:44 pm
Reply with quote
Report this post
Hello,
I have installed StoreBox template. I have made a 'k2 user page' item menu to allow the registered users be able to edit their items, the unpublished items too. But in the Storebox template the 'edit item' does not appear in the list of the items. If I change the template to Beez_20 (for example), the 'edit item' appears for each item in the list items of k2 user page. I need this. How can I recover this default option of k2 to StoreBox template?
Thanks in advance,
Rosa
User avatar
Junior Boarder

teitbite
Wed Apr 17, 2013 4:05 pm
Reply with quote
Report this post
Hi

Please change the name of file located in /html/com_k2/templates/default/user.php to _user.php and chek if this helped. If style was changed drasticaly than please send me an ftp access to Your site.
User avatar
Moderator

GK User
Thu Apr 18, 2013 8:23 am
Reply with quote
Report this post
Hello teitbite,
Thanks for your answer.
Yes, style was changed drasticaly. Now I have the template in localhost. Today I try to prepare an installation in the domain (in the server). Then I will send you a pm with ftp access.
Thanks
Rosa
User avatar
Junior Boarder

teitbite
Thu Apr 18, 2013 2:49 pm
Reply with quote
Report this post
Hi

Ok. I'll be waiting than.
User avatar
Moderator

GK User
Fri Apr 26, 2013 2:25 pm
Reply with quote
Report this post
Hello teitbite,
Yesterday I sent you a PM with access data.
I will be waiting your news.
Thanks in advance
Rosa
User avatar
Junior Boarder

teitbite
Fri Apr 26, 2013 2:38 pm
Reply with quote
Report this post
Hi

It's good You have post here about sending access to me. I have marked it as read by accident and will probably not find it, sorry. Anyway login is not working. can You please check it ?
User avatar
Moderator

GK User
Fri Apr 26, 2013 2:52 pm
Reply with quote
Report this post
Hello,
I have checked the login user and password and that is working for me. Notice that there is a user/password to ftp and another different user/password to joomla webpage.
What login is not working?
User avatar
Junior Boarder

teitbite
Sat Apr 27, 2013 1:04 pm
Reply with quote
Report this post
Hi

Yes I was able to log in today. I've used a password which was remembered by FF, so I'm sure I've used a correct one. Anyway please guide me to where I should see this items list. I've added some dummy article, but I do not even see a list.
User avatar
Moderator

GK User
Mon Apr 29, 2013 8:29 am
Reply with quote
Report this post
Hello,
Thanks for your answer.
You should click: 'User page' in the felt column 'K2 USER'. Then, you will see the items created by gavick user (see the image)
Image

Thanks
Rosa
User avatar
Junior Boarder

teitbite
Tue Apr 30, 2013 12:22 pm
Reply with quote
Report this post
Hi

Thanks.

I've copied the part from default layout responsible for this link to template override. This is the code which was needed:

Code: Select all
                                 <?php if(isset($item->editLink)): ?>
                                 <!-- Item edit link -->
                                 <span class="userItemEditLink">
                                    <a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $item->editLink; ?>">
                                       <?php echo JText::_('K2_EDIT_ITEM'); ?>
                                    </a>
                                 </span>
                                 <?php endif; ?>
User avatar
Moderator

GK User
Tue Apr 30, 2013 12:59 pm
Reply with quote
Report this post
Thanks teitbite,
That works perfectly!!!
Problem solved!!!
Rosa
User avatar
Junior Boarder

GK User
Tue Apr 30, 2013 2:06 pm
Reply with quote
Report this post
Just a question. This code modification, will be part of the new version of the template?
Thanks
User avatar
Junior Boarder

teitbite
Wed May 01, 2013 10:44 am
Reply with quote
Report this post
Hi

I do not think so. Developers must have a reason removing it. Anyway this code is added into K2 override, so updates should not overwrite it.
User avatar
Moderator

GK User
Thu May 02, 2013 9:20 am
Reply with quote
Report this post
Thanks
User avatar
Junior Boarder


cron