Add value to <html class attribute

More
9 years 2 months ago - 9 years 2 months ago #60962 by yopyop001
Hi,

some values are added by Joomla to the class attribute of <html or <body
For example :
Code:
class="com_flexicontent view-item itemid-396 j35 no-touch"

Is there a smart way to add the item content type alias or the item category in this pageclass?
To have, for example:
Code:
class="com_flexicontent view-item type-article item-catid-15 item-subcatid-26 itemid-396 j35 no-touch"

In my template, this is loaded with
Code:
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" class='<jdoc:include type="pageclass" />'>

Best regards
Last edit: 9 years 2 months ago by yopyop001.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #60988 by ggppdk
Hello

We can do it inside a system plugin using event:
onAfterRender()

then searching and replacing the <body ... class="....


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago - 9 years 2 months ago #60991 by ggppdk
Hello

I tested adding the classes
via preg_replacement on document body,

- adds about 1-3 milliseconds to the page creation


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 9 years 2 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.601 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save