Forum Replies Created

Viewing 15 posts - 211 through 225 (of 263 total)
  • Author
    Posts
  • in reply to: Suggestions for next version(s) of WP-invoice #4312

    @nv1962, checkout Web Invoice 1.9.9.

    in reply to: Translation #4219

    Just released 1.9.9 with the changes you requested. Date is “translatable” in the POT file. Please have a look and let me know what you think.

    in reply to: Translation #4216

    @Dukessa, Did you send the POT file?

    in reply to: No payment option #4561

    I’ll add an option to add bank details, just a textarea to add the bank details and the user can select the bank payment option to view the bank details.

    in reply to: Translation #4213

    @Dukessa, thank you very much for translating :) . Much appreciated. You can send the POT file to my e-mail as displayed in https://www.mohanjith.com/forum/profile.php?id=1 .

    I’ll add a new field to add Tax registration numbers and also use the date format specified for the blog. I feel that’s something important and will be added next release (probably next week).

    However I cannot quite think how I would support separate languages for different invoices from the same blog. May be have a separate POT file for front end interfaces.

    in reply to: Suggestions for next version(s) of WP-invoice #4309

    @nv1962, thanks for the suggestion. I’ll add Company field and the allow phone number next release (probably next week).

    I can’t quite help the issue with WP not allowing duplicate e-mail addresses :)

    in reply to: Web Invoice scripts insecure loading #4558

    Fixed in 1.9.5

    in reply to: Display invoice details for paid invoice? #4549

    Just released 1.9.6 (1.9.5 had a debugging output) with the changes you suggested.

    in reply to: Web Invoice scripts insecure loading #4552

    Thanks for reporting. Next release will have fixes for https not being used for payment method logos.

    Because wp_enqueue_script is being used to add javascript it will not be possible to fix the javascript being loaded from http:// when “WordPress address” is using http:// .

    I use https for my invoice site, I have no issues with insecure connections. Definitely it doesn’t break login and admin areas. You might want to make sure your settings are fine and there is no caching (of settings) making everything to break.

    Since you have already changed Display.php, you will only have to change the “WordPress address”. Can you quote the complete “WordPress address” and “Blog address” if you continue to have issues.

    in reply to: Version 1.93 / 1.9.4 – what’s new? #4540

    SVN trunk of Web Invoice is http://svn.wp-plugins.org/web-invoice/trunk/ . Git SVN documentation can be found http://www.kernel.org/pub/software/scm/git/docs/git-svn.html .

    1. Clone the trunk

    git svn clone http://svn.wp-plugins.org/web-invoice/trunk/

    2. Copy your changes

    3. Commit changes locally

    git commit -a

    4. Pull new changes (e.g. new release). Git is very good at merging, you will not have conflicts unless exact same lines are not changed in the local version. Still a manual merge shouldn’t be too complicated.

    git svn rebase

    Let everyone know what you think about Git SVN :)

    in reply to: Display invoice details for paid invoice? #4543

    Good idea :) I’ll have it in the next release (next week, latest). If you have made the particular customization already send me the patch and I’ll happily apply it.

    in reply to: Version 1.93 / 1.9.4 – what’s new? #4534

    @james, you don’t need to make any changes. It was a small change to make the plugin compatible with MySQL 4.0.x.

    For the sake of convenience, I would suggest that you start using git svn, where you can safely maintain your changes while pulling the changes from up stream.

    Sorry about the inconvenience.

    in reply to: Log Table – Not Found #4525

    I believe you are running MySQL 4.0 or bellow. I have added compatibility for versions bellow MySQL 4.1 in Web Invoice 1.9.4.

    Please remove all Web Invoice tables and upgrade to the latest Web Invoice version.

    Thanks for your help to triangulate this bug, much appreciated.

    in reply to: No Copy with theme “iTheme 1.1 av Nick La” #4528

    No copy doesn’t apply to administrators (it’s a feature), otherwise I can see no-copy in action in http://www.blogg.imfranksson.se/ .

    Can you please log out and try whether no-copy works? Please post back your results.

    in reply to: Log Table – Not Found #4519

    Look for $table_prefix in wordpress/wp-config.php .

Viewing 15 posts - 211 through 225 (of 263 total)