Plusieurs questions : Facebook, plugins, titre...

More
12 years 7 months ago #18776 by DerClown
Merci pour ta réponse :)
J'avance... Doucement mais j'avance !

Donc quelle est la technique pour résoudre ce problème ?
MERCI

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

More
12 years 7 months ago #18783 by micker
lequel ?

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 7 months ago #18785 by DerClown

Je ne pense pas que tu ai affecter ton template a ton type et a ta category


Donc comment faire ça ?

Pour rappel mon problème (enfin l'un des problèmes) c'est de pouvoir modifier un article avec l'affichage de la date, date de modification. Alors qu'actuellement, c'est grisé !


Mon deuxième problème, c'est toujours de trouver le code php pour pouvoir l'inserer dans le code 'j'aime" facebook sur ma page "index" de la catégorie.

Aucun concepteur de flexicontent ne réponds ????? :( :( :(

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

More
12 years 7 months ago #18786 by ggppdk
1. mmm about, Modification date-time, this is not editable, if you want a editable date-time field create a new Flexicontent field.

2. About i like for category you can:
Install a facebook "like" joomla content or system joomla plugin

IF PLUGIN IS CONTENT PLUGIN TYPE:
trigger the plugin inside the template like this:
Code:
<?php $dispatcher =& JDispatcher::getInstance(); $item = new stdClass(); $item->text = 'plugin text goes here'; $item->params = $params = new JParameter(""); JPluginHelper::importPlugin('content', 'pluginname'); $dispatcher->trigger('onPrepareContent', array (& $item, & $item->params, 0)); // Finally output the plugin text echo $item-text; ?>

IF PLUGIN IS SYSTEM PLUGIN TYPE:
Code:
<?php echo 'plugin text goes here'; ?>

I have not tested this, but you should be able to correct any small issues.

Regards


-- 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.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.274 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