Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    SOLVED.

    I had completely forgotten to add the relevant MX records for the Google Apps Mail in my domain management service. Once I did that, everything worked like a charm!

    I don’t have the tech explanation for it, but I can see how it works – can’t explain it, though! 🙂

    Posting this, so that if anyone else has the same problem, maybe this could be your solution, too! 🙂

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    Ah, 8 months and no reply. I figured, it’d be a long time before anyone answered to this thread, so I got down to get my hands dirty.

    Now, I’m not a developer at all, so most of my hacks are just that – hacks. Well, anything will do as long as it gets the code working, I figured. If anyone wants to modify the hack into something more elegant, be my guest!! 🙂

    Two changes:

    1. Change line 45 in wp-content/plugins/bp-posts-on-profile/includes/bp-postsonprofile-core.php from:
    $where = $wpdb->prepare('WHERE post_author = %d AND post_type=%s AND post_status=%s', $user_id, 'post', 'publish');
    to:
    $where = $wpdb->prepare('WHERE post_author = %d AND (post_type = %s OR post_type=%s) AND post_status=%s', $user_id, 'post', 'your-custom-post', 'publish');

    where your-custom-post is the name of your custom post type. If you have more than one custom post, you’ll have to make changes to the part where it says: ‘(post_type = %s OR post_type=%s)’ to include all of them. (Like I said, inelegant, but mostly effective)

    2. Change line no.25 in /wp-content/plugins/bp-posts-on-profile/includes/templates/postsonprofile/screen-one.php from:
    query_posts('&author='. bp_displayed_user_id() .'&paged='. bp_pop_cur_page());
    to:
    query_posts('post_type=any' .'&author='. bp_displayed_user_id() .'&paged='. bp_pop_cur_page());

    If you’re wondering, “Can it really be so simple?” The answer is, NO. There’s a tiny little problem – for some reason, it breaks the sidebar and pushes it below the content. I’m still racking my brains to figure out which part of the code is responsible.

    As I’ve mentioned I’m NOT a developer – I’ve taken to learning PHP & WordPress from the ground up. If anyone else can chip in it’d be a great help! Thanks & hope it helps you as well.

    Okay, Found the ‘fix’ – here it goes:

    Apparently, if you do not provide a closing date for the ad, it assumes that you don’t want to show the ad! Strange but true! 🙂

    Cheers!
    Shrikant

    Erm, I’m still confused.

    I tried the setting as described in the installation tab but couldn’t see anything on the site!! I want to use a custom 250 x 250 banner as a widget. Where *exactly* do I insert the <?php wp_bannerize(); ?> function?

    Is it one of these?
    a. functions.php
    b. index.php
    c. sidebar.php
    d. Text widget

    I really see a lot of potential for WP Bannerize, but can’t get it to work… 🙁

    Thanks in advance and please excuse the stupidity. Utter n00b here.

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    …and another thing!

    The second mail – to be sent to the user submitting the form – also doesn’t get sent. This might mean that Google Apps Mail is conflicting with the default SMTP settings.

    Now I am not a developer – just someone who hacks his way around the platform with a LOT of help from the support forums & some basic knowledge of the platform. If you could guide me in some way it would be much appreciated!

    Thanks in advance! 🙂

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    You, sir, are a rockstar! Another beer for you! 😀

    And yes, thanks for the wishes. These are, indeed, happy holidays for us – one can think of them as the equivalent of the Christmas holidays in the US… 🙂

    Cheers!
    Shrikant

    PS: The rate you’re stacking these beers up, I might have to buy all the beer in Pune when you come down!

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    radiok, sorry for the delay in replying – we’re currently celebrating Diwali – a festival of lights in India – and things have been pretty relaxed around here. As a result, I haven’t been able to give due focus to your suggestions. Sincere apologies! 🙁

    I’m honored that you actually gave my problem so much consideration. I thought about the workaround and realized that having a workaround that violates good HTML practice is a VERY risky idea, am I right? Of course, I’m happy that I’ll be able to use a custom logo for the site but I don’t want that to happen at the cost of good, valid HTML code! 🙁

    Having said that, I must mention that I have installed the latest update & will test it out soon. 😀

    All in all, I’m just a cog-in-the-wheel. The development path for the plugin is far bigger than the needs of a tiny little cog. Think about it. 🙂

    Cheers!
    Shrikant

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    I’m on a shared hosting account currently, so I can’t make changes to my php.ini file unfortunately! I guess I’ll have to wait until I move to a dedicated server in the future…

    And as for the jQuery issue, I’m on Chrome v6.0 & since I’m not a coder, I didn’t really understand what you said. I’m guessing you’re running into jQuery ‘choking problems’ trying to use the E4X standard instead of, well, whatever is used instead. 🙂

    Oh well, I can wait – no hurry! 😀

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    Joining the party a li’l late in the day but pixelprophet is right – works like a charm! beer == beer++ for you! 😀

    Thank you radiok! 🙂

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    That’s brilliant! I’m glad you guys look after the interests of small-timers like us, too. Super thanks! As for the suggestion, I’m honored. Thank you! 🙂

    I have a few other ideas about some enhancements – I’ve already posted them in the forum. Basically, it’s just me being greedy & selfish but if it helps – hey, glad to be of service! 🙂

    Cheers!

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    Also, are you planning to build something that will allow migrating/integrating existing logins (that would mean the existing user-table, I guess) to the corresponding HeyPublisher accounts – meaning the existing registered users on OUR site use the same login on HeyPublisher?

    Am I making any sense? Sorry… o_O

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    Thanks for the prompt response. And to corroborate your suggestion: that’s exactly what I’m doing right now. 🙂

    I was wondering, how much will it cost me as a publisher? I have assumed that the service is free because I couldn’t see anything to the contrary. But I haven’t seen a statement on the site confirming that, either! You see, we don’t charge submission fees because we think of it as a platform to promote the short-fiction genre for budding authors.

    tl;dr I would really like to know if you are planning to monetize the service, in which case I’ll have to figure out if I can afford it. 🙁

    Thread Starter Shrikant Joshi

    (@shrikantjoshi)

    Okay, finally figured out what happened here.

    I am also using the post type switcher plugin & somewhere in the course of typing that post out, I changed the post type to “page”. Obviously the post I saved did not appear in the post list because it was in the PAGE list all along. My bad – extremely sorry!! 🙁

    So that explanation solves one part of it.

    I still don’t understand the incorrectly reported number of drats but since there’s a separate post for it, I’m closing this thread for now.

    Thanks & sorry for all the trouble! 🙁

    Forgot to mention that – the 3.6.15 update contained all the data WITHIN the mail and NOT in a .dat attachment – I had meant to say that 3.6.15 had partially solved the issue.

    I upgraded to 3.6.16 but haven’t gotten around to testing the update yet. Will check & post back soon, hopefully. 🙂

    Thanks a zillion! 🙂

    Okay, just checked v3.6.15 – here’s the report:

    Added a user via Dashboard in WP & there’s only one tiny problem so far:

    The Email subject line still says %stored_user_login% instead of the username chosen!! Neither the variable nor the actual username appears in the body! The same happens when a user tries to register using the front-end form. 🙁

    Also, in the list of users, unverified users appear with the “temp username” instead of the “requested username: – it’s not a big deal, actually. Just reporting it. 🙂

    Once again, thanks for all the effort!

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