- Posts: 54
COMMUNITY FORUM
[SOLVED] Can't change the author
- Andy Connell
-
- Offline
- Senior Member
The developer did intervene in this post a while back, but seems to have lost interest.
With another users finding they may take notice?
I just wish I knew a way to easily downgrade to K2.4.1 or K2.5.7 mine was all working fine then.
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- Andy Connell
-
- Offline
- Senior Member
- Posts: 54
Open Firebug & select console > Errors
Then click the change author link
Then Click on another auther to change if see if it shows any errors anywhere.
For me when I click on Change author, it no longer opens in a modal pop up window, but a new screen.
When I click on another author (in the new screen which should be a popup) I see an error as i reported a few weeks back.
This is the only place where I see an error
Attached it as a screenshot here too.
Attachment not found
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
http://imageshack.us/f/805/43925543.jpg/
Please Log in or Create an account to join the conversation.
- Andy Connell
-
- Offline
- Senior Member
- Posts: 54
You can have access to my FTP and superadmin if you need to take a quick look
Thanks
Andty
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
I have reinstalled K2 and still having the same issue?
Please Log in or Create an account to join the conversation.
- Andy Connell
-
- Offline
- Senior Member
- Posts: 54
julien wrote: ok that's very very weird as i have uninstalled and clean manually my database, uninstall all non original joomla plugin
I have reinstalled K2 and still having the same issue?
In J1.5 Julien?
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- Andy Connell
-
- Offline
- Senior Member
- Posts: 54
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- julien
-
- Offline
- Junior Member
- Posts: 32
This seems to be the bit of code that should be running it in administrator/components/com_k2/views/item/tmpl/default.php, around line 720
I have added <?php JHTML::_('behavior.modal'); ?> which has fixed it, but not sure if this is correct PHP and if this then goes on to break anything else?
<?php if($this->mainframe->isAdmin() || ($this->mainframe->isSite() && $this->permissions->get('editAll'))): ?>
<?php JHTML::_('behavior.modal'); ?>
<a class="modal" rel="{handler:'iframe', size: {x: 800, y: 460}}" href="index.php?option=com_k2&view=users&task=element&tmpl=component"><?php echo JText::_('K2_CHANGE'); ?>
</a>
<input type="hidden" name="created_by" value="<?php echo $this->row->created_by; ?>" />
<?php endif; ?>
Please Log in or Create an account to join the conversation.
- Dan Riefstahl
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Reu Smith
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.