DrLightman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: default image alignment and url linkThanks, I didn’t know.
“Alignment” “left” is remember but it seems that “Link url” starts always on “none”, instead of last used (“post url”).
Forum: Fixing WordPress
In reply to: 404 pops after custom form submission by POSTI’m just posting to say thanks to who figured it out, I was having the same problem.
It’s a lame issue by the way, wouldn’t be better for wp to use some more unique identifier in place of “name” ?
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Add suffix option to twitter toolsYes, I need that too.
Forum: Plugins
In reply to: Future of Alinks plugin?I second this question, I searched for the site but didn’t find any. I had to grab the code from a previous project.
Forum: Plugins
In reply to: [Plugin: Google XML Sitempas] Fatal Error at line 910 of sitemap-ui.phpPlease? Any idea on how to fix this?
Forum: Fixing WordPress
In reply to: category post re-countFirst thanks for answering.
I don’t know what appened, but I’ve restored the db, regenerated the CSVs to import and now the counts display properly. Maybe I forgot to stripslash some fields and it caused some trouble.
Forum: Fixing WordPress
In reply to: changing page title (browser) from inside templatelol, very advanced, not really 🙂
thanks anyway! advanced as I am I didn’t know the plugin all-in-seo pack 🙁
Forum: Fixing WordPress
In reply to: changing page title (browser) from inside templateI see that the macros that the plugin makes available are not enough for my pourpose.
In my code I connect to an xml and based on a query that the user does in that page, some results are back.
e.g. the user looks for a weather forecast for a particular town, I want to put the town name in the title.
None of these cover my case:
The following macros are supported: * %blog_title% - Your blog title * %blog_description% - Your blog description * %page_title% - The original title of the page * %page_author_login% - This page's author' login * %page_author_nicename% - This page's author' nicename * %page_author_firstname% - This page's author' first name (capitalized) * %page_author_lastname% - This page's author' last name (capitalized)I need something like:
set_title($town_name.’ – Foo Blog’);
I’m already coding the template, I’m not araid of writing functions if it has to be done.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] using StylesheetNot working to me: http://wordpress.org/support/topic/355552
Forum: Fixing WordPress
In reply to: “free” permalinkBy the way, I partially found a fix for this using the “redirection” plugin.
Forum: Fixing WordPress
In reply to: redirect to select first child subpageIt doesn’t work, I’ve asked in the author’s forum for advices.
Forum: Fixing WordPress
In reply to: redirect to select first child subpageExcellent, thank you rakxzo 🙂
Forum: Fixing WordPress
In reply to: redirect to select first child subpageany idea? for doing some internal page redirection in WP?
Forum: Fixing WordPress
In reply to: “free” permalinkIsn’t that already buildt in?
No, I needed to append GET vars to the url instead of using the ?foo=bar form.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] class-snoopy.php errorI get this error instead at the bottom of the Dashboard while submitting forms to update options of other plugins:
Fatal error: Call to undefined method Snoopy::submit() in /home/site/public_html/wp-content/plugins/twitter-tools/twitter-tools.php on line 479class-snoopy.php is present under /wp-includes/
Twitter Tools version is 2.1.2
Please help.