K2 Community

Join the network of the powerful content component for Joomla!

Lownotes
  • Male
  • Eden, UT
  • United States
Share
Share on Twitter
Share on Facebook
  • Blog Posts
  • Discussions (121)
  • Groups
  • Photos
  • Photo Albums
  • Videos

Lownotes's Friends

 

Lownotes's Page

Gifts Received

Gift

Lownotes has not received any gifts yet

Give Lownotes a Gift

Latest Activity

I also have a K2 Maps Plugin, available on simon.getk2.org, but I attach it here along with a couple of other Map Plugins in case you want to test. Feel free to modify as you wish, but please drop me a message when you have a new version, so that w…
on Monday
Pls, check setting of style of the map DIV element. It seems that HEIGHT property is not set.
on Monday
I have tried plugin by Vlastimil Vašek on http://joomy.net, and get the display uncorrect, but the google maps plugin running well. please see this link : http://www.direktoritangsel.com/directory/item/51-pamulang-8-by-greenwoods how to reslove th…
on Monday
You mean to rename k2.css file (same name as template) in html/css folder? Then pick it with this plugin? Because if you don´t do this K2 pick that css for whole extension.
July 21
Simple plugin that adds map fields for item, category and user in backend and show Google Map with the marker in frontend I have created for my site. Can be downloaded on K2 Google Map plugin
July 20
Read this http://simon.getk2.org/component/k2/item/91-templating and this http://simon.getk2.org/downloads/free-extensions/item/26-css-4-k2 Then try to do the same thing except instead of using templates/html/com_k2/YourOverrideName and style_yourna…
July 20
I did get that part with override and puting k2.css in template css folder. But then whole K2 get those changes, not only content module. Still confusing about all that. Documentation and info iare not so good.
July 20
So now, what you should do its modify file default.php inside your new subtemplate folder, the style.css fo the K2 component( components->com_K2->css->style.css) and maybe the css file at your template folder to fit your needs. Yes......but, then y…
July 20
Neither could i fix that. I did managed to get some half-results with module classes and manualy changing divs and classes in default.php that i had in my template/html folder.
July 20
Did you ever find a solution for this problem? I have the exact same issue I'm trying to resolve.
July 16
Hi Simon, is there any way to see when this will be implemented? Roland
July 16
Anyone know how to do this? Copy items from one k2 site to another? would it be possible through PHPMyAdmin
July 6
Wow, thank you very much! I considered it's impossible until i saw this thread!
July 2
Thanks David, Your solution worked perfectly, let's just hope this will be sorted out in the next release, on a side note, love K2, keep up the good work.
May 21
I have seen this first hand and it is a pain, so I have added this to a our list of requested features for K2 for the core team. Simon K2 Support
April 23
After delving into the code, I have found out that K2 does not store the actual file names of the images. What it does is create a md5 using the item's id and then append both the size ('_XS', '_L', etc) and '.jpg' to the end. So in the current vers…
April 23

Profile Information

URL (will be checked upon approval)
http://25thStreetOgden.com

Comment Wall (4 comments)

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

Join K2 Community

At 10:27am on July 9, 2010, zeeshan masud said…
I am also interested to remove moderate comments to my publish item from my website because after moderating there is no option to close the popup window please any one can tell me about closing this popup window.

Otherwise tell me method how i can remove it from my user page like joomla provide feature in user menu to remove options .Anyone help me plz.
At 5:35pm on April 21, 2010, kc said…
sure didn't, you have a solution?
At 3:55pm on January 25, 2010, lilian said…
lilian50asiku@yahoo.com
Hello.
My Name is lilian I was impressed when i saw your profile at community.getk2.org and i will
like you to email me back to my inbox so that i can send you my picture for you to know who i am.i believe we can establish a long lasting relationship with you.
In addition,i will like you to reply me through my
private e mail box (lilian50asiku@yahoo.com).
This is because i dont know the possibilities of
remaining in forum for a long time.
Thanks,waiting to hear from you soonest.
lilian
At 9:45am on January 2, 2010, Followeyes said…
Congratulations of being "Featured Member".
 
 
 
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