Forum Replies Created

Viewing 15 replies - 16 through 30 (of 142 total)
  • Forum: Plugins
    In reply to: [BetPress] Leaderboard
    Plugin Author web-able

    (@web-able)

    Hey there. There are several things that has to be adjusted in the code in order to support such thing. I tried to list all these here but it went too long and too complicated to explain (even tho I broke it down step by step). So I will just list you the steps you need to take instead, and hopefully you are a developer or will find someone to implement it.
    – Find out how is the custom field stored in the database. Most probably it’s using the usermeta table in which case you only need to find out the field’s key. If you used a plugin to add that field, I bet the plugin will show you somewhere in the admin dashboard what’s the key.
    – Modify both the database queries inside the betpress_get_leaderboard_details() and betpress_get_active_leaderboard_details() located in the /functions.php file. What needs to be change is to add another join which would fetch the custom field for each user.
    – Once that’s data is loaded, all you need is to change the template located in views/shortcodes/leaderboard.php to display the custom field (just copy/paste the nickname column and replace with the custom field’s key)
    – And of course a few basic tweaks in the includes/css/style.css file would be required in order to tell the width of the new column.

    That’s the best I could do to help you. Hopefully, it’s useful

    Forum: Plugins
    In reply to: [BetPress] Help
    Plugin Author web-able

    (@web-able)

    Then BetPress doesn’t support live bet

    Forum: Plugins
    In reply to: [BetPress] Help
    Plugin Author web-able

    (@web-able)

    What you mean by “live bet”?

    Plugin Author web-able

    (@web-able)

    I understood your problem, man. There is no need to repeat the same thing over and over again. Ask your hosting provider for the error logs so I can take a look on them and I will let you know what’s the problem.

    Different plugins requires different things, that’s why most of your other plugins/themes etc will work while BetPress won’t. Just BetPress requires something that other plugins does not, and your hosting provider is not supporting this, or is limiting it on purpose. I will know what exactly is the problem when you provide me the error logs.

    I have a blind guess tho – it’s reading an external XML file which is quite big thus requires more memory. And most probably your memory_limit is set to something low. But that’s only a blind guess, there are dozens of other reasons this to happen.

    Forum: Plugins
    In reply to: [BetPress] Print bet slip
    Plugin Author web-able

    (@web-able)

    Closing as possible duplicate to Print slip

    Forum: Plugins
    In reply to: [BetPress] Print slip
    Plugin Author web-able

    (@web-able)

    Unfortunately, no

    Forum: Plugins
    In reply to: [BetPress] Search
    Plugin Author web-able

    (@web-able)

    Sadly, there is no such feature.

    Plugin Author web-able

    (@web-able)

    Unfortunately, that error is too generic and I can’t magically tell you what’s the problem. Most probably it’s something with your server’s configuration. Ask your hosting provider for the error log and attach these to this topic so I can take a look on them. Also, let me know the exact time (don’t forget your timezone) you have tried to install it so I can look only for the errors happened just then.

    Plugin Author web-able

    (@web-able)

    @soccerbet yeah, you can use any WordPress theme. Sadly, I can not understand your other questions. Please open a new topic whenever you have a question to ask. That way, you will be helping future readers. And what you did now is to confuse them with 3 non-related comments.

    Also, I suggest you to get familiar with WordPress and BetPress prior to asking questions. You will see how you will answer yourself most of them just by using the tools.

    • This reply was modified 8 years, 2 months ago by web-able.
    Plugin Author web-able

    (@web-able)

    That feature is available for the full version only. These forums here are meant for the Lite version only, and WordPress team already warned me that I am not allowed to help here to full version’s users. So please use the support contact form from where you bought the plugin, or contact me directly at office [at] web-able [dot] com providing your license key

    Plugin Author web-able

    (@web-able)

    There is no event attribute for this shortcode. Just the sport one.

    In regards to customization – contact me via email: office /at/ web-able /dot/ com

    Plugin Author web-able

    (@web-able)

    Just create a new page (Admin dashboard -> Pages -> Add new) with the content of:
    [betpress_bettings sport=tennis]

    You can replace “tennis” with the sport of your choice. Enjoy!

    Plugin Author web-able

    (@web-able)

    Of course it’s possible but sadly, there are no plans to integrate that feature anytime soon.

    Plugin Author web-able

    (@web-able)

    Unfortunately, there is no build-in feature for this.

    Plugin Author web-able

    (@web-able)

    It’s a feature available only with the full (aka Pro, or paid) version of the plugin.

    In the Lite version you would have to manually add all the games you need.

Viewing 15 replies - 16 through 30 (of 142 total)