- Posts: 41
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- HELP! I Can't use tabs (apart from 'content') in 'add item' view
HELP! I Can't use tabs (apart from 'content') in 'add item' view
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
- Mark Banks
-
- Offline
- Premium Member
- Posts: 100
See this thread:
community.getk2.org/forum/topics/k22-video-and-attachment
V2.1 and V2 worked flawlessly on same set up.
Anyone else getting similar problems?
Please Log in or Create an account to join the conversation.
- Gary A Mort
-
- Offline
- New Member
- Posts: 11
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
Gary A Mort said:2.2 uses a newer version of the simpletabs limbrary. If you have a k2 override built for 2,0 or 2.1 it wont work. Spent half a day debugging to find this.
Please Log in or Create an account to join the conversation.
- Gary A Mort
-
- Offline
- New Member
- Posts: 11
That was my problem, see the articles on how overrides are done and check to see if you have any enabled:
docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
Please Log in or Create an account to join the conversation.
- Gary A Mort
-
- Offline
- New Member
- Posts: 11
Some of the forms are overriden using template overrides, and some use the internal K2 system, and some can use a hybrid of the two.
Basically, it was a royal mess to track down someone else's work and find the problematic issue, so I can't say "look in X file"...it took a lot of searching and checking.
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
Please Log in or Create an account to join the conversation.
- Simon Wells
-
- Offline
- Platinum Member
- Posts: 955
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
K2Joom said:Trying a hard refresh, SHIFT + CTRL + R
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
Please Log in or Create an account to join the conversation.
- Alistair Kent
-
Topic Author
- Offline
- Senior Member
- Posts: 41
document.getElementById(c + ("_div_" + e)) is null
I'v elooked on Google and this seems to be a 'simpletabs' problem.
Any help would be appreciated, as I might have to consider using Yoo themes 'Zoo' component (but it's not as good as K2)!
PS. Screen shot of information page attached.
Please Log in or Create an account to join the conversation.
- Gary A Mort
-
- Offline
- New Member
- Posts: 11
Drives me batty trying to figure out which one is on which page.
Sorry I can't help, but it was hours of debugging to track down things to get mine working.
Especially as I inherited a bunch of code that leveraged mootools at a specific version.
Alistair Kent said:When I click any of the tabs other than 'content', with firebug enabled, I get the following error:
document.getElementById(c + ("_div_" + e)) is null
I'v elooked on Google and this seems to be a 'simpletabs' problem.
Any help would be appreciated, as I might have to consider using Yoo themes 'Zoo' component (but it's not as good as K2)!
PS. Screen shot of information page attached.
Please Log in or Create an account to join the conversation.
- Gary A Mort
-
- Offline
- New Member
- Posts: 11
As a workaround, I moved all those loads to a different set of divs with display:none and added a domready action to to copy their contents to the simpletabs div and wipe them.
Please Log in or Create an account to join the conversation.
- tarik916
-
- Offline
- New Member
- Posts: 13
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- HELP! I Can't use tabs (apart from 'content') in 'add item' view