• Hello together,

    if I want to add a blog and my JavaScript is disabled, I have no chance to add a blog because the form stays disabled. JavaScript is needed in this case do enable the fields.

    The blog creation should work also if I have disabled JavaScript, if there is a JavaScript error caused by annother plugin or if JavaScript loading needs too long.

    I would recommend to let the form elements enabled and to disable it by JavaScript on loading the site or to remove the JavaScript in this moment.

    I would like to help you and to commit some changes to a repository but I only know the Repo of Boone (https://github.com/boonebgorges/bp-groupblog). But this repo (1.7.1) is behind your version (1.8.2). Do you have any other repo where I can commit to and would you accept this changes? What kind of solution you would prefer?

    Greetings,

    Sven

    http://ww.wp.xz.cn/extend/plugins/bp-groupblog/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    Hi mahype – Great suggestion. My github repo is indeed where development happens – but you’ll want to submit a pull request against the 1.8.x branch. So:


    $ git clone [email protected]:boonebgorges/bp-groupblog
    $ cd bp-groupblog
    $ git fetch
    $ git checkout -b 1.8.x origin/1.8.x
    // do your development
    $ git add .
    $ git commit
    $ git push origin 1.8.x

    Thanks very much for offering to help!

    Thread Starter Sven Wagener

    (@mahype)

    Thanks Boone!

    I’ve made the changes and made the pull request into the 1.8.x branch.

    Greetings,

    Sven

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

The topic ‘Issue on no JavaScript’ is closed to new replies.