- Posts: 1
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- Small Bug in component default view
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Small Bug in component default view
- jsdrew
- Topic Author
- Offline
- New Member
Less
More
12 years 11 months ago #44680
by jsdrew
Small Bug in component default view was created by jsdrew
I am setting up FPSS to display via the component display on my front page. I'm using Joomla 1.7 and I have FPSS v 3.0.1
I couldn't get the Page Title not to display so I took a look at the code in the default.php for the component slide show view
This is what came with FPSS
<?php if ($this->params->get('show_page_title', 1)) : ?>
<h2 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</h2>
<?php endif; ?>
This is what was in Com_content default article view
<?php if ($this->params->get('show_page_heading', 1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
I changed the FPSS default.php to match the article default.php for the above code and it worked fine. I just wanted to pass it on.
Thanks,
Sam Drew
I couldn't get the Page Title not to display so I took a look at the code in the default.php for the component slide show view
This is what came with FPSS
<?php if ($this->params->get('show_page_title', 1)) : ?>
<h2 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</h2>
<?php endif; ?>
This is what was in Com_content default article view
<?php if ($this->params->get('show_page_heading', 1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
I changed the FPSS default.php to match the article default.php for the above code and it worked fine. I just wanted to pass it on.
Thanks,
Sam Drew
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 11 months ago #44681
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Small Bug in component default view
Please upgrade to 3.0.4 FPSS version.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- sydneyartschool
- Offline
- New Member
Less
More
- Posts: 10
12 years 8 months ago #44682
by sydneyartschool
Replied by sydneyartschool on topic Re: Small Bug in component default view
I am on 3.2 and have the same problem
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 8 months ago #44683
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Small Bug in component default view
Could you provide me with a link to your slideshow page please.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- sydneyartschool
- Offline
- New Member
Less
More
- Posts: 10
12 years 8 months ago #44684
by sydneyartschool
Replied by sydneyartschool on topic Re: Small Bug in component default view
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 8 months ago #44685
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Small Bug in component default view
Please check again the url... It seems to be invalid...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- sydneyartschool
- Offline
- New Member
Less
More
- Posts: 10
12 years 8 months ago #44686
by sydneyartschool
Replied by sydneyartschool on topic Re: Small Bug in component default view
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- Small Bug in component default view