Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Two thumbs up Ovidiu! Not sure why I couldn’t find the share and follow plugin, but after getting very annoyed with this buy PRO crap on social slider, I searched free alternative to social slider, and bam, here I landed.

    Look, I can understand authors need to make $, but this is WordPress, and I’m getting sick of these plugins not fully-functioning without paying. I don’t know how many times I’ve hit the donate button and dropped $50-$100 on an author after finishing a project b/c their plugin made my life that much easier. But this shadiness… just isn’t right.

    Thanks man, great call! And frankly I like the share and follow plugin much better.

    Thread Starter ilabs

    (@ilabs)

    Nevermind, I added this to the custom includes:

    background-color: transparent;

    and it took care of the problem. πŸ™‚

    In fact I would suggest that the WordPress theme takes a close look at this theme because it might want to consider making this the default theme

    I agree. In fact I believe WordPress would see more users if Suffusion were the default theme. Think about how many new users install WordPress and then decide on something else because of…*cough* the crappy default theme.

    Suffusion blows every other theme away, premium or free, Suffusion just destroys everything else out there. Period.

    I keep wondering why anyone would buy Thesis when they could get Suffusion for free… then I think they must not KNOW about Suffusion!

    Great work Sayontan!

    Thread Starter ilabs

    (@ilabs)

    Well actually now that I had a moment to think about it, it cannot be a bogus email, because everyone must confirm their phone number (which converts to email), before receiving the SMS messages.

    Since the emails that bounced were not confirmation emails, the email addresses must have been correct and therefore my original assumption that it was possibly an email forward bounce is highly unlikely.

    I know I sound like a broken record, but I will look into it more once I have time.. time!! not enough of it πŸ™‚

    Thread Starter ilabs

    (@ilabs)

    Sorry I meant to mention it’s possible that one of the addresses that a SMS subscriber receives mail to is then relayed and it was actually those mails that bounced, but again I need some time to look deeper.

    Thread Starter ilabs

    (@ilabs)

    This only happened two timese. I have not had a chance to look into it. Those are the bounces back to my email that were generated from the script on the server. They contained the original subjects of the SMS message that I sent. Using Contact Form 7.

    Thread Starter ilabs

    (@ilabs)

    For what it’s worth I’ve found a solution.

    If you are using the EasySMS plugin and your readers are receiving emails with a from address that looks like “[email protected]” then here is what you want to do:

    The file to edit is called sms_message_menu.php which is located within the easysms folder.

    There are 3 lines of code within 3 functions that need edited. Each line looks like:
    if (mail($to, $subject, $message, $from,))

    You simply need to add the -f flag and 5th parameter to the end of the mail() function with your return email address to pass the Envelope-sender through to the server.

    Like this:
    if (mail($to, $subject, $message, $from, "[email protected]"))

    I hope this helps, I’m sure there’s gotta be someone else who has this same dilemna. As for the plugin, I wish I were better with php, a bit of tweaking and this would rock!

    Thread Starter ilabs

    (@ilabs)

    Ok, I corrected the error by replacing the code in the post_publish.php file with the following:
    http://www.txxt.org/post_publish.txt

    Thanks to rjohnsen for the fix!

    Thread Starter ilabs

    (@ilabs)

    Actually I take that back, it is not working correctly. I’m receiving the same error most others are:

    Cannot use object of type stdClass as array in /home/content/83/6218983/html/wp-content/plugins/easysms/post_publish.php on line 8

    This plugin could potentially save me a huge amount of time.

    How can I make this plugin import more than just one tag? At this point the plugin imports the first tag defined, but then stops there. I need to have it import several posts from one .html file (xml data), possibly identifying the next tag as a new post.

    Any ideas anyone?

Viewing 10 replies - 1 through 10 (of 10 total)