Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • william white
  • william white's Avatar
04 Aug 2010 16:25
Replied by william white on topic Template problem - bug in css for itemListCategory?

Template problem - bug in css for itemListCategory?

Category: English K2 Community

If you are using an override and css4k2, try editing the category.php and remove the class tags. see if it will override whats going on...
i dont have rocket theme
  • Monica Kiehn
  • Monica Kiehn's Avatar
04 Aug 2010 02:33
Taglist - open "read more" in a new window was created by Monica Kiehn

Taglist - open "read more" in a new window

Category: English K2 Community

Hello togehter,look at this link  this is a tag list (mod_k2_content_tag)I made empty menuentries to match the taglist to the menu.So far so good.But if you go on "weiterlesen" it always open the item on the top of the site! I like that it opens a new window with the item. Is it possible?Where have I to do changes? please help me :-)
  • Mauricio de Andrade Ramos
  • Mauricio de Andrade Ramos's Avatar
03 Aug 2010 22:53
Using Simple Image Gallery and K2 was created by Mauricio de Andrade Ramos

Using Simple Image Gallery and K2

Category: English K2 Community

Hello, plugin Simple Image Gallery is installed and activated but K2 "Image Gallery" tab keeps showing the message: "Notice: Please install JoomlaWorks Simple Image Gallery (Free/Pro) plugin if you want to use the image gallery features of K2!"Anyway, I am able to write down the plugin tag inside the content like ...{gallery}galleries/item01{/gallery}{gallery}galleries/item02{/gallery}...but just the first gallery is shown. If I keep just one gallery (the second that is the one that did not show in the first test with both galleries), it still does not show. Seems like the item "stuck" with just one gallery and that is the one. No cache enabled.How K2 recognizes those plugins as available for use? Can you help? Thnaks.
  • Mihail Semerdzhiev
  • Mihail Semerdzhiev's Avatar
03 Aug 2010 20:39
[SOLVED] Plugins in generic.php was created by Mihail Semerdzhiev

[SOLVED] Plugins in generic.php

Category: English K2 Community

Hi,how to load plugins in generic.php (tag listing view). I get the code for loading plugins from item.php:<!-- K2 Plugins: K2AfterDisplayTitle -->  <?php echo $this->item->event->K2AfterDisplayTitle; ?>  <!-- Plugins: AfterDisplayTitle -->  <?php echo $this->item->event->AfterDisplayTitle; ?>but still i can't get the plugins in tag listings :(Can anyone help?
  • Richard Henline
  • Richard Henline's Avatar
03 Aug 2010 05:26
Replied by Richard Henline on topic Weird bullets in K2

Weird bullets in K2

Category: English K2 Community

Here is what I did to fix this problem without any changes to the Joomla template.

In K2.CSS

Line 61 on mine change
.itemRatingList li {display:inline;background:none;padding:0;}
to
.itemRatingList ul li {display:inline;background:none;padding:0;}

this fixes the bullets on the stars in the ratings

about line 221 change

div.itemTagsBlock ul.itemTags li {
display:inline;
list-style:none;
padding:0 4px 0 0;
margin:0;
text-align:center;
}

to

div.itemTagsBlock ul.itemTags li {
display:inline;
list-style:none;
padding:0 4px 0 0;
margin:0;
text-align:center;
background: none;
}

Line about 434 change
div.catItemTagsBlock ul.catItemTags li {display:inline; list-style:none; padding:0 4px 0 0; margin:0; text-align:center}
to
div.catItemTagsBlock ul.catItemTags li {
display:inline;
list-style:none;
padding:0 4px 0 0;
margin:0;
text-align:center;
background: none;
}

Adding the background: none over rides the background set in the template.css

if you run into any other unwanted bullets just find the tag and add the background: none

Hope this helps someone else using the ja purity II template with K2. I spent two days trying to figure this out and did not like the other answers I found.



Alexandre said:Thank you very much Naod Yeheyes.Finally I got rid of those dots.Naod Yeheyes said:Hi there,I use japurity ii and the bullets were destructing me for a while. adding the following to the template.css of japurity ii solved my issues./* K2
Added to remove the bullets from the k2 items in japurity ii*/div.k2ItemsBlock ul li,div.itemToolbar ul li {background-image:none;}HomesteadMommy said:I'm having the same problem on my site as well. Every where there are tags, avatars etc. a bullet icon shows up behind them. www.homestead-acres.comI found the css for the bullets, but I would rather rename it instead of commenting it out so it can still be used in posts..Post ul li, .Post ol ul li {background-image:url("../images/PostBullets.png");background-repeat:no-repeat;padding-left:16px;}If someone could help me figure out how to fix this and keep the bullets working, would be much appreciated!K2Joom said:Yes, that is a downside, but I think you can manage by renaming the css class in you main template.
  • Robert Carrier
  • Robert Carrier's Avatar
03 Aug 2010 02:47
Replied by Robert Carrier on topic Restore to new server breaks K2

Restore to new server breaks K2

Category: English K2 Community

Changing the template ha no affect. I have turned on debugging. Please provide any assistance possible. I don't want to have recreate this site in joomla's core but I may be required to.

William White said:Firebug shows the text in div.itemFulltext and shows three sets of p tags in the other rendering that doesnt work.
something is stripping the text out or replacing it with the p tags

Have you eliminated template problems? What happens in the default milkeyway template when you display these two items?

Also, Try switching the category and see if inheritance is messing things up...
I agree its convfusing.
Back to the server configuration, i would compare the config files side by side fromn the old server and then new server and see if theres anything different.
  • william white
  • william white's Avatar
03 Aug 2010 00:02
Replied by william white on topic Restore to new server breaks K2

Restore to new server breaks K2

Category: English K2 Community

Firebug shows the text in div.itemFulltext
and shows three sets of p tags in the other rendering that doesnt work.
something is stripping the text out or replacing it with the p tags

Have you eliminated template problems? What happens in the default milkeyway template when you display these two items?

Also, Try switching the category and see if inheritance is messing things up...
I agree its convfusing.
Back to the server configuration, i would compare the config files side by side fromn the old server and then new server and see if theres anything different.
  • Robert Carrier
  • Robert Carrier's Avatar
02 Aug 2010 22:40
Replied by Robert Carrier on topic Restore to new server breaks K2

Restore to new server breaks K2

Category: English K2 Community

New information that could shed light on the problem:

The problem is with the text somewhere, I just cant find it
.
Here is a simple example. Two pages side by side in the site; The Problem and The Solution (I'm not making this up). One renders correctly, one does not. Find below links to the pages and source copied from the admin side. One interesting note: If I copy the text from the working (Solution) page into the broken (Problem) page, both pages work. The copy is so simple, I can't find a reason for this anomaly here.

Broken page: temp.fromstreetlevel.com/the-problem-from-30000-feet/static-content/the-problem
Today's newest marketing technologies, like all new technologies, have a learning curve. Those of us in the print industry have agreed for years that 80% of our own people would not be able to understand, implement, or sell these technologies.

Our consideration of this industry paradigm led us to a conclusion If 80% of our own staff could not understand these new marketing technologies, then 80% of our clients might not understand either.

Our past track record in selling these newer technologies served to confirm this conclusion.


Working page: temp.fromstreetlevel.com/the-solution-from-street-level/static-content/the-solution
As we went through the process of starting this project, we began to see that our industry had over-complicated these technologies with flowery words and phrases, intending to make them sound somehow magical. By doing so, they had abandoned a large percentage of the market. If we were to be successful, we had to simplify the sales process and bring it down to Street Level.

Against the conventional wisdom, this project breaks these newer technologies down to their smallest parts, describes them, and shows them reassembled for the sake of the 80% (assuming the industry paradigm is true).

This process will guide your sales force and help you close more sales.


I hope this gives somebody a clue to what is going on here.
  • Robert Carrier
  • Robert Carrier's Avatar
02 Aug 2010 22:02
Replied by Robert Carrier on topic Restore to new server breaks K2

Restore to new server breaks K2

Category: English K2 Community

I have had the PHP version at three different levels throughout this ordeal. While I have seen the glossary plugin work, none of this fixes the problem with K@. To see the problems with K2, you need look no further that the front page. The opening article is suppose to have 4 paragraphs of text, but all that is there is the

tags. You can see them in the source. In the tree articles below the opener, you can see the intro text, but if you select one of them the entire body of text is gone. All that remain are the empty tags.
I hope this helps. I appreciate any help this forum can provide.
  • Mark Schultz
  • Mark Schultz's Avatar
02 Aug 2010 15:57

Associating K2 modules with K2 category menu items

Category: English K2 Community

I am using the K2 Tools plugin to generate a category menu. See: nvcacademy.net/2/index.phpThe "All Learning Resources" menu is an example of this. I'd like to be able to have a tag module  appear only pages of a particular subcategory. For instance, if a user clicks "Beginning NVC", I'd like a tag cloud(that has been setup to only retrieve "Beginning" category tags) to appear on the left column.So far, the only way I have been able to conjure this is to make the "All Learning Resources" menu from a normal Joomla menu, so that the menu item can be selected in the module.Is there a way to do this in K2 without using Joomla menus?thanks...
  • Tarun
  • Tarun's Avatar
02 Aug 2010 12:07

Lots of problem with k2 search, extra field and tags.

Category: English K2 Community

Hello,

I am facing lots of problem with K2 search, extra fields and tags etc.

Use the below detail for log in:

tmi
123456

Look at the below URL:

www.playupmusic.com/index.php?option=com_content&view=article&id=90&Itemid=17

In this page i have below queries:


Search By function is not working with the extra field.
How to disabled download feature for UN registered user from the play bar, only the download feature show when user is logged in. please logout and acces
at this URL
www.playupmusic.com/index.php?option=com_k2&view=itemlist&task=category&id=87. This is very important for me.
And i can not search anything from the default K2 search tools.

Please response me ASAP, so that i can implement on this.

Regards,

Tarun Maheshwari,
www.instacommerce.net
  • Tarun
  • Tarun's Avatar
02 Aug 2010 12:06

Lots of problem with k2 search, extra field and tags.

Category: English K2 Community

Hello,

I am facing lots of problem with K2 search, extra fields and tags etc.

Use the below detail for log in:

tmi
123456

Look at the below URL:

www.playupmusic.com/index.php?option=com_content&view=article&id=90&Itemid=17

In this page i have below queries:


Search By function is not working with the extra field.
How to disabled download feature for UN registered user from the play bar, only the download feature show when user is logged in. please logout and acces
at this URL
www.playupmusic.com/index.php?option=com_k2&view=itemlist&task=category&id=87. This is very important for me.
And i can not search anything from the default K2 search tools.

Please response me ASAP, so that i can implement on this.

Regards,

Tarun Maheshwari,
www.instacommerce.net
  • Tarun
  • Tarun's Avatar
02 Aug 2010 12:06

Lots of problem with k2 search, extra field and tags.

Category: English K2 Community

Hello,I am facing lots of problem with K2 search, extra fields and tags etc.Use the below detail for log in:tmi123456Look at the below URL:http://www.playupmusic.com/index.php?option=com_content&view=article&id=90&Itemid=17In this page i have below queries:
Search By function is not working with the extra field.
How to disabled download feature for UN registered user from the play bar, only the download feature show when user is logged in. please logout and acces at this URL www.playupmusic.com/index.php?option=com_k2&view=itemlist&task=category&id=87. This is very important for me.
And i can not search anything from the default K2 search tools.

Please response me ASAP, so that i can implement on this.Regards,Tarun Maheshwari,www.instacommerce.net
  • Marty Peet
  • Marty Peet's Avatar
01 Aug 2010 12:36
Replied by Marty Peet on topic Contact forms in K2 items

Contact forms in K2 items

Category: English K2 Community

Run your page with the {form1} tag in it, have a look at the page source and identify all the code that creates your form. Copy it into your item.php page where you want the form to appear. You may need to check if any JS files are loaded with the {form1} plugin. Has there been any movement on this from anyone? I was thinking that you could perhaps do a PHP include_once of the form that Joomla uses in the individual Contacts pages. I believe that form is in components/com_contact/views/contact/tmpl/default_form.php Anyone have any thoughts on this?
  • william white
  • william white's Avatar
01 Aug 2010 03:13
Replied by william white on topic Read more link

Read more link

Category: English K2 Community

Look at the block of code starting at line 277 in category_item.php in k2 ver2.3
You will have to get rid of the css styling there and change the a tag to one with the proper image
  • Josh Wigginton
  • Josh Wigginton's Avatar
30 Jul 2010 20:07
Replied by Josh Wigginton on topic Modify RSS Output?

Modify RSS Output?

Category: English K2 Community

Also found in components/com_k2/models/item.php around line 219:

function prepareFeedItem(&$item){

JTable::addIncludePath(JPATH_COMPONENT_ADMINISTRATOR.DS.'tables');
$params = & JComponentHelper::getParams('com_k2');
$limitstart=0;

//Category
$category = & JTable::getInstance('K2Category', 'Table');
$category->load($item->catid);
$item->category=$category;

//Read more link
$item->link=urldecode(JRoute::_(K2HelperRoute::getItemRoute($item->id.':'.$item->alias,$item->catid.':'.urlencode($item->category->alias))));

//Filtering
if ($params->get('introTextCleanup')){
$filterTags = preg_split( '#[,\s]+#', trim( $params->get( 'introTextCleanupExcludeTags' ) ) );
$filterAttrs = preg_split( '#[,\s]+#', trim( $params->get( 'introTextCleanupTagAttr' ) ) );
$filter = new JFilterInput( $filterTags, $filterAttrs, 0, 1 );
$item->introtext= $filter->clean( $item->introtext );
}

if ($params->get('fullTextCleanup')){
$filterTags = preg_split( '#[,\s]+#', trim( $params->get( 'fullTextCleanupExcludeTags' ) ) );
$filterAttrs = preg_split( '#[,\s]+#', trim( $params->get( 'fullTextCleanupTagAttr' ) ) );
$filter = new JFilterInput( $filterTags, $filterAttrs, 0, 1 );
$item->fulltext= $filter->clean( $item->fulltext );
}

//Description
$item->description = '';

//Item image
if ($params->get('feedItemImage') && JFile::exists(JPATH_SITE.DS.'media'.DS.'k2'.DS.'items'.DS.'cache'.DS.md5("Image".$item->id).'_'.$params->get('feedImgSize').'.jpg')){
$item->description.= 'id).'_'.$params->get('feedImgSize').'.jpg" alt="'.$item->title.'"/>
'; }

//Item Introtext
if($params->get('feedItemIntroText')){
//Introtext word limit
if ($params->get('feedTextWordLimit')){
$item->introtext=K2HelperUtilities::wordLimit($item->introtext,$params->get('feedTextWordLimit'));
}
$item->description.= ''.$item->introtext.'
'; }

//Item Fulltext
if($params->get('feedItemFullText')){
$item->description.= ''.$item->fulltext.'
'; }

//Author
if (!empty($item->created_by_alias)){
$item->author->name = $item->created_by_alias;
}
else {
$author=JFactory::getUser($item->created_by);
$item->author = $author;
$item->author->link = JRoute::_(K2HelperRoute::getUserRoute($item->created_by));
$item->author->profile = K2ModelItem::getUserProfile($item->created_by);
}

return $item;
}

function execPlugins($item, $view, $task){

$params = & JComponentHelper::getParams('com_k2');
$limitstart=JRequest::getInt('limitstart');


I took a few minutes and was able to output the relative path to the video enclosed in my {mp3file} tags, but I need either just the full link or the full video/mp3 for it to properly enclose it for a podcast rss feed.
  • CZBios
  • CZBios's Avatar
30 Jul 2010 19:18
k2 2.3 break google maps plugin was created by CZBios

k2 2.3 break google maps plugin

Category: English K2 Community

since release k2 2.3 it is now imposible to use so popular Google Maps plugin (extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147). There is two problem with map: 1. map png´s have white background2. on item page is generated extra code from javascript functions of this plugin as text First problem has easy solution. In K2.css file deleted background: #FFF for tags div.itemFullText the same for cat line. Problem no.2 is without solution yet. Please, help wil be appreciated, thanks. PS: You can see problem here: demo.reonus.cz/ja-teline-III/index.php?option=com_k2&view=item&layout=item&id=1&Itemid=27
  • pazap47
  • pazap47's Avatar
30 Jul 2010 18:46
Sorry About Tags Again was created by pazap47

Sorry About Tags Again

Category: English K2 Community

Simple and maybe stupid Question: When I have content type "Tags" and have images in tagged items, does the k2 content type tag also import Images?  Since I can't get this to work only seeing title and jce wording content I'm not even sure if it's possible. Have tried on server and local. Sorry if it's obvious had a long day. THXS
  • Andrew Holden
  • Andrew Holden's Avatar
30 Jul 2010 16:01

Google Detects Duplicate Titles and Description Meta Tags with K2

Category: English K2 Community

Okay, I have an update.

re: Duplicate Page Titles (component/k2 & normal URL)

After submitting a site map (XMAP & K2 Plugin) to Google Web Master tools, and giving the issue some time, the 'component/k2' URL's were no longer being indexed as duplicate URL's and Page Titles by Google.

re: Duplicate Meta Descriptions (from tag links)

Still a problem. The tag-browse pages are indexed by Google, and have a good SEO value, but they (of course) use the web site's global meta description. Google considers then, the tag-browse pages to have a duplicate meta desciption.

Not sure how to address this..it's not like we want to write out meta descriptions for every tag in K2, and SEO value of the tags is actually pretty good. Anyone have any ideas?
Displaying 5781 - 5800 out of 6582 results.

Powered by Kunena Forum