v3.3.5 bug!

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Mon Jan 07, 2013 9:49 pm
Hello,

After "upgrading" the News Show Pro GK4 for J!3.0 from 3.3.4 to new Version: 3.3.5, there is no way to use the tabs after "about", from the module administration.

For example, there is no possibility to open the "menu assignement" tab or the "module title link" tab, while all the other tabs open and work correctly.

Any idea how to get it fixed?

Tested on both of a live site and a local site (on multiple browsers...).

Regards.
User avatar
Senior Boarder

GK User
Tue Jan 08, 2013 8:28 am
Today you should see updated version in our download area. The problem is with one missing div in module language file, you can open file root/languages/en-GB/en-GB.mod_news_pro_gk4.in and modify this line :

Code: Select all
MOD_NEWS_PRO_GK4_ABOUT_US_CONTENT="<div style='color: #555; line-height: 18px; font-size: 12px; padding: 20px 0 0'><p><strong>Author:</strong></p>News Show Pro GK4 is developed by <a href='http://www.gavick.com' target='_blank' style='color: #AB3F0A'>GavickPro</a>. Since 2007 we have been focusing on creating <a href='http://www.gavick.com/products/templates.html' target='_blank' style='color: #AB3F0A'>Joomla Templates</a> up to the minute in order to fulfill your expectations. Additionally, we provide you with <a href='http://tools.gavick.com/newshowpro.html' target='_blank' style='color: #AB3F0A'>free extensions</a>, modules and you can also visit our <a href='http://www.gavickmagazine.com' target='_blank' style='color: #AB3F0A'>Gavick Magazine</a> where it is possible for you to get some useful information connected with services provided and how to avoid some possible problems.<p style='font-size: 11px; text-align: center;margin: 60px -10px 0; border-top: 1px solid #eee; padding: 6px 0'>News Show Pro GK4 is released under the <a href='http://www.gnu.org/licenses/gpl-2.0.html' target='_blank' style='color: #AB3F0A'>GNU/GPL v2 license.</a></p>"


to

Code: Select all
MOD_NEWS_PRO_GK4_ABOUT_US_CONTENT="<div style='color: #555; line-height: 18px; font-size: 12px; padding: 20px 0 0'><p><strong>Author:</strong></p>News Show Pro GK4 is developed by <a href='http://www.gavick.com' target='_blank' style='color: #AB3F0A'>GavickPro</a>. Since 2007 we have been focusing on creating <a href='http://www.gavick.com/products/templates.html' target='_blank' style='color: #AB3F0A'>Joomla Templates</a> up to the minute in order to fulfill your expectations. Additionally, we provide you with <a href='http://tools.gavick.com/newshowpro.html' target='_blank' style='color: #AB3F0A'>free extensions</a>, modules and you can also visit our <a href='http://www.gavickmagazine.com' target='_blank' style='color: #AB3F0A'>Gavick Magazine</a> where it is possible for you to get some useful information connected with services provided and how to avoid some possible problems.<p style='font-size: 11px; text-align: center;margin: 60px -10px 0; border-top: 1px solid #eee; padding: 6px 0'>News Show Pro GK4 is released under the <a href='http://www.gnu.org/licenses/gpl-2.0.html' target='_blank' style='color: #AB3F0A'>GNU/GPL v2 license.</a></p></div>"


there is additional DIV at the end of line
User avatar
Platinum Boarder

GK User
Tue Jan 08, 2013 3:20 pm
bkrztuk wrote:Today you should see updated version in our download area. The problem is with one missing div in module language file, you can open file root/languages/en-GB/en-GB.mod_news_pro_gk4.in and modify this line :

Code: Select all
MOD_NEWS_PRO_GK4_ABOUT_US_CONTENT="<div style='color: #555; line-height: 18px; font-size: 12px; padding: 20px 0 0'><p><strong>Author:</strong></p>News Show Pro GK4 is developed by <a href='http://www.gavick.com' target='_blank' style='color: #AB3F0A'>GavickPro</a>. Since 2007 we have been focusing on creating <a href='http://www.gavick.com/products/templates.html' target='_blank' style='color: #AB3F0A'>Joomla Templates</a> up to the minute in order to fulfill your expectations. Additionally, we provide you with <a href='http://tools.gavick.com/newshowpro.html' target='_blank' style='color: #AB3F0A'>free extensions</a>, modules and you can also visit our <a href='http://www.gavickmagazine.com' target='_blank' style='color: #AB3F0A'>Gavick Magazine</a> where it is possible for you to get some useful information connected with services provided and how to avoid some possible problems.<p style='font-size: 11px; text-align: center;margin: 60px -10px 0; border-top: 1px solid #eee; padding: 6px 0'>News Show Pro GK4 is released under the <a href='http://www.gnu.org/licenses/gpl-2.0.html' target='_blank' style='color: #AB3F0A'>GNU/GPL v2 license.</a></p>"


to

Code: Select all
MOD_NEWS_PRO_GK4_ABOUT_US_CONTENT="<div style='color: #555; line-height: 18px; font-size: 12px; padding: 20px 0 0'><p><strong>Author:</strong></p>News Show Pro GK4 is developed by <a href='http://www.gavick.com' target='_blank' style='color: #AB3F0A'>GavickPro</a>. Since 2007 we have been focusing on creating <a href='http://www.gavick.com/products/templates.html' target='_blank' style='color: #AB3F0A'>Joomla Templates</a> up to the minute in order to fulfill your expectations. Additionally, we provide you with <a href='http://tools.gavick.com/newshowpro.html' target='_blank' style='color: #AB3F0A'>free extensions</a>, modules and you can also visit our <a href='http://www.gavickmagazine.com' target='_blank' style='color: #AB3F0A'>Gavick Magazine</a> where it is possible for you to get some useful information connected with services provided and how to avoid some possible problems.<p style='font-size: 11px; text-align: center;margin: 60px -10px 0; border-top: 1px solid #eee; padding: 6px 0'>News Show Pro GK4 is released under the <a href='http://www.gnu.org/licenses/gpl-2.0.html' target='_blank' style='color: #AB3F0A'>GNU/GPL v2 license.</a></p></div>"


there is additional DIV at the end of line


Hi,

Thanks for your assistance, problem is now solved :)

Regards.
User avatar
Senior Boarder


cron