wlindley
Forum Replies Created
-
defade,
If you believe this to be resolved, please mark this thread as Resolved. Thanks again!
—
\\/
p.s., Your patches are included in v1.2.1.
defade,
Many thanks! It is still strange to have to write
<br />
… a decade and a half habit of writing HTML and they change the rules? Sigh.I am working on an update with your suggested patches plus I did discover another case or two where incorrect nestings could be output. Watch this space.
Forum: Plugins
In reply to: [Plugin: AutoNav Graphical Navigation and Gallery Plugin] Error Messages…?The issue with Windows hosted pathnames should be resolved in v1.2.0.
Forum: Plugins
In reply to: [Plugin: AutoNav Graphical Navigation and Gallery Plugin] Error Messages…?if you could install a sample site, with perhaps just one or two pages, that exhibit the problem, and give me access to it, I can no doubt resolve the problem.
contact via wlindley@wlindley.com please.
Forum: Plugins
In reply to: [Plugin: AutoNav Graphical Navigation and Gallery Plugin] Error Messages…?I will have to test this on XP, but I don’t have access to any Windows hosting right now.
I assume you are using this to display “attached” images (versus specifying a directory), yes?
Forum: Alpha/Beta/RC
In reply to: Gallery include exclude IDit’s the ‘attachment_id’ — for example you see them in the status bar, when you mouse-over the thumbnails in the Media Library. e.g.,
https://.../wp-admin/media.php?action=edit&attachment_id=59
would be for id=59.
Looks like you got it working. Could you mark this as ‘resolved’ if so?
That should work. One possibility is that if you originally installed a rather older version, you might have to go thru the Autonav Settings admin screen and Save the Settings, so that the columns parameter will be regarded.
Also please try re-downloading the current version. Somehow v1.1.8 is still shown as the latest even though v1.1.9 is available. If you follow the “Download” link on the plugin page, you’ll get the latest v1.1.9… not sure why the WordPress site is out-of-sync.
You can manually set the number of columns when you call it with the columns directive:
[autonav ... columns=4]
Version 1.1.9, which should be up soon, also has a “Default number of columns” setting in the admin screen.
Forum: Alpha/Beta/RC
In reply to: How to Add Post Thumbnail in WP 2.9 Beta 1The 2.9 beta tries to be smart about themes, and will only enable the post thumbnails if the theme, in its functions.php, calls:
add_theme_support('post-thumbnails');
Of course you can manually add that for now, if you have something like the auto navigation plugin which is 2.9-ready and will use them for displaying sub-pages, even if your theme does not support them.
Forum: Themes and Templates
In reply to: Only Display Sub Pages when Top Level Page is Clickedyou might also try the hierarchical-pages widget
Forum: Everything else WordPress
In reply to: Change sort order of pagesYou might also try Pagemash for re-ordering pages, and the hierarchical pages widget for more control over how pages get listed.
Forum: Themes and Templates
In reply to: One theme for several sites?You could write a theme with the images all hosted in one place (and retrieved by each viewer’s browser); but the PHP files, which are executed on your server, have to be locally stored (they are read from the local filesystem, not via HTTP).
If your several websites are all hosted on the same machine, you could perhaps make symlinks (or use hardlinks on un*x) to accomplish this on the filesystem side.
Forum: Everything else WordPress
In reply to: Can I have true multiple home pages?Sounds like you want pages, not posts.
There is a converter plugin, switches a page to a post or vice versa.
Then you will probably want a widget to display a hierarchical page list; and then use
Pagemash which lets you move pages up, down, in, out, and around your hierarchy with the mouse.Forum: Plugins
In reply to: [Plugin: Hierarchical Pages Widget] exclude pagesThere is now an exclude parameter since v1.0.3… which should do what you want directly.