1. eastkilla
  2. Newbie area
  3. Thursday, 26 December 2013
  4.  Subscribe via email
Hi all,
I'm working on Joomla 3.2.1 and Seblod 3.2.0. I would like to integrate CComment in a personnal content page using tabs created with bootstrap. I want to display Ccomment only in a specific tab (in TAB2 for exemple), not below all tabs. Is it possible ? Thanks for your help. My code page :

<?php
/**
* @package			SD Simple Simon Template V2.5.0 for SEBLOD 3.x - http://www.seblod.com
* @license 			GNU General Public License version 2 or later
* @author       	Simon Dowdles - http://www.simondowdles.com
* @copyright		Copyright (C) 2013 Simon Dowdles New Media Holdings (Pty) Ltd. All Rights Reserved.
**/

// No Direct Access
defined( '_JEXEC' ) or die;
?>

<ul class="nav nav-tabs">
    <li><a href="#TAB1" data-toggle="tab">TAB1</a></li>
    <li><a href="#TAB2" data-toggle="tab">TAB2</a></li>
</ul>
	
<div class="tab-content">

	<div class="tab-pane" id="TAB1">
		<p><?php echo $cck->renderField('field1')?></p>
		<p> <?php echo $cck->renderField('field2')?></p>
		<p> <?php echo $cck->renderField('field3')?></p>
	</div>
	
	<div class="tab-pane" id="TAB2"><?php echo $cck->renderField('art_fulltext')?></div>
</div>
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Dowload all Hotspots entries
Hi there, I'm looking for a way to dowload all the Hotspots entries. I've got t...
0 Replies
Posted on Sunday, 06 April 2025
  • New
    • #kml
    • #download
    Set number of hotspots / user groups
    Hi, I'm working with Hotspots for my new website and I love it! After trying ...
    0 Replies
    Posted on Monday, 31 March 2025
    J5 compatibility for Hotspots
    Hi guys, Just started to update my old J3x website. Is there J5 compatibility p...
    1 Replies
    Posted on Monday, 24 February 2025
    • #Hotspots
    • #hotspots Joomla 5
    Text size in the comment input form
    Hello. How can I increase the font size in the comment input field? For examp...
    0 Replies
    Posted on Wednesday, 26 February 2025
    • #CComment 6
    Problem with enlarged image
    Hello. When you click on the image in the comments, it does not appear in the ce...
    1 Replies
    Posted on Wednesday, 26 February 2025