Guest
15 Feb 2013 12:09

I have some issues (or questions?) about Record List.

All I want is a simple table of records. No Full Article View or something like that.

So I entered in Record List template these settings:

Title as link: No

Show title index: Yes

Pagination: Yes

Pagination Limit Box: Yes

Default records per page: 15

So far so good.

BUT view is completely different than expected:

Title has link to full article view :(

Therefore no pagination to see, no Pagination Limit Box :(

What's wrong?

Link: http://mgt.nethotel.at/index.php/literatur/literatur

Last Modified: 02 Mar 2014


Konstantin
Total posts: 1,113
16 Feb 2013 04:26

Title has link to full article view

Yes, this is error, we fixed this and it will be in then next release.

Title has link to full article view

Therefore no pagination to see, no Pagination Limit Box

On your page you have only 7 records. Pagination would appear only when would be more than 15 records as you set.

Thank you for report.


Guest
17 Mar 2013 17:22

Title has link to full article view

Yes, this is error, we fixed this and it will be in then next release.

unfortunately this seems not to be fixed already. Titles are still links :(

http://mgt.nethotel.at/index.php/intern/diplomarbeiten/items/2-diplomarbeiten


Guest
17 Mar 2013 17:30

also the compare function does not work proberly on my page http://mgt.nethotel.at/index.php/intern/diplomarbeiten/items/2-diplomarbeiten

"Show records where Thema is equal to Kinder" gives 1 result only. This cannot be correct, even on the first page are 2 records where Thema is equal to Kinder.

If you select "Show records where Thema is equal to Selbsterfahrung, Persönlichkeitsbildung" it does not even find any result! This must be a bug, because it's unlogical that it cannot even find the one record which is providing this link ;)


Konstantin
Total posts: 1,113
18 Mar 2013 00:06

unfortunately this seems not to be fixed already. Titles are still links

This because you make copy from not fixed template, now defaults templates are fixed, but your custom template not fixed.I try to fix your template but ftp access is not correct.

You can fixed this, just find in your template php file, some thing like this:


<h2> <?php echo HTMLFormatHelper::bookmark($item, $this->submission_types[$item->type_id], $params);?> <?php echo HTMLFormatHelper::follow($item, $this->section);?> <?php if($params->get('tmpl_core.item_link')):?> <a <?php echo $item->nofollow ? 'rel="nofollow"' : '';?> href="/<?php echo JRoute::_($item->url);?>"> <?php echo $item->title?> </a> <?php else :?> <?php echo $item->title?> <?php endif;?> <?php echo CEventsHelper::showNum('record', $item->id);?> </h2>

Replace this part


<?php if($params->get('tmpl_core.item_link')):?> <a <?php echo $item->nofollow ? 'rel="nofollow"' : '';?> href="/<?php echo JRoute::_($item->url);?>"> <?php echo $item->title?> </a> <?php else :?> <?php echo $item->title?> <?php endif;?>

unfortunately this seems not to be fixed already. Titles are still links

"Show records where Thema is equal to Kinder" gives 1 result only

I just resave text field and filter now work correct.


Guest
18 Mar 2013 03:18

I found that code and fixed it, thanks.

Besides: The way you manage customed templates seems to me worse than the way joomla does it. For one reason: finding them is a lot more work in your system, because it needs to search into several components sub folders, which is uncomfortable if you want to edit it quickly and even problematic if you must delete all joomla files (in case of hackers for example) and restore them by installing joomla and all extensions freshly again.

It's a much easier and more comfortable if all customed templates of all components are located in ../templates/mytemplate/html folder as it is state of the art in joomla.

Powered by Cobalt