yawpu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_list_pages and get_post_metadataHi, is it possible to echo multiple custom fields using this method? What would be the correct syntax?
What I need is a list of subpages with several custom field values for each.
TIA.
Forum: Plugins
In reply to: Subscribe2 / LocalizationWell, the plugin author stopped supporting hie plugins so I’m left to ask other users. Thanks for giving it a try though!
Forum: Plugins
In reply to: Subscribe2 / LocalizationThanks for your answer but, well, no, since I tried to put it in its default location. After raeding this I even tried to hard encode the default location in the way mentioned above, i.e. I changed
load_plugin_textdomain(‘subscribe2’);
to
load_plugin_textdomain(‘subscribe2’, ‘wp-content/plugins’);…and it still doesn’t work.
Forum: Plugins
In reply to: Subscribe2 / LocalizationI tried to put the po and mo files pretty much everywhere including wp-content/plugins/ and wp-content/plugins/subscribe2 and it still won’t do, any other idea? I get it that mo file is a binary file could it be corrupted or something? TIA.
Forum: Plugins
In reply to: How to embed dcr files?Thanks for your input but as far as I understand this mime-config plugin is to allow the WP inline-uploader to accept other file extensions than those which are supported built-in (.jpg/gif/…).
Forum: Plugins
In reply to: Bug: WP-PostRatings 1.01Hi, I have mysql 4.0.25 and yet I get that same error message in admin>manage; it seems to work great otherwise.
What is the manage page used for, and how can I fix it?
I’m on WP 2.0.1.
TIA.Forum: Plugins
In reply to: [Development] WordPress Video GalleryThanks for the update! Looking forward to it.
One thing that came to mind as a feature : some kind of “BlogVid” bookmarlet, in the vein of https://keepvid.com that would automatically take proper data, create a new post and insert string in it.
FWIW.
Forum: Plugins
In reply to: Uninstall plugins plugin?Thanks for your input. I don’t think that deactivating a plugin will erase its tables (e.g., many authors do mention that it actually doesn’t).
Some plugin authors provide with an uninstall link in their options but not all.
Well, it may not be that important but why would I want to keep unused tables clogging my install?
Forum: Themes and Templates
In reply to: Why make title clickable in single.php?This is what I did of course ??
I’m just curious as to why one would want to have it clickable. I don’t see the point to giving the user a “link” that just leads to where they currently are, but I may be missing something.
Thanks for your input.
PS : thread’s title edited ??
Forum: Plugins
In reply to: Subscribe2 / LocalizationHi, did you find a solution to this? I’ve been trying to put (fr) po and mo files pretty much everywhere and it won’t do…
Forum: Everything else WordPress
In reply to: Why so many trackbacks in stats?Well, I don’t think it’s spam, but I still installed Bad Behavior anyway… ??
Thanks for your input.
Forum: Everything else WordPress
In reply to: Why so many trackbacks in stats?Thanks for your input. I don’t get comments. What would be trackback spam or referer spam? I’m hoing to look up codex to see if trackbacks are listed with comments in dashboard, waus I don’t see any.
Or, as I have the trackback uri on below comments, could that simply be a bot?
Forum: Fixing WordPress
In reply to: Applet within pageSorry, one last try to bump this up…
Forum: Fixing WordPress
In reply to: Applet within pageAny idea? I’m still stuck on this… Thanks!
Forum: Everything else WordPress
In reply to: Integrating script into WP page ( plugin?)I’m still trying…
Here is more info if someone runs across this:Basically, the script I wish to integrate uses AJAX and CPAINT to draw a board where there are word tiles; the user may move tiles around the board and tiles keep user entered locations. Words and locations are kept within a pipe delimited .dat file with and ID key, the word itself and coordinates (33|than|566|378). The file is writable so when a tile is being moved, the coordinates get updated.
See it here : https://www.broken-notebook.com/magnetic/
The distribution consist in an index file calling the main script which uses CPAINT php files and several .js files.
All these files are in a same (script root) directory.What I tried was to create a “magnet” page template calling a custom header where I put the meta, head and body (onload) elements used by the script (referring to css and js files).
I modified the src= references in the main script to point to a directory I created at my web root where I put the actual script files.
That didn’t work. The board would initially get drawn about ok but I couldn’t move tiles.
One specific question : since I’m using friendly url’s (mydomain.com/magnets) where should I put the script’s directory? I tried both the web root and my theme’s directory and it didn’t seem to work.
Any help would be greatly appreciated! TIA.