Need Help with item.php Layout!

More
12 years 2 months ago #28784 by pepiw1
Hi,ggppdk

Could you give me code example...please :)

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #28793 by ggppdk
there are code sample on jquery site, right ??

for me to provide code i would have to read documentation of jquery tabs, maybe it is little work maybe it is not

but adding tabbed position to our templates
default, faq, presentation
using another tabber is mostly done


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #28808 by micker
please we can't do it for you read tutoriel at first
start your code and we will help you
;)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #28828 by pepiw1
Hi,micker

What the hell is a "tutoriel " :D :P

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #28831 by pepiw1
Ok, now the tabs are working with this code:
Code:
<!-- BOF description2 --> <div class="description"> <?php // STEP 1. Create an empty object c $c = new stdClass(); // STEP 2. Prepare your some text to trigger Content plugins on $c->text = ''; $c->text = '{magictabs}'; $c->text .= 'Adresse::'; $c->text .= $this->item->fields['field24']->display; $c->text .= $this->item->fields['field35']->display; $c->text .= '||||'; $c->text .= 'TAB 02::'; $c->text .= $this->item->fields['field27']->display; $c->text .= '{/magictabs}'; // STEP 3. Prepare other properties of the object c, so that it looks like a Joomla article object $c->title = $this->item->title; $c->slug = $this->item->slug; $c->sectionid = $this->item->sectionid; $c->catid = $this->item->catid; $c->catslug = $this->item->categoryslug; $c->id = $this->item->id; $c->state = $this->item->state; $c->state = $this->item->state; // STEP 4. Trigger the content plugins $dispatcher = &JDispatcher::getInstance(); JPluginHelper::importPlugin('content'); if (FLEXI_J16GE) $results = $dispatcher->trigger('onContentPrepare', array ('com_content.article', &$c, &$this->params, 0)); else $results = $dispatcher->trigger('onPrepareContent', array (&$c, &$this->params, 0)); // STEP 5. Output the created HTML echo $c->text; ?> </div> <!-- EOF description2 --> <div class="clear"></div>

But, the question is: How can I style the output of the fields?

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #28832 by Rehne
Hi,

normally fields also have associated classes!?
did you have it already online
so i can watch it
and then possibly also help

Regards

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.386 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline