Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • JoomlaWorks
  • JoomlaWorks's Avatar
12 Apr 2022 20:23
Replied by JoomlaWorks on topic Extra Fields on Author Pages

Extra Fields on Author Pages

Category: English K2 Community

The foreach loop from tag.php should work if I recall correctly: github.com/getk2/k2/blob/master/components/com_k2/templates/default/tag.php#L90

The settings for all item lists will be streamlined on the next major update of K2, e.g. if there's an option to toggle tag display on/off in the tags, then it's gonna be added in the author blogs (user pages) too.
  • Thomas Thrane
  • Thomas Thrane's Avatar
04 Feb 2022 16:20
Replied by Thomas Thrane on topic PHP8 - getting blank page when saving

PHP8 - getting blank page when saving

Category: English K2 Community

Missed the snippets error - the sourcecode says:
<div id="k2AdminContainer" class="K2AdminViewItem isJ30 isEditForm">
<div id="k2Sidebar" style="visibility:hidden;">
<button aria-expanded="false" aria-controls="menu" id="k2ui-menu-control">&#8801;</button>

<ul class="k2-disabled">
<li>
<span>Items</span>
</li>
<li>
<span>Categories</span>
</li>

<li>
<span>Tags</span>
</li>

<li>
<span>Comments</span>
</li>

<li>
<span>Users</span>
</li>
<li>
<span>User groups</span>
</li>
<li>
<span>Extra fields</span>
</li>
<li>
<span>Extra field groups</span>
</li>

<li>
<span>Media manager</span>
</li>
<li>
<span>Information</span>
</li>
</ul>

<div id="k2Copyrights">
<a target="_blank" href="[url=view-source:https://getk2.org/]getk2.org/[/url]">K2 v2.10.3</a>
<div>
Copyright &copy; 2006-2022 <a target="_blank" href="[url=view-source:https://www.joomlaworks.net/]www.joomlaworks.net/[/url]">JoomlaWorks Ltd.</a>
</div>
</div>
</div>
<div id="k2ContentView">
  • Thomas Thrane
  • Thomas Thrane's Avatar
04 Feb 2022 16:17
PHP8 - getting blank page when saving was created by Thomas Thrane

PHP8 - getting blank page when saving

Category: English K2 Community

I have set er site to use PHP8, but when I hit Save on K2 item, all I get is a blank page and nothing is saved.
The source code on that page is only this:
 <div id="k2AdminContainer" class="K2AdminViewItem isJ30 isEditForm"> <div id="k2Sidebar" style="visibility:hidden;"> <button aria-expanded="false" aria-controls="menu" id="k2ui-menu-control">&#8801;</button> <ul class="k2-disabled"> <li> <span>Items</span> </li> <li> <span>Categories</span> </li> <li> <span>Tags</span> </li> <li> <span>Comments</span> </li> <li> <span>Users</span> </li> <li> <span>User groups</span> </li> <li> <span>Extra fields</span> </li> <li> <span>Extra field groups</span> </li> <li> <span>Media manager</span> </li> <li> <span>Information</span> </li> </ul> <div id="k2Copyrights"> <a target="_blank" href="[url=view-source:https://getk2.org/]https://getk2.org/[/url]">K2 v2.10.3</a> <div> Copyright &copy; 2006-2022 <a target="_blank" href="[url=view-source:https://www.joomlaworks.net/]https://www.joomlaworks.net/[/url]">JoomlaWorks Ltd.</a> </div> </div> </div> <div id="k2ContentView">

How can I fix this?
  • blue_Shift
  • blue_Shift's Avatar
21 Jan 2022 22:41 - 22 Jan 2022 00:06
Replied by blue_Shift on topic Migrate content from K2 to J4 (Joomla 4)

Migrate content from K2 to J4 (Joomla 4)

Category: English K2 Community

I found this, which I am going to try on a J4 upgrade running on a staging site. This is one of only two dependencies left.

geekflare.com/export-k2-items-to-joomla-articles/

EDIT (Didn't work on a 3.10.5 site - I'm going to export a couple tables, match them up to com content tables, and import the new rows that way)
  • shannon briggs
  • shannon briggs's Avatar
19 Jan 2022 00:53 - 19 Jan 2022 00:53
Replied by shannon briggs on topic How to extract tag ID?

How to extract tag ID?

Category: English K2 Community

I would also like to know this.
How can I echo the Tag ID in mod_k2_tools/tag.php ?
  • Goble002
  • Goble002's Avatar
09 Jan 2022 08:44
Output Tags list but not all was created by Goble002

Output Tags list but not all

Category: English K2 Community

Hello,

am using K2 Tools to list all tags. Is there a way to select which tags should be listed ?
  • Julien
  • Julien's Avatar
06 Jan 2022 21:04
Replied by Julien on topic Can't save tags when using PHP8

Can't save tags when using PHP8

Category: English K2 Community

Hi !

You are lucky to open an item since your update php 8.0 !! Its seem you have maybe a similar issue that me :

www.joomlaworks.net/forum/k2-en/64055-white-screen-to-item-or-category-content-update-php-8-0-k2-dev

Maybe issue is in the same way ?...
  • burnyourears
  • burnyourears's Avatar
06 Jan 2022 16:38
Overrides better in k2.css or custom.css ? was created by burnyourears

Overrides better in k2.css or custom.css ?

Category: English K2 Community

Hi, just a short question: I have a lot of css-overrides which I would normally put into my custom-template-css. Is it better to use the k2.css instead or does it not matter? What are the advantages / disadvantages?

Thanx and happy new year!
  • Thomas Thrane
  • Thomas Thrane's Avatar
06 Jan 2022 13:46
Can't save tags when using PHP8 was created by Thomas Thrane

Can't save tags when using PHP8

Category: English K2 Community

Hi
I have change a site to PHP8, but when I'm adding a new tag to a K2 item and saves it, I get a blank page and the source code of that page says:
<div id="k2AdminContainer" class="K2AdminViewItem isJ30 isEditForm"> <div id="k2Sidebar" style="visibility:hidden;"> <button aria-expanded="false" aria-controls="menu" id="k2ui-menu-control">&#8801;</button> <ul class="k2-disabled"> <li> <span>Items</span> </li> <li> <span>Categories</span> </li> <li> <span>Tags</span> </li> <li> <span>Comments</span> </li> <li> <span>Users</span> </li> <li> <span>User groups</span> </li> <li> <span>Extra fields</span> </li> <li> <span>Extra field groups</span> </li> <li> <span>Media manager</span> </li> <li> <span>Information</span> </li> </ul> <div id="k2Copyrights"> <a target="_blank" href="[url=view-source:https://getk2.org/]https://getk2.org/[/url]">K2 v2.10.3</a> <div> Copyright &copy; 2006-2022 <a target="_blank" href="[url=view-source:https://www.joomlaworks.net/]https://www.joomlaworks.net/[/url]">JoomlaWorks Ltd.</a> </div> </div> </div> <div id="k2ContentView">

Any ideas on this issue?

Kind regards
Thomas
  • natecovington
  • natecovington's Avatar
23 Dec 2021 15:22

How to add text editor to add description in the k2 tags

Category: English K2 Community

This is possible, see attached, and contact me for details if you're interested.
  • natecovington
  • natecovington's Avatar
12 Dec 2021 14:50 - 08 Apr 2022 21:19
Replied by natecovington on topic How to add description to k2 tag

How to add description to k2 tag

Category: English K2 Community

I'm interested in this, too. Isn't there a K2 plugin or something that can do this?

Edit: Had to build it custom - see attached

Here is a tutorial:
www.covingtoncreations.com/blog/joomla-k2-customization-adding-descriptions-to-tags
  • Goble002
  • Goble002's Avatar
10 Nov 2021 11:46
Image Sitemap for k2 items > 500 pages was created by Goble002

Image Sitemap for k2 items > 500 pages

Category: English K2 Community

Hello,

I have just amended my item.php to provide more relevant info in image alt tags. I wanted to resubmit my images for indexing to Google.
I can't find a free image sitemap for more than 500 URLs i.e more than 500 k2 items. Anyone have some experience in this or is there a specific k2 extension for that ?
  • George Nasis
  • George Nasis's Avatar
08 Oct 2021 09:59 - 08 Oct 2021 09:59
Replied by George Nasis on topic Joomla! 3.10 Break Global Url for Tags?

Joomla! 3.10 Break Global Url for Tags?

Category: English K2 Community

Hallo Fotis,

thank you for your reply.

I use K2 v2.10.3 on Joomla 3.10.2 version.

I cannot find "Adnvanced" but Enforce SEF URL character replacements is enabled.

I attach images

Thank you 
 

 
  • JoomlaWorks
  • JoomlaWorks's Avatar
07 Oct 2021 22:33
Replied by JoomlaWorks on topic Joomla! 3.10 Break Global Url for Tags?

Joomla! 3.10 Break Global Url for Tags?

Category: English K2 Community

Which K2 version are you using? Do you have K2's Advanced SEF options enabled in K2's component settings (under the SEO tab)?
  • JoomlaWorks
  • JoomlaWorks's Avatar
25 Sep 2021 21:02
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

Great :)
  • Goble002
  • Goble002's Avatar
25 Sep 2021 12:48
Replied by Goble002 on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

Many thanks Fotis ! So I have changed :

$title = $params->get('page_title');
 }
$this->assignRef('title', $title);

TO

$title = $params->get('page_title');
}
$this->assignRef('name', $tag->name);
$this->assignRef('title', $title);

Everything working perfectly !
  • JoomlaWorks
  • JoomlaWorks's Avatar
24 Sep 2021 20:36
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

Already added in the dev release of K2.
  • JoomlaWorks
  • JoomlaWorks's Avatar
24 Sep 2021 20:31
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

I'll make sure to add it in K2 v2.11 coming out in a few days.
  • JoomlaWorks
  • JoomlaWorks's Avatar
24 Sep 2021 20:30
Replied by JoomlaWorks on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

Do this.

After this line github.com/getk2/k2/blob/master/components/com_k2/views/itemlist/view.html.php#L322 add this code:

$this->assignRef('name', $tag->name);

Then in your template you can call $this->name to output the raw tag value.
  • Goble002
  • Goble002's Avatar
22 Sep 2021 16:11
Replied by Goble002 on topic Load K2 Tag Title for menu item

Load K2 Tag Title for menu item

Category: English K2 Community

Hello Foris,

thanks for helping me out but unfortunately it won't output anything. Find hereunder all the codes that tag.php is loading actually : 

            <h3>My tag name should output here : 
    <?php echo $item->$name->tag; ?>
    <?php echo $item->$tag->name; ?>
    <?php echo $item->$tag->this; ?>
    <?php echo $item->$this->tag; ?>
    <?php echo $item->name; ?>
    <?php echo $item->tag; ?>
    <?php echo $item->title; ?>

    <?php echo $tag->$name->this; ?>
    <?php echo $tag->$this->name; ?>
    <?php echo $tag->$item->this; ?>
    <?php echo $tag->$this->item; ?>
    <?php echo $tag->name; ?>
    <?php echo $tag->item; ?>
    <?php echo $tag->this; ?>

    <?php echo $this->$name->tag; ?>
    <?php echo $this->$tag->name; ?>
    <?php echo $this->$item->tag; ?>
    <?php echo $this->$tag->item; ?>
    <?php echo $this->tag; ?>
    <?php echo $this->item; ?>
    <?php echo $this->name; ?>
</h3> 

 
Displaying 61 - 80 out of 6582 results.

Powered by Kunena Forum