COMMUNITY FORUM
Search Results (Searched for: k2 Tag)
- Matt
htaccess to get rid of "show" prefix page
Category: English K2 Community
domain.com/show/tag/blaUsers can access the show page with this:
domain.com/showRedirect this
domain.com/showto this:
domain.comI made a 301 redirect rule in my htaccess file and it works, but with a side effect. Now all tag pages look like this:
domain.com//tag/blaYou see there is the "show" missing, but it shouldn't. Can anyone tell me how to redirect /show to the homepage without removing it from tag URLs?
This is the rule I used:
RewriteRule ^show$ $1 [R=301,L]Thanks.
- Taariq
How to remove fileds from the Edit Item window
Category: English K2 Community
On the edit window (Front end editing) I would like to remove or hide the following fields completely?
Title alias, category, Tags, Featured and Published fields
Platform
Joomla 2.5.9
K2 v2.6.3
Thank you
- M@tin
Changes made to item.php are gone after update
Category: English K2 Community
if ($item->params->get('catItemIntroTextWordLimit') && $task == 'category')if ($item->params->get('catItemIntroTextWordLimit') && ($task == 'category' || $task == 'user' || $task == 'tag' || $task == 'date' || $task == 'search' || $task == ''))- jean-philippe
Cache on K2
Category: English K2 Community
When you click on the front end image added by "images",
inside your template we have something like:
- LUXE HIGH

13 Feb 2013 10:31 Replied by LUXE HIGH on topic Advance SEF Settings Not redirecting Old URL Advance SEF Settings Not redirecting Old URL
Category: English K2 Community
Hi Thanks for your reply,
I already have 2.6.5 version in my CMS, also i did job as explained in Blog post
"In K2 v2.6.5 we've made this process even simpler. All you need to do is simply create a new menu in Joomla! (call it "Hidden" as it won't be directly called from any module) and in there create a K2 menu item pointing to all categories. Give this menu item a nice alias, e.g. "show" (as we also do here on getk2.org). If you do this, K2 is now able to "assign" this menu item as "root" for all such "menu orphan" K2 content such as tags, users, search and date listings."
But still its not working, old url is showing 404 error.
Looking forward your help.
regards
- Adam - Bands For Hire
Featured item in tag view
Category: English K2 Community
My new site uses the latest version of K2 and Joomla 2..5.
Thanks
- lukass2000
K2 Tag-Cloud Module
Category: Offizielle deutsche Gemeinschaft
Habe gestern das K2 Tag-Cloud Module entdeckt und in meiner Homepage eingebaut.
Gibt es da eine Möglichkeit die Darstellung der Wörter nach Zufall anzuzeigen?
Die derzeitige Anzeige nach den "besten" Schlagwörtern ist leider nciht so sehr abwechslungsreich :)
DANKE!
- LUXE HIGH
K2 Tag Module Assignment problem Advance SEF Tool
Category: English K2 Community
Your quick will be appreciated, I used Advance SEF settings, finally something great from k2, Thanks,
Problem:
Now all tags which are not associated as menu Item are not showing assigned Modules which i assigned k2 Categories menu Items, afcourse i cant assign each tag as menu item, can you tell me the solution, so my website could come-back in good layout which was set before enabling Advance SEF settings.
Looking forward
- Matt
Info: K2 2.6.5 removes important SEO options
Category: English K2 Community
In the source code of the system/k2.php file I found this:
/ Define the default Itemid for users and tags. Defined here instead of the K2HelperRoute for performance reasons.
// UPDATE : Removed in K2 2.6.5. All K2 links without Itemid now use the anyK2Link defined in the router helper.
//define('K2_USERS_ITEMID', $componentParams->get('defaultUsersItemid'));
//define('K2_TAGS_ITEMID', $componentParams->get('defaultTagsItemid'));
I have bolded the important part, performance reasons. Can you elaborate a bit more? Does enabling the duplicated tag/user pages options in K2 2.6.4 result in performance issues? How many queries are executed compared to the new method in K2 2.6.5?
My next question is also releated to performance issues. In K2 2.6.4 the description for the advanced SEF settings is as follows:
Enabling this option will modify all K2 URLs making them more SEO friendly. However this option will add a significant performance hit for websites with more than a few hundred K2 items in them. Use with caution. This option is disabled by default.
This sounds as if the new URLs are stored in the database just like sh404 sef URLs. Is this the case? Can you elaborate more?
- mc
Help with editing K2.css to change Module Title
Category: English K2 Community
But I don't know where to put the h3 call.
I do not want to use a font markup like: div.k2ItemsBlock ul li a.moduleItemTitle {font-size:18px;} because that will only change the style, where the H3 tag in my website's template changes the font of the text
See Attached image:
The column on the left is the K2 module. I would like my K2 item titles to resemble that of the other module on the right.
Any help is greatly appreciated.
- Matt
Info: K2 2.6.5 removes important SEO options
Category: English K2 Community
Removed in K2 2.6.5. All K2 links without Itemid now use the anyK2Link defined in the router helper.
The advanced SEF options ain't do nothing about this. I don't know what this "anyK2Link" is supposed to mean, but it obviously isn't working. Tags and user pages links all start with "component/k2" if not assigned to a menu, resulting in multiple duplicated URLs accross your site.
- Matt
Info: K2 2.6.5 removes important SEO options
Category: English K2 Community
// Define the default Itemid for users and tags. Defined here instead of the K2HelperRoute for performance reasons.
// UPDATE : Removed in K2 2.6.5. All K2 links without Itemid now use the anyK2Link defined in the router helper.
//define('K2_USERS_ITEMID', $componentParams->get('defaultUsersItemid'))
//define('K2_TAGS_ITEMID', $componentParams->get('defaultTagsItemid'));
So that explains it then. I will do some testing now and report my results shortly.
- Matt
Info: K2 2.6.5 removes important SEO options
Category: English K2 Community
"Default parent menu for user pages (optional)"
"Default parent menu for tag listings (optional)"
These options kill the duplicated URL issue with tags and user pages. But for some reason, he removed these options in K2 2.6.5, which means you have yet again duplicated URLs with tags and author pages. The new SEF advance options can't do nothing about this.
At this point, there hasn't been a news to K2 2.6.5 posted, so lets hope that Fotis can explain his decision to remove these options soon.
In the meantime, simply don't update to K2 2.6.5.
- Ewoud Vreugdenhil
Same item, different URL
Category: English K2 Community
Others who have the same problem, start reading from: a) kill duplicate URLs created for tags and users once and for all
There is only one new problem. The template override when reading an article, is not working. I had to rename the item.php in websiteroot/components/com_k2/templates/default so it is not loaded anymore. And it now loads the override.
So it seems like that the template override does not work with this new advanced Sef settings.
Can anybody confirm that?
- jean-philippe
Y a t-il une communauté K2 plus active ailleurs ?
Category: Communauté française K2
Olivier Nolbert wrote: Bonjour,
Malheureusement, je ne pense pas qu'il y ait une communauté K2 plus active qu'ici.
Je comprends ta frustration et la partage. Il faut tout de même voir que K2 n'est pas une extension commerciale et que c'est ce qui a fait en partie son succès. Cela lui a permis de s'installer rapidement en tête des extensions de gestion de contenu.
J'avais pris l'habitude d'utiliser K2 par défaut pour tous mes projets Joomla! et en tant que développeur, je pouvais ajouter presque toutes les fonctionnalités manquantes grâce aux plugins.
D'autres outils sont maintenant présents et sont pour moi plus performants que K2 sur certains aspects.
La grosse lacune de K2 est le manque d'écoute de l'équipe de développement sur les fonctionnalités à améliorer ou à ajouter.
J'essaie de participer de mon mieux à la vie de la communauté K2, surtout la partie française mais devant le peu d'implication de l'équipe K2, je ne suis pas motivé plus que ça.
J'ai depuis quelques temps intégré d'autres communautés Joomla! qui elles sont beaucoup plus actives et plus communautaires !
Olivier
Effectivement.. Je suis de ton avis Oli par rapport a l'activité et la motivation ici.. quand je trouve des problèmes j'Essaie de les régler mais ce n'est pas vraiment facile sans faire de "hack" au coeur de K2.
j'dois constamment refaire les ajustement après les mise a jour bref... après avoir attendu 2mise a jour le feature et le correctif a été ajouté.
En esperant que K2 Core developpment soit un peu plus a l'écoute des "helper" qui essaie d'aider au bon fonctionnement de leur logiciel!
- jean-philippe
Indice -Item et catégorie disparaisse..
Category: Communauté française K2
J'ai fait des recherches et je pense avoir une partie de la réponse... Je fais appel au créateur de K2 afin de complété ou d'expliquer du pourquoi du comment..
ceci est des hypothese par rapport a ce que j'ai comme problème et d'après ce que j'ai compris.
Premierement, le phénomène arrive lorsqu'une session "language" est présentement sur le frontend du site internet.
arrivant dans l'administration dans K2, quand les items n'Apparaisse pas..
j'Ai effectuer un
Si vous pouvez m'aider a trouver une réponse faite moi signe :-) - Dario
Problem rendering image gallery SIG PRO
Category: Simple Image Gallery PRO
There was a problem rendering your image gallery. Please make sure that the folder you are using in the Simple Image Gallery Pro plugin tags exists and contains valid image files. The plugin could not locate the folder: media/k2/galleries/103
Plugin are enabled. Permissions are set correctly. How to fix this?
- william white
Correlation betwen items
Category: English K2 Community
Another way may be to use k2 multi category plugin you will find in extend k2 section
- Caiman
K2 items with image map in multilingual site
Category: English K2 Community
I'm building a website and i'm facing the following scenario,
My platform is joomla 2.5.9 + K2 v 2.6.4 + Falang multilungual content manager v 1.2.0 and i don't know how to make everything work together smoothly.
When i'm editing a K2 item, i don't know how to set the href tag for the image map area so it will reference the language the user has selected.
I'd like to know also how can i get the item link that references a k2 item so i can use it elsewhere.
Thanks in advance
- xaoc
Is it possible to override generic.php?
Category: English K2 Community
Here is the code includign tags into generic.php for those who is looking for:) Add this to your generic.php at the place, where you want see your tags. They will appear like unordered list