comments position

More
11 years 5 months ago #37366 by days of summer
Replied by days of summer on topic comments position
help please :s

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

More
11 years 5 months ago #37370 by ggppdk
Replied by ggppdk on topic comments position
Hello,
you are asking developers of FLEXIcontent or forum members?

this is a relative small task of HTML structure and CSS,

but despite being easy, it is cumbersome for (us) developers do such CSS debuging of specific installation, and of cource it is almost impossbile without access to the site to check for CSS conflicts,

also if we start doing this, the list of people asking such things will grow, the component that you are using is huge it is given for free and open source, also we provide free bug support for it.

But since it sounds important to you, consider that anyone (e.g. a freelancer) with moderate HTML/CSS knowledge can do check and fix this (for a small fee)

Us the developers have (luckily few) pending bugs in the bug trackers, plus we need to finish J3.x support

Please,
- update to v2.0.2
- set your item / category to use a built-in template (we can not provide support for custom templates)
- POST A LINK to the frontend to see the CSS conflict that causes the issue
- maybe describe the issue by also posting a picture that highlight via a red circle the problem


-- 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
11 years 5 months ago #37379 by days of summer
Replied by days of summer on topic comments position
thanks ggppdk for your nice reply
i understand what you want and i will try to solve it

but please
can you give me a code of a template that contain extra field position ? and work in joomla 2.5

and i think it will be a good thing if you put it in the faq

thanks

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

More
11 years 5 months ago #37386 by micker
Replied by micker on topic comments position
wihtout complète code difficult to 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
11 years 5 months ago #37387 by days of summer
Replied by days of summer on topic comments position
i mean in the default template
the item.php code is
Code:
<?php // Modular item layout // If customizing via CSS rules or JS scripts is not enough, then please copy the following file here to customize the HTML too include(JPATH_SITE.DS.'components'.DS.'com_flexicontent'.DS.'tmpl_common'.DS.'item_layouts'.DS.'modular.php'); ?>


what is the code should i add here to have a new field position ?

in the faq you say

4. Edit item.php to get fields of mytable position and add a LOOP to display the fields,
NOTE: you can copy-paste an existing position and alter it.


what i want is that code to show the new field position

please copy it for me here
thanks

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

More
11 years 5 months ago #37388 by micker
Replied by micker on topic comments position
please read more tutorial and faq ..
www.flexicontent.org/documentati ... late-.html
www.flexicontent.org/documentati ... cture.html
1 add your-position on item.xml
Code:
<fieldgroups> <group>your_position</group>
2 add the code position in item/php
you can see code
Code:
<!-- BOF your_position --> <div id="your_position"> <?php if (isset($this->item->positions['your_position'])) : ?> <?php foreach ($this->item->positions['your_position'] as $champ) : ?> <div class="champ_<?php echo $champ->name; ?>"> <?php if ($champ->label) : ?> <div class="etiquette"><?php echo $champ->label; ?></div> <?php endif; ?> <div class="valeur"><?php echo $champ->display; ?></div> </div> <?php endforeach; ?> <?php endif; ?> </div> <!-- EOF your_position -->
why you didn't use default template like blog ?
duplicate it and studie and modify
regards

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.

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