Hi,
I was wrong I have used a table for the gallery index description as well.
Interesting the gallery index description is structured with paragraphs but the album and image descriptions are line breaks and no paragraphs, all from the database and tinymce ?
I think Paragraphs are the way to go, as you stated above, better page markup and search engine indexing.
Ok, have had 1 or 2 beers too many tonight so I'd best leave it until tommorrow after I've had quite a few cups of strong coffee : - )
Thanks,
boo
TinyMCE is setup to use line breaks instead of paragraphs because some theme place the description and such already in paragraphs what leads to validation issues. But it is of coures possible to configurate TinyMCE differntly. Please see the troubleshooting guides.
Hi, ok I've changed tinymce, great we now have paragraph formatting and hopefully line breaks on "shift", brilliant thanks!
force_br_newlines : false,
forced_root_block: "p",
force_p_newlines : true,
I've been looking at changing the description tables over to css, I'm guessing the span tag with display:block is the way to go ?
Your a Star Mr Acylian!
Thanks,
boo
Hi, ok have a slight problem with tinymce with the new changes.
In the editor it displays correctly:
This is in Bedale in North Yorkshire. Beautiful gardens to amble around and beautiful birds of prey to see. You can take your picnic and you wouldn't see everything in a day.
We will definately return soon.
But on the page we actually get a line break in between the paragraphs.
and the "delete" key no longer works before the new paragraphs in Firefox.
Maybe tinymce has a few bugs ?
Thanks,
boo
A line break is the default behaviour of a paragraph. If youn don't want that you need to change the css. And/or try changing this "force_p_newlines : true," to false (see the details of configuration on the tinymce wiki).
Aboute the delete button and TinyMCE, I can't answer. This might be browser dependend. Please see the tinymce website if there are know bugs. 1.2.6 has of course not the latest one. I will soon update the nightly though.
Hi, I cannot find anyone with the same issue with tinymce, a line break tag is being inserted in between paragraphs tags.
`everything in a day.
We will definitely return soon.
`
The line break does not show in tinymce's editor html inspector, but is output on the page.
Is it possibly being caused by zenphoto integration ?
Many thanks,
boo
Hi, ok still happens when creating new images etc.
So I've just upgraded my test machine to 1.2.6 and try it on that, have there been many bug fixes since the stable august release ?
Ok, it does it on 1.2.6 as well.
settings are:
apply_source_formatting : true, force_br_newlines : false, forced_root_block: "p", force_p_newlines : true,
Many thanks,
boo
Hi,
I'm not sure how we left this, are you going to have a look at it ?
We could use a container paragraph and only use line breaks, but Lis does use justification a lot, we really would appreciate to able to use paragraphs freely.
I would be happy to try and install the latest tinymce version on my test machine, if it is fairly straightforward to see if that fixes it.
Many thanks,
boo
This is actually related to the printEditable function that enables on the go inline editing and not to TinyMCE itself. We have it on our list.
Meanwhile it should help to disable this inline editing capability. Set calls like printImageDesc(true) to false.
Hi, ok I have created a ticket for it.
http://www.zenphoto.org/trac/ticket/1271
Ok, well I always do a fair amount of testing on my test machne when installing new versions and whenever there has been a problem you have always fixed the problem straight away so I think using a nightly build on this occasion should be fine.
Many thanks,
boo
Hi, ok have installed last night's nightly build on my test machine.
I'm getting "Zenphoto found no theme scripts. Please check the themes folder of your installation" with Lis's theme.
Your themes load ok, can you please tell me what you have changes you have recently made to the themes.
Have created a theme_description.php but I do not have a themeoptions.php
Many thanks,
boo