Trying to layout some text on the album page, but when I set up a table and paste it into Album Description the table is spaced down the page when displayed.
Somehow a bunch of "page breaks" are being added to the table code on the album page. Dont know if that is the problem, or if there is a better way to layout text on an album page.
Comments
or
go to: Options -> General -> Allowed tags
where you can define the appropriate HTML tags/attributes to be used in fields.
tiny_mce is enabled
In options>plugin>tiny_mce>Text editor configuration - is set to "zenpag-default-full" I see the icons above the text field when editing pages, including the table icon.
But for albums, I don't see the icons above the text field unless >Text editor configuration - is set to "zenphoto-default", and there is no table icon. Any other option and there are no icons.
Options -> General -> Allowed tags, I have added tags, and it does not seem to make any difference. But I'm not really sure on the format.
Tables work fine on pages, but not on albums.
Changing the theme does not make any difference.
Or do i look somewhere else for "zenpage full configuration". searching and cant find it.
How to configure TinyMCE is documented its website.
The problem is not that the table buttons do not show on the tiny_mce editor on the album page, although that is odd. I can create and paste a table into the source code in the editor.
The problem is when there is a table on the album page, and I view the page in Explorer or Firfox, the table is pushed down the page because a bunch of `
` have been inserted into the table code.
Odd with one theme zpGalleriffic the page breaks are not inserted into the code, but with the other themes the page breaks are there in the source code when viewed in the browser.
`
There are no `` within the table code when i view the table in tiny_mce editor.
Sometimes you need to hard-refresh (i.e. also clear the cache) the edit page a few times to reload TinyMCE and make the changes stick.
After a few refreshes I got it to work.
Still, best you make your own config file as @crylian suggested.
code from TinyMCe HTML
`
However, when I view the code in Firfox, or Explorer
`
cell2
Note all the added `
` in the code. I am assuming this is what is moving the table down the page.
On pages, the tables work fine.
Appreciate the suggestions, thanks
` (display only, the actual content is not changed).
Use `echo getAlbumDesc()` instead of `printAlbumDesc()` on your theme to workaround this.
Is there a work around for the
`getAlbumCustomData()`
same problem with tables.
Edit>> I guessed right answer
`echo getAlbumCustomData()`
don't want to start a new thread.
I made my own TinyMCE config file, but anyway I wonder if there any news on a full featured TinyMce for Album Pages? Thanks
The next v4 is. You can preview it in the 1.4.6 dev build already.