View of title field [SOLVED]

More
14 years 6 months ago #17766 by aloisio
Hello
I use joomla 1.5 with flexicontent 1.5.4 y flexiaccess.
I need not appears the title field of the articles anywhere.
In the article submission form it already not appear.
I've already edited the title field and In the permissions panel I have not assigned this field to any group.
But still appears in the view category.

Regards

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

More
14 years 6 months ago #17771 by ggppdk
Replied by ggppdk on topic View of title field [SOLVED]
At the category Options, inside "Parameters Standard" their is an option whether to display the title field.

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 review. Thanks!

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

More
14 years 6 months ago #17774 by aloisio
Hello
This option is disabled.
So what appears to me as "item title" in the category view is not the title of the article.
What is that?

Regards

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

More
14 years 6 months ago #17775 by ggppdk
Replied by ggppdk on topic View of title field [SOLVED]
So if you enable option it appears twice?


-- 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 review. Thanks!

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

More
14 years 6 months ago #17779 by aloisio
If I enabled, does not appear twice.
This column already appeared twice before, why that I had changed the template of the category by adding the "title".

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

More
14 years 6 months ago #17784 by ggppdk
Replied by ggppdk on topic View of title field [SOLVED]
1. Make sure you do not have (by drag and drop) the title field in the category-view of your template.

2. and then go to file "category-items.php" of your template and remove the code between:
Code:
<!-- BOF item title --> ... <!-- BOF item title -->

The second comment should be EOF, but it is wrongly BOF, ignore this just remove the code between them.

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 review. Thanks!

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

More
14 years 6 months ago #17791 by aloisio
Hello
I had inserted the "title" in the template category and removed it.
I have removed the code in "category-items".
But the "item title" still appears.

Regards

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

More
14 years 6 months ago #17797 by ggppdk
Replied by ggppdk on topic View of title field [SOLVED]
Alosio,
if the item title of your items still appear in category view, there are 4 cases:
1. You have item item in a template position
2. Inside category_items.php, you printing $item->title OR $this->items[...]->title
3. You removed above code [2] from wrong template e.g. you are using 'blog' but you removed from 'default' template. Please CHECK the template of EVERY category that you see display the title.
4. (Very unlikely) you have above code [2] in another template file e.g. category.php, this is not the case because if you did you would see all titles together.
5. (Very unlikely) you have some other field that stores the same text as title, and you have this field in a template position.

These all suggestions i can think of

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 review. Thanks!

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

More
14 years 6 months ago #17804 by aloisio
I again make the change and now if that goes away but only removes the top of the table, the data still appear in the column and move to fill the table. The last column contains no data, just by heading.

Regards

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

More
14 years 6 months ago #17806 by ggppdk
Replied by ggppdk on topic View of title field [SOLVED]
To also remove the head cell of title (top row of table) also remove:
Code:
<th id="flexi_title" scope="col"><?php echo JText::_( 'FLEXI_ITEMS' ); ?></th>

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 review. Thanks!

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

Moderators: vistamediajoomlacornerggppdk
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
Save