We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Dominik Najberg
  2. General Discussion
  3. Tuesday, 24 June 2014
  4.  Subscribe via email
Hi,

I have a simple page with a Category view. I want three columns. Everything is fine. I am using the default T3_bs3_blank template. But... When I want to override content->category the files are copied to html folder. And you know what? The category view is all damaged...

This is the correct code:

<div id="t3-mainbody" class="container t3-mainbody">
<div class="row">
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
<div class="blog" itemscope itemtype="http://schema.org/Blog">
<div class="items-row cols-3 row-0 row">
<div class="col-sm-4">
<div class="item column-1"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<!-- Article -->
<article>
<header class="article-header clearfix">
<h2 class="article-title" itemprop="name">


This is the one immediately after the override:

<div id="t3-mainbody" class="container t3-mainbody">
<div class="row">
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
<div class="blog" itemscope itemtype="http://schema.org/Blog">
<div class="items-row cols-3 row-0 row-fluid clearfix">
<div class="span4">
<div class="item column-1"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="page-header">
<h2 itemprop="name">


What happened? The override is EXACTLY the same as the default code in Joomla. What is that I am doing wrong?

Joomla 3.3.1
T3 Framework 2.3.0
t3_bs3_blank 2.1.5
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dominik Najberg,

Could you please tell me exactly which file you copied (full path also) and the full path you pasted it in the HTML folder of T3_BS3_Blank template.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
First. Thank you very much for getting back to me.

The following files are copied as overrides:

/templates/t3_bs3_blank/html/com_content/category/index.html
/templates/t3_bs3_blank/html/com_content/category/default_children.php
/templates/t3_bs3_blank/html/com_content/category/default_articles.php
/templates/t3_bs3_blank/html/com_content/category/default.xml
/templates/t3_bs3_blank/html/com_content/category/default.php
/templates/t3_bs3_blank/html/com_content/category/blog_links.php
/templates/t3_bs3_blank/html/com_content/category/blog_item.php
/templates/t3_bs3_blank/html/com_content/category/blog_children.php
/templates/t3_bs3_blank/html/com_content/category/blog.xml
/templates/t3_bs3_blank/html/com_content/category/blog.php

I've double checked them. These are the files copied from the core com_content Joomla component.

Deleting blog.php and blog-item.php restores the page to the desired state.

I know. It's weird. I couldn't expect that...
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry guys...

I should have read the Documentation.

http://t3-framework.org/documentation/extend-com-content#override-module
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Yeah, you have the issue fixed now?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.