BBPress Josh Taylor : Replies Created

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: field titles #258050
    Josh Taylor
    Participant

    Oh bloody hell! I knew it would be something like that- I think purging the page cache is going to have a lot to answer for now! Was this just deleting the cache from within WP Super Cache?

    Thanks very much- can’t wait to start bringing in the connections now.
    Happy to share my website as an example if you think it would be good.

    in reply to: field titles #258045
    Josh Taylor
    Participant

    @ Steven Zahm

    Yep- I had to take the <pre lang=”php”> out otherwise it breaks the functions.php file.

    Yes- Form it is. I have it enclosed in a Tab plugin (Squelch) although I can’t see how that would affect it.

    I even tried modding the .pot file in the Lang folder and clearing the Cache but to no avail.

    Not sure what to do next.

    in reply to: field titles #258035
    Josh Taylor
    Participant

    @ Steven Zahm

    I couldn’t get the plugin to work so I tried some code and popped it at the bottoms of my functions.php file but still not working. Maybe I got something in the code wrong?

    function josh_gettext( $translated_text , $text , $domain ) {
    if ( $domain == 'connections_form' && $translated_text == 'Department' ) {
    $translated_text = 'Position';
    }
    return $translated_text;
    }

    add_filter( 'gettext', 'josh_gettext', 20, 3 );

    Cheers,

    Josh

    in reply to: field titles #258032
    Josh Taylor
    Participant

    Hi Steve,

    Thanks for your additional comment about the Quick Localisation plugin.
    I am currently trying to change Department: to Position: although the changes don’t seem to work.
    I tried putting connections in the domain box and also, the domain URL for the page on which Form appears but to no avail.
    Do you have any further suggestions as to what to do here?

    Thanks,

    Josh

    in reply to: Submission with image fails #258028
    Josh Taylor
    Participant

    Hi Steven,

    Just wanted to update again- you were absolutely right and I have changed Host.
    Thank you so much for your help.

    Wish you all the best with the plugin and looking forward to the updates.

    Many thanks,

    Josh

    in reply to: Submission with image fails #257260
    Josh Taylor
    Participant

    Hi Steven,

    Thanks for this- I think it would be because my image is too big in dimensions.

    Is there an option to provide this information for any filling in the form? A little note beside the upload button for guidelines?

    Also, if someone was to accidentally try and upload a file too big, would it be possible for the form to prompt the user rather than ‘successfully’ submitting it and losing all the information?

    I will have a look and see what my server accepts file wise.

    Many thanks for your help,

    Josh

Viewing 6 posts - 1 through 6 (of 6 total)