Edition NSP 5 Portfolio II display

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 24, 2014 12:17 pm
Hey guys!

I am using NSP GK5 with the PORTFOLIO II settings here.

I am running into 2 issues that I cant'get fixed on my own:

1. Is it possible to display the Article Title an dthe introtext below the images?
2. If the images are clicket there opens this beautiful slideshow. How can I get the slideshow to display the article-title and maintext instead of category, author and date?

Here's a link to my site: http://www.cool-o-mat.com/zentrum/cms/
Please scroll down to the 5 images at "Unsere Leistungen" to find the module.

Thank you very much for your support!
User avatar
Expert Boarder

GK User
Sat Jul 26, 2014 2:21 pm
Hello,

I'm sorry but this portal mode display the content only on the way visible on our demo - other modifications are a custom work which is beyond of our technical support.
User avatar
Administrator

GK User
Wed Aug 06, 2014 4:43 pm
Okay - understood.
I just need top know the location of the files that control what is being displayed in the slidebox - then I can fix that on my own.

The main problem with xx.000 files of full joomla-installatuions is the search and apply drama, every user is running into.

So I would be really grateful, if you could just send me a hint, where I can find the template for the content.
User avatar
Expert Boarder

GK User
Thu Aug 07, 2014 9:00 am
All files responsible for the Portfolio II portal mode display are placed in this directory: https://github.com/GavickPro/News-Show- ... portfolio2

The output is generated in the controller.php file.
User avatar
Administrator

GK User
Thu Aug 07, 2014 11:37 am
Yeah great. Managed to kill the unneeded fields and to change the headline "from "Author" to "Info".
Only thing that does not work is that:

I changed this code in controller.php

Code: Select all
data-author="'.$this->parent->content[$i]['author_username'].'"
data-author-text="'.JText::_('MOD_NEWS_PRO_GK5_PORTAL_MODE_PORTFOLIO2_AUTHOR_TEXT').'"


to that:

Code: Select all
data-author="'.$this->parent->content[$i]['fulltext'].'"
data-author-text="'.JText::_('Info').'"


That changed the headline but the content of the K2 fulltext is not being displayed.
Do you have any idea what I shold fill in there instead of "fulltext"?

Thank you for your help!
User avatar
Expert Boarder

GK User
Fri Aug 08, 2014 6:44 am
Please use text instead of fulltext
User avatar
Administrator

GK User
Fri Aug 08, 2014 8:23 am
Yeah - that helped.
Is there a text-limit on the author-field? Actually it only shows about 4-5 words of the fulltext.
User avatar
Expert Boarder

GK User
Fri Aug 08, 2014 8:24 am
First of all please try to replace:

Code: Select all
$this->parent->content[$i]['text']

with:
Code: Select all
htmlspecialchars(strip_tags($this->parent->content[$i]['text']))
User avatar
Administrator

GK User
Fri Aug 08, 2014 8:37 am
Figured it out - the NSP was running into an issue with the readmore - now everything is beautiffully running.
Thank you very much for your great support!
User avatar
Expert Boarder

GK User
Mon Aug 11, 2014 7:09 pm
One last question (promise!):

Is it possible to get the Article-Title be displayed together with the "+" when hovering the image?
User avatar
Expert Boarder

GK User
Tue Aug 12, 2014 7:14 am
I'm sorry but this script which generates a hover effect didn't prepared for it.
User avatar
Administrator


cron