Forum Replies Created

Viewing 15 replies - 31 through 45 (of 66 total)
  • Forum: Plugins
    In reply to: Regular Expression Help
    Thread Starter blackc2004

    (@blackc2004)

    Can anyone please help me with this?!

    Thread Starter blackc2004

    (@blackc2004)

    Sadly, I do not have access to the httpd.conf file. I have tried everything I can on the Codex page, even using the index.php does not work for me. Which it did on my previous host.

    I’m still using WP 2.0.2, but I don’t think that should really be causing the problem.

    I did notice that when I try: /%year%/%monthnum%/%day%/%postname%/
    it puts the post number instead of the postname.

    Forum: Plugins
    In reply to: {NEW PLUGIN} Auto_Link
    Thread Starter blackc2004

    (@blackc2004)

    You need: Google Search Appliance APIs

    Thread Starter blackc2004

    (@blackc2004)

    Notice that it’s BLANK there should be a DATE in there.. What is the Adhesive plugin doing that it’s breaking WP’s post_date return function?

    It’s not a vague reply if you are familiar with the WP code base.

    Thread Starter blackc2004

    (@blackc2004)

    Here’s the generated query which is causing the problem:
    SELECT DISTINCT * FROM b2posts WHERE 1=1 AND post_date_gmt <= ‘2006-11-01 17:43:59’ AND (post_status = “publish” OR post_author = 2 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” AND post_date >= ” GROUP BY b2posts.ID ORDER BY post_date DESC

    Notice the : post_date >= ”

    Thread Starter blackc2004

    (@blackc2004)

    Hi, I’m still having this issue. Does anyone have any ideas?

    Thanks,
    Cj B

    Forum: Plugins
    In reply to: Determine login status?
    Thread Starter blackc2004

    (@blackc2004)

    Thanks everyone, that helped out great!

    Forum: Plugins
    In reply to: Hiding posts in 2.0

    Why don’t you just use the private feature on the post/edit page?

    Thread Starter blackc2004

    (@blackc2004)

    Hi there, when I log in, I can’t seem to find an “edit” button anywhere. It’s on most other pages except for that one.

    If you’d be so kind, I would like to add the following:

    Auto_Link: This plugin takes a set of delimiters (IE: [movie]She’s The Man[/movie]) which are user specified and will do a google lookup and replace them with links.

    And I would like to update the following:

    Private Post Title
    Adds the ‘ – Private’ to the post title on the main page when you are logged in.

    And change it to:

    Private Post Title
    This plugin is a full featured Private Post management plugin. It adds the ‘ – Private’ to the title on the main page and adds a PrivatePost management page.

    Thanks muchly!

    Forum: Plugins
    In reply to: {NEW PLUGIN} Auto_Link
    Thread Starter blackc2004

    (@blackc2004)

    buyshoes… I was just thinking for now, you could actually just use this plugin and create an [amazon] delimiter.

    Using the google API it would do a ‘ipod nano site:amazon.com’ search and would return the product you’re looking for.

    Forum: Plugins
    In reply to: {NEW PLUGIN} Auto_Link
    Thread Starter blackc2004

    (@blackc2004)

    buyshoes: I’m sure it probably could, I’ve seen a few other plugins that use the AmazonAPI, though I haven’t really looked into the API, so I’m not sure how difficult it would be.

    Forum: Plugins
    In reply to: {NEW PLUGIN} Auto_Link
    Thread Starter blackc2004

    (@blackc2004)

    davidchait: I’m not sure about the CG-Inline thing. But myplugin actually takes your [movie], etc and converts them to “real” links before being inserted into the database. That way the page loads faster on delivery.

    kaonashi: You can customize this to add whatever you like. If you want to add something like [blog]Some Post Title[/blog]. You can add it so that it will do a google search of your site for “Some Post Title” and it will grab the link to that. Again, this is basically using an “I’m feeling Lucky” search to get the first link for the site. So if some post has a higher google rating that one will be returned.

    Another idea is to add somthing like. [lyrics]Bigmouth Strikes Again – The Smiths[/lyrics] and have it search a lyrics site. All these can be added by going to the Options Page > AutoLink.

    Thanks.

    Forum: Plugins
    In reply to: Movie Lookup
    Thread Starter blackc2004

    (@blackc2004)

    I’ve completed this plugin.. Check it out here;
    https://www.cjbonline.org/index.php/2006/03/21/second-plugin-auto_link/

    Forum: Plugins
    In reply to: Movie Lookup
    Thread Starter blackc2004

    (@blackc2004)

    I don’t think I want to do that because I want to give people the option of adding other delimiters to use. For instance if they wanted to set something up for Wikipedia, they could use [wiki]Newport Beach[/wiki] and it would give them the search results from this google search: ‘Newport Beach site:en.wikipedia.org’

    Anyways, I’ve found the following https://dietrich.ganx4.com/nusoap/faq.php

    And nearly have the plugin done.

    Thanks for your repsone!

    Yes it is a shame… I’ve been with wordpress since the early days of B2 and was pushing the Developer back then for this stuff.

    I finially got fed up with it recently and created the plugin! Glad it works for you, let me know if you see anything that could be improved!

    Thanks,
    Cj B

Viewing 15 replies - 31 through 45 (of 66 total)