Future Request

More
5 years 7 months ago #42259 by justme82
Future Request was created by justme82
Hi,

Can you please add Description in products? Only title is set and google finds duplicates in console...

components-com_vm2tags-views-productslist-tmpl-> default.php
after line 48 ($doc->setTitle( sprintf( JText::_('COM_VM2TAGS_TAGGED_AS') , $tag ) );) please add:


//get description of the site - could also check if exists with strlen
//$TmpDes = $doc->getDescription( );
$TmpDes = $jconfig->get( 'sitename' );
//set the vm2tags description along with site description.
$doc->setDescription( sprintf( JText::_('COM_VM2TAGS_TAGGED_AS') , $tag ).' '.$TmpDes );
Attachments:
The following user(s) said Thank You: nordmograph

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

More
5 years 7 months ago #42264 by nordmograph
Replied by nordmograph on topic Future Request
Hello Just you,
Thank you for sharing this, will add it.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

Time to create page: 0.314 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.