332 Posts
Kenneth
9 years ago
23
Topic

Hello,

I've read what I can find to read about this, but I'm still not sure about how it works.

I understand that it needs to be used like this:

One main list->brings in new lists

But can it work like this also?

Just an seblod created article->brings in new lists?

Get a Book for SEBLOD
332 Posts
Kenneth
9 years ago
0
Level 1

I'm getting:

Error Oops! Template not found.. ; (

332 Posts
Kenneth
9 years ago
0
Level 1

I managed to get this working, but it only shows one item in the child list?

9 years ago
1
Level 1

Hello Seblod Team!

I just updated my site to Joomla 3.3.6 and Seblod 3.1.5 and I found the same issue like Kenneth.

In the list I can see only the first content, the others are empty.

Before the updates, it was working well.

Can you give me some instruction where I made mistake?

Thank you in advance!

István

p.s.: I am using Seblod Form & List Pack ver1.1.1.

9 years ago
0
Level 2

Sorry, my Seblod version is 3.5.0

István

332 Posts
Kenneth
9 years ago
3
Level 1

Hello Istvan,

I ended up creating a ordinary core article where I created a layout loading module positions, all of which loads seblod list modules.

The result is the same, but I needed to use more modules of course.

154 Posts
WebOne
9 years ago
2
Level 2

@Kenneth

Don't use the blog template for the search/list type being called by the form & list pack. Rather use the list template.

332 Posts
Kenneth
9 years ago
0
Level 3

Thanks. I ended up using the list template for a content type, but I figure there is no way to create overrides for different content types?

What I found is that I need to change the index.php, and by that am only able to create one custom look for this template?

9 years ago
0
Level 3

Hello WebOne,

yes, you are right. The Form & List Pack working with Seb List template. But what is the reason not working now with Seb Blog template?

Before I made the update, it was working well.

Is there a bug, or I made some mistake?

István

4229 Posts
Kadministrator
9 years ago
1
Level 1

Beside updating Seblod you also need to update form&list pack, this updates go hand in hand.

9 years ago
0
Level 2

Hello Klas,

thank you for the tip.

I am using latest Seblod (3.5.0) and latest Form & List Pack (1.1.1), but only the first content appear on the list, the others are not.

Best regards

István

58 Posts
rasch-dmd
9 years ago
0
Level 1

Hello Klas,

I have the same Problem. I have the actual seblod and the actual SEBLOD Form & List Pack. I rebuild your tutorial and it render only one item.

Can you fix it, please.

Thanx in advance

rasch-dmd

9 years ago
1
Level 1

Hello rasch-dmd,

Are you sure that you have more than 1 result in your list ? (display SEBLOD debug)

We are working with this kind of field every days without issue.


Best regards.

Lionel

58 Posts
rasch-dmd
9 years ago
0
Level 2

Hi Lionel,

in a list view I see all items, in a blog view I see only one. Is that a bug or my error?

rasch-dmd

9 years ago
0
Level 1

Hello rasch-dmd,

if your search form is the same, and the SEBLOD debug display X results, so yes, it seem that it's coming from the configuration of the blog.

Best regards.

Lionel

58 Posts
rasch-dmd
9 years ago
0
Level 1

Hi Linonel,

that is the result of the debug mode. It render 3 items and that is the count of my articles: 

SELECT t0.id AS pid,t0.pk AS pk,t0.pkb AS pkb,t0.cck AS cck,t0.storage_location AS loc,tt.id AS type_id,tt.alias AS type_alias
FROM `#__cck_core` AS t0
LEFT JOIN `#__content` AS t1 ON t1.id = t0.pk
LEFT JOIN `#__cck_core_types` AS tt ON tt.name = t0.cck
WHERE t1.state = 1 AND t1.access IN (1,1,5) AND ( t1.publish_up = '0000-00-00 00:00:00' OR t1.publish_up <= '2015-03-03 06:44:15' ) AND ( t1.publish_down = '0000-00-00 00:00:00' OR t1.publish_down >= '2015-03-03 06:44:15' ) AND t0.cck = 'article' AND t1.catid LIKE '%13%' GROUP BY t0.pk
ORDER BY t1.title ASC LIMIT 0, 250

0.295 seconds (0.048); 27.31 MB (0.675) - afterSearch [Cache=OFF] = 3 results.
0.353 seconds (0.058); 28.06 MB (0.752) - afterRender [Cache=OFF]

The blog preferences for limit: I tested with 0 and 250 limit. Same result: one item.

It seems to be a bug.

Thanx for your response.

rasch-dmd

9 years ago
0
Level 1

Hello rasch-dmd,

ok, you have 3 results, so it's not the limit but on the display that it's not working.

Which Blog template are you using, and how it is set ? (number of blocks, Number of item per block, ...)


Best regards.

Lionel

58 Posts
rasch-dmd
9 years ago
0
Level 1

I use the standard seb one template without any variations. This is a clean joomla and seblod install.

9 years ago
0
Level 1

Hello rasch-dmd,

what you show us it's the parameters for the template of the item view, not for the list / blog view.


When you are on the tab " List", you click on the tab "Template".

Here you define which template for the list (seb_table, seb_list, seb_blog,...)

To display a blog, you must set this template as "seb_blog". Then set for each block, how many items to render, on how many column.


For example, you can define that :

  1. Block top

    • 5 items on 1 column (the 5 first items will be render the one below the other

  2. Block Middle

    • 10 items on 2 columns

  3. Block Bottom

    • 15 items on 3 columns

It's just an example, you can do what you want here.


Best regards.

Lionel

58 Posts
rasch-dmd
9 years ago
1
Level 1

Hello Linonel,

thanx for your response.

I set now the parameters in the list template as you define it. Same result: only one item.

rasch-dmd

9 years ago
0
Level 2

I've got the same issue

Any answer ?

37 Posts
PierreP
8 years ago
0
Level 1

Does someone has the answer ?

45 Posts
Casper
5 years ago
1
Level 1

I confirm the problem. 

When using the seblod_list field in item view, only one item is displayed. When using the seblod_list field in list view, everything is displayed as it should be. PS: you must also use a list template for the search / list type called by the seblod_list field, otherwise, nothing is displayed.

58 Posts
rasch-dmd
5 years ago
0
Level 2

Thanx Caspar for this tipp!

RaSchDMD

Get a Book for SEBLOD