2010-04-26, 07:30:01
Carlos Wrote:get_page_excerpt() can break the display of a page if html stripping is off.I completely agree with this, thats why the default was to strip out HTML
Example:
- default install. In template.php, replace get_page_content() by get_page_excerpt(250, true)
- Open the (sample GS) index page.
(Just for the record... as the most common use will probably be the default html stripping on.)
Carlos Wrote:About the extra Update/Save page button:I fixed it to only copy the "Save" button - should save enough space and still be useful.
You have "copied" (wow, jquery :-)) it to the sidebar, ok.
But, as in the same line there's also the Cancel link and the new 'X', delete page link, it can easily be wider than the sidebar if your language does not use very short words like English does :-), then it gets wrapped down to the next line.
chefbyte Wrote:Small issueI think this might be a CSS refresh thing. Try a hard browser refresh and see if it looks better.
Alignment of text in the options area
Other than that (so far) all installed OK
Carlos Wrote:- Finally, the most important: Links to the 'index' page are not being generated correctly (in menus, etc). With this 2 examples,I will look into this...
%parent%/%slug% --> generates the link as SITE/index
?id=%slug% --> generates SITE/?id=index
(both) instead of SITE/ (The -header- main site link, however, is correct.)