K2 Community

Join the network of the powerful content component for Joomla!

  • Blog Posts
  • Discussions (19)
  • Groups
  • Photos
  • Photo Albums
  • Videos

Brett Adkins's Discussions

No modal window - front end article adding

OK - I had a PayPal plugin in my firefox browser that caused something similar a while back - thought that might be it. If I think of anything else I will let you know. I have about 30 community por…

Tagged: editing, end, front, window, modal

Replied Jul 15

No modal window - front end article adding

Have you tried it on different browsers?

Tagged: editing, end, front, window, modal

Replied Jul 15

No modal window - front end article adding

UPDATE: The upgrade to V 2.3 solved the modal window problem.

Tagged: editing, end, front, window, modal

Replied Jul 11

Article Content not showing on page.

MBstring did the trick - the articles are working now - thanks for the heads up!

Replied Jul 11

 

Brett Adkins's Page

Gifts Received

Gift

Brett Adkins has not received any gifts yet

Give Brett Adkins a Gift

Latest Activity

Update: I have discovered that the frontend editing window was indeed opening in a modal window. However, it was so large, that I couldn't see that this was the case. I changed the code as posted here and the modal window opens in a reasonable size…
on Monday
Great. Many thanks.
July 15
OK - I had a PayPal plugin in my firefox browser that caused something similar a while back - thought that might be it. If I think of anything else I will let you know. I have about 30 community portals being run by local people using a wide variet…
July 15
I just tried in FF, Chrome, and IE: FF - Modal Window, but doesn't redirect to Blog page when saving. Chrome - No modal window and doesn't return to page. IE8 - No modal window and doesn't return to page.
July 15
Have you tried it on different browsers?
July 15
Thanks for this. I updated to v 2.3 and it solved my problems - partially. The modal window opens, but when I save, a message appears confirming that the article has been saved, but the editing window still appears. I have to refresh the page in my…
July 15
UPDATE: The upgrade to V 2.3 solved the modal window problem.
July 12
MBstring did the trick - the articles are working now - thanks for the heads up!
July 12
Does anyone know if any of the following PHP Modules are required for K2 to function: mbstring mcrypt mhash mime_magic soap tidy xmlrpc Zend Optimizer zip Zeroing in on the problem slowly...
July 11
I am having the same problem I just upgraded one of my sites to K2 v 2.3 The K2 articles do not load now. Site in question: http://www.hobnobmaster.com I rolled the site back to it's previous state (K2 V 2.2) and recorded a one minute screencast…
July 11
By an chance, does the K2 2.3 upgrade fix the modal window issue for those affected?
June 26
I have turned off every component and extension on my affected site looking for potential conflicts - to no avail. The strange thing is, I have 30 community portals with the exact same settings, extensions, and components, and only one is having th…
May 4
Hello, I to am having this problem. Surmising that I have some kind of conflict with another extension, I created a clean install of Joomla 1.5.17 in a subdirectory of my site. I only installed the K2 extensions, no others. I set up a parent categor…
May 4
I have tried turning off gzip page compression, thinking that might be contributing to the issue - I am disabling components / plugins one at a time to see if I can identify the culprit. Will post any relevant findings. The thing that has me stumpe…
April 21
We are investigating this, we see it too on K2Joom. Personally think a js conflict but not found out what as yet. Simon K2Joom.com
April 21
Thanks for the suggestion, I tried this and it was not the issue. It is really strange as I have several other sites with the same configuration and they are not experiencing this problem. I do think it is a javascript isssue...
April 21

Profile Information

URL (will be checked upon approval)
http://www.ehubllc.com

Comment Wall

You need to be a member of K2 Community to add comments!

Join K2 Community

  • No comments yet!
 
 
 
Advertisement

Latest Activity

Matthew Santana added a discussion
Hello! I'm relatively new to web development and I have to admit that Joomla! and K2 have made it a rewarding experience. There are so many possibilities. That being said I hate to make my first post here about an error however it is getting in the…
52 seconds ago
Matthew Santana, Kibekas, Ninja B and 2 more joined K2 Community
5 minutes ago
Not sure how the rest would be affedcted but creating a table to join category ID's is pretty simple as far as database modeling goes ... That being said, I don't wan't to judge how and why it's the way it is, it simply is :-) Maybe the developpers…
5 minutes ago
Plz send a link if site is live
2 hours ago
See the k2 menu choices at the bottom - latest from user or categories select the category and set the number of items and it will work
2 hours ago
FidelGonzales added a discussion
I'm having some issues getting my categories to appear properly. The culprit seems to be the following code: . In default form, there is a huge gap on the top of the category page. After removing a few of these, the issue is partially fixed with cer…
2 hours ago
someone better that i may can tell you, try commenting the div class clr's our and see what happens
2 hours ago
Thanks for the reply. Unfortunately I'm not so experienced with Firebug nor CSS. I attached a new image, where one can see more information. Does this help a bit more?
2 hours ago
Whatever is done will modify the core, but will work. How about putting the category id's in a field like the xtra filelds and teach the core to parse them out. Its changing the way things work - not likely to happen unless a module like followeyes…
2 hours ago
I don't think the concept of the single-category per item content structure is a way of thinking that is advanced and, therefore, a reason to change the content construction strategy and our subsequent way of thinking. It is merely a huge limitation…
2 hours ago
2. if you are trying to remove a video from an item in the backend, click on the video tab scroll to the bottom and check delete currrent and save
2 hours ago
Please post a link if the site is live Use firebug to see what there and what needs to be changed
3 hours ago
Also, to skip the extra field you dont want edit in the override item.php and put something like {pseudocode} phpif this->extrafield->name="fieldyouwantto skip" else let the rest of the existing foreach loop run phpendif endfor something like that s…
3 hours ago
Kibekas added a discussion
There is a problem with excess of free space between 'itemListSubCategories' and 'itemList'. It seems to be derving from div class 'itemlistsubcategories' Please see the image attached. Does anyone know how to solve this problem? Via CSS?Thanks!
3 hours ago
you can get the extra fields like this if it suits your needs $custom = $this->item->extra_fields; and then addressing extra fields for the item like echo $custom[1]->value; depending on the position, 0, 1,2,3,4 etc in the array experiment with this…
3 hours ago
deton and Daito joined JoomlaWorks's group
For K2 translators
3 hours ago
I can translate to Russian
3 hours ago
I have a case right now where I would love to be able to set several categories for one article. For now, it has been solved with the use of tags, and I suspect this is how we will have to use it in the future. It might just be that we are used to…
3 hours ago
Viktoria (and Simon), Did you ever find out how to put one single extra field (not the whole bunch...) a different place than at the bottom of the article? This means we need to have a way to identify this particular field and add the code for it…
3 hours ago
Valentine added a discussion
Greetings to all . So here is what i cant understand1. i Cant login as an admin tru k2 login in frontend form just resets and i see begining of page2. I cant understand how to remove Related videos Any help will be good thanks in advance
4 hours ago

© 2010   Created by JoomlaWorks.

Badges  |  Report an Issue  |  Terms of Service