web-able
Forum Replies Created
-
Forum: Plugins
In reply to: [BetPress] LeaderboardHey 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 thebetpress_get_leaderboard_details()andbetpress_get_active_leaderboard_details()located in the/functions.phpfile. 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 inviews/shortcodes/leaderboard.phpto 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 theincludes/css/style.cssfile 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] HelpThen BetPress doesn’t support live bet
Forum: Plugins
In reply to: [BetPress] HelpWhat you mean by “live bet”?
Forum: Plugins
In reply to: [BetPress] Betpress installtaion problemI 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 slipClosing as possible duplicate to Print slip
Forum: Plugins
In reply to: [BetPress] Print slipUnfortunately, no
Forum: Plugins
In reply to: [BetPress] SearchSadly, there is no such feature.
Forum: Plugins
In reply to: [BetPress] Betpress installtaion problemUnfortunately, 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.
Forum: Reviews
In reply to: [BetPress] How to specify page for each sport@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.
Forum: Plugins
In reply to: [BetPress] Auto Insert data isnt workingThat 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
Forum: Reviews
In reply to: [BetPress] How to specify page for each sportThere 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
Forum: Reviews
In reply to: [BetPress] How to specify page for each sportJust 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!
Forum: Plugins
In reply to: [BetPress] Can I add crypto payment for points?Of course it’s possible but sadly, there are no plans to integrate that feature anytime soon.
Forum: Plugins
In reply to: [BetPress] Hide admin users from leaderboard?Unfortunately, there is no build-in feature for this.
Forum: Plugins
In reply to: [BetPress] Does BetPress automatically import odds?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.