Minifrontpage limit intro text seems to show all or notihng
- Posted by john (3) Offline
Setting limit intro text to any value other than 0 shows all text, setting to 0 shows none. A bug?
(joomla 2.5, minifrontpage 2.2.0)
site still in development., so no public version
11 years 6 months ago #1
by john
(joomla 2.5, minifrontpage 2.2.0)
site still in development., so no public version
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm that's weird...i just playing around in the demo site..and all seems fine.
can you write down here one of your article introtext which not work ?
11 years 6 months ago #2
by erwinschro
can you write down here one of your article introtext which not work ?
Please Log in or Create an account to join the conversation.
- Posted by john (3) Offline
We tend to put a lot of text in the Introtext field
This is typical amount, although some have two or three times as much:
Political Choice Matters investigates the extent to which class and religion influence party choice in contemporary democracies. Rather than the commonly-assumed process in which a weakening of social boundaries leads to declining social divisions in political preferences, this book's primary message is that the supply of choices by parties influences the extent of such divisions: hence, political choice matters.
Readership: Scholars and students of political science, political sociology, comparative politics, and electoral studies.
Oxford University Press, 2013
Link to publication
11 years 6 months ago #3
by john
This is typical amount, although some have two or three times as much:
Political Choice Matters investigates the extent to which class and religion influence party choice in contemporary democracies. Rather than the commonly-assumed process in which a weakening of social boundaries leads to declining social divisions in political preferences, this book's primary message is that the supply of choices by parties influences the extent of such divisions: hence, political choice matters.
Readership: Scholars and students of political science, political sociology, comparative politics, and electoral studies.
Oxford University Press, 2013
Link to publication
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
mmm that's regular sentences that should be processed with no problem.
Are there any html tag inside them?
11 years 6 months ago #4
by erwinschro
Are there any html tag inside them?
Please Log in or Create an account to join the conversation.
- Posted by john (3) Offline
I've just checked with the main developer, as we use Seblod to create many items. When I looked at the database and the correct seblod table, I saw that it is extracting all the data there, whatever the column title, and displaying it. Had to find a few odd items that used less commonly used fields to be sure.
So it is displaying every column's content if the intro text limit is greater than zero, and just the title as a link and the date if limit introtext is zero. I assume it is then looking for the introtext tag to limit that and just displaying all fields it doesn't know about.
I suspect there might not be a solution to this.
11 years 6 months ago #5
by john
So it is displaying every column's content if the intro text limit is greater than zero, and just the title as a link and the date if limit introtext is zero. I assume it is then looking for the introtext tag to limit that and just displaying all fields it doesn't know about.
I suspect there might not be a solution to this.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm not sure how seblod work at the background, but MiniFP queries com_content table fields not Seblod table. So you might want to check the com_content introtext field to make sure article content is there.
11 years 6 months ago #6
by erwinschro
Please Log in or Create an account to join the conversation.