Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Thread Starter j8h9

    (@j8h9)

    This directoru renders for me http://www.gridgoesdown.com/postie

    I found that if I send the URL in the originating email as text, it formats perfectly… WIP

    Thread Starter j8h9

    (@j8h9)

    Wayne

    I appreciate your time/patience.

    I found the filterpostie sample and have been working my solution. I’m seeing an issue with URL and likely not related to plug, moreso WP but maybe you can help.

    I’m parsing the URL and adding back to post_content because I want a target= on the <a anchor tag. Looks like postie handles just fine (see below) but looks like WP is seeing my URL and trying to format causing the whole URL to be fubar.

    Any ideas on how I can resolve this issue? THere pic in this directory showing how WP is formatting the URL…

    gridgoesdown.com/postie

    post_content] => Virtually anything that’s Wi-Fi-enabled—ranging from kitchen appliances like refrigerators to military drones—has the potential to be hacked. But while there are many concerns about the security of specific IoT devices, one area that may be particularly susceptible to attack is what one company, SCADAfence <http:>, calls the "industrial internet of things."

    Read Full Article here…

    Thread Starter j8h9

    (@j8h9)

    Thanks for response Wayne. Likely, I’ll pursue #3. If I trap the $post in this new function — what format is the $post? Haven’t tried it yet but is this $post one big html block or array of values?

    How can I change the category or title?

    function my_postie_post_function($post) {
    //do something here like update $post[‘post_content’]
    return $post;
    }

    Thread Starter j8h9

    (@j8h9)

    So I found the wp function wp_insert_post()… If I create a php fileand include wp-includes/post.php, I can make the call — does the function handle the connection to the DB or do I need to make that connection… Still reading.

    Hi GraftedIn, I’ve been reading our comments regarding the ecommerce plugin… Are you still trying to make it work? Is there a more stable plugin you can recommend?

    Thread Starter j8h9

    (@j8h9)

    This is helpful. still don’t see any search tools on left sidebar?!? I clock forum and then enter search in top right search box… Thanks

    Thread Starter j8h9

    (@j8h9)

    Hi ESMI! I think a found a possible solution… This post describes a solution for what I’m trying to do but the problem is the solution describes tweaking code that no longer exists.

    http://ww.wp.xz.cn/support/topic/2-sites-1-db-possible?replies=15

    they say change the options table prefix for the remote site in wp-settings.php but those values no longer exist.

    Functionally, I’ve copied the remote options table to the local database and changed the name of the table. I just need the remote WP code to look at the new options table rather than the default. Where would this code change be? Where can I change which options table is used? Help!

    Thread Starter j8h9

    (@j8h9)

    OK. Passed the first hurdle. Got the remote connection to work. Had to allow the remote host to connect via Cpanel Remote MySql. So, now I connect and siteB posts/pages all look like SiteA but the links on SiteB (remote site) are all pointing to SiteA domains… So somewhere in that WP code, the URL is being pulled from the options table. If I can find that code, I can check domain name and then set URL accordingly… where is that code? In a class? I’ll have to grep.

    Thread Starter j8h9

    (@j8h9)

    Looks like a mysql error–not apache?

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘xxxxxx_wrdp1@mi’@’67.220.209.185’ (using password: YES) in /home/xxxxxx/public_html/go/testy.php on line 10
    Connection Failed! Host: http://www.xxxxxx.com User: [email protected]

    I’m still testing this plugin in 2.9.2. after registering, when I attempt to change my profile custom fields–they do not change. I type in new values and click save button but when the page refreshes… the same values. Once again, cannot understand why this most basic functionality–custom profile fields–cannot be integrated into the core WP software.

    The author skullbits hasn’t updated his author page since SEP 2009… and is likely in hiatus.

    Forum: Plugins
    In reply to: POLL that works?
    Thread Starter j8h9

    (@j8h9)

    FTP the directory of files to plugin directory. Go admin panel and activate the plugin.

    Many are marked as BROKEN in the plugin database? When I attempt to install them I get a WP_WIDGET error. I’ve tried two different polls and they get same error.

    Fatal error: Class ‘WP_Widget’ not found in /home/xxxxxx/public_html/wp-content/plugins/flashpoll/flash-poll-pp.php on line 758

    Thread Starter j8h9

    (@j8h9)

    Well I am getting the results I want but it doesn’t appear I’m doing it the way I should be.

    I installed php_exceution plugin and then put this into each post and it works.

    938<?php add_filter(“the_content”,”myfunction”);?>

    Basically, my function finds 938, does a database lookup and returns the correct data (based on the id = 938). Am I suppose to be executing add_filter in each post? Is there an easier way to do this?

    Getting the data in mysql is relatively easy. You’ll just need a form (search) and display… Look for plugins with similar functionality, copy them and customize. How many bits of data? How many will users be searching on?

Viewing 15 replies - 1 through 15 (of 27 total)