Snippet in sites module

How can I enlarge the snippet text in sites module ? There is no option in admin/modules/sites.

 

I changed the setting in BxSitesModule to 400, but no result.

 

Anyone ?

Quote · 16 Feb 2015

 Hi, can you explain what you mean with "snippet"?

Thanks

How can I enlarge the snippet text in sites module ? There is no option in admin/modules/sites.

 

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 16 Feb 2015

That's the short description which you see on the search result page. 

 Hi, can you explain what you mean with "snippet"?

Thanks

How can I enlarge the snippet text in sites module ? There is no option in admin/modules/sites.

 

 

Quote · 16 Feb 2015

 You mean this section:

That's the short description which you see on the search result page.

 

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 16 Feb 2015

 Yes. In other modules you can change the length of the snippet text, in the sites module you can't.

 You mean this section:

That's the short description which you see on the search result page.

 

 

Quote · 16 Feb 2015

So I changed it in the BxSitesModule.php from 200 to 600, but it doesn't work.

Quote · 16 Feb 2015

 Ok, now I have understand it.

Please do following steps:

  1. Open the file modules/boonex/sites/classes/BxSitesTemplate.php
  2. Finde the line
    'description' => $this->_oMain->_formatSnippetText($aData),
  3. Change this line as follows:
    'description' => $this->_oMain->_formatSnippetText($aData, 600),

Now you see a number. This number (600) deals with the max lenght of the text content and trim the text after the count of characters was reached. You can change the number according the text lenght you want.

If you have question, just hit me up.

So I changed it in the BxSitesModule.php from 200 to 600, but it doesn't work.

 

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 16 Feb 2015

Thank you Xeluan :-)

Quote · 16 Feb 2015

Thank you Xeluan :-)

 You are welcome! :-)

If you have another questions or you need help, just hit me up.

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 16 Feb 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.