![]() ![]() |
Jul 26 2012, 10:59 AM
Post
#21
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
New version is now here - v.1.2.4.
Is added an additional component setting: Date format. You may now choose between the default format YYYY-MM-DD HH:MM:SS and the format you have requested: DD-MM-YYYY HH:MM. The new version 1.2.4 is already available for download. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jul 31 2012, 01:18 PM
Post
#22
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Цитат Here are moved all Support Questions about Sports Predictions component.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 20 2012, 09:06 PM
Post
#23
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 20-August 12 Member No.: 1,316 |
hello,
I like your extension, and i am going to purchase it, i would like to request new features - my objective is going to offer tips betting for my clients, and i want to offer them 2 types of subscription. 1- time subscription: ( monthly, wkeely,..etc) after the usrs pay via paypal..etc. they can view the prediction within the time period they subsribed. 2. Points subscription: let's say users have 40 points, each prediction they have to pay for 5 points to view.. can you add these features ? |
|
|
|
Aug 21 2012, 04:55 AM
Post
#24
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
1- time subscription: ( monthly, wkeely,..etc) is already working. In component is included for free plugin for Payments for Joomla component.
- You create payment for subscription - some period of time. - User pay and can view the predictions history within the subsribed time period. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 22 2012, 08:44 AM
Post
#25
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 22-August 12 Member No.: 1,320 |
I would like to buy your component but i want to ask something before purchse.
I have the following questions. For example 20 Sept Barcelona - Real 1() X() 2() Seville -Athletico Madrid 1() X() 2() The users will make their choice. User will take 3 points for each correct prediction. User must NOT be able to make their choice if the match Started .!! My users i don't want to preddict the score for now but only if the match is 1 or X or 2. Later i may be use correct score Thanks! |
|
|
|
Aug 22 2012, 08:57 AM
Post
#26
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Is not possible with current version. Yes, can be developed as custom development but must be changed 70-80% of component code (price will be not less than 70-80 USD). If is ok for you, contact me at my email.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 28 2012, 08:25 AM
Post
#27
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Today version 1.2.5 of Sports Predictions component has been released.
It supports the newly released Paid predictions plugin for Payments For Joomla, which, if activated, allows only the subscribed users to place their predictions. As the subscription costs money, you will be able to earn money by selling it. The plugin works very similar to the other available Payments For Joomla plugin: the Sports Predictions Users plugin. It creates a special user group. If a user is a member of this group, it is allowed to place his predictions. Otherwise he sees a message and a payment form. If the plugin is disabled, all users are allowed to play. Use Paid predictions plugin for Sports Predictions only if you have both "Payments for Joomla" and "Sports Predictions" components installed! |
|
|
|
Aug 30 2012, 08:07 AM
Post
#28
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Component is updated in our file directory - v.1.2.6 of Sports Predictions is released. This version fixed only one bug.
When with DD-MM-YYYY HH:MM formatted dates, the monthly standings were not updated upon entering a result due to a bug in the component. In order to fix the bug please open /administrator/components/com_sportspredictions/controllers/matches.php. On line 47 there shoul be: Код if ($standings_msg = $this->getModel('standings')->updatestandings((int)(substr($data['date'],0,4).substr($data['date'],5,2)))) { Please replace it with: Код switch ((int) JComponentHelper::getParams('com_sportspredictions')->get('date_format', 0)) { case 1: $d = explode('-', $data['date']); $month = isset($d[2]) ? sprintf("%04u", (int)$d[2]).sprintf("%02u", (int)$d[1]) : '000000'; break; case 0: default: $month = (int) (substr($data['date'],0,4).substr($data['date'],5,2)); } if ($standings_msg = $this->getModel('standings')->updatestandings((int)($month))) { |
|
|
|
Sep 19 2012, 08:05 AM
Post
#29
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
In v. 1.2.7 it is now possible to add to the relevant URL info about the requested category / tournament and/or date.
If you want to specify category / tournament, add &catid={CATEGORY_ID} to the relevant URL. Please replace {CATEGORY_ID} with the actual ID of the tournament. You may obtain it by visiting the Tournaments view in the backend, now there is a column with the tournament's ID. If you want to specify a month, add &month=YYYYMM to the relevant URL. The month must be specified as an integer, consisting of four-digit year and two-digit month, e.g. you should add &month=201209 for September'2012. Currently these are not SEF-aware. Updated component is already available for purchase and download - is uploded in your file directory. |
|
|
|
Oct 20 2012, 07:53 PM
Post
#30
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 20-October 12 Member No.: 1,394 |
Hi, I like your Sports Predictions app. I need just a few questions answered:
1.) Do I have to use my own Joomla template? Or do you provide one? If not, how much would you charge for creating something similar to http://futbolnaprognoza.com/ (My site will focus just on soccer) 2.) Can one edit the language files? I am from South Africa, so I am looking at translating into African languages. 3.) Should I need custom development or changes made to the component, can this be done? If so, what are your rates? Hope to hear from you! Kind Regards |
|
|
|
Oct 22 2012, 07:12 AM
Post
#31
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
1. We don't provide templates for component. You can stylish Sports Predictions with included css files.
2. Yes, component is multilanguage, are included two language files - english and bulgarian. You can add any language. 3. Example price to make custom site with custom design and this component is 500 euro or more. This price is not to make 100% unique design, is to make a modified design based on existing template by your choice. In futbolnaprognoza.com is used template from yootheme. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Oct 22 2012, 07:43 AM
Post
#32
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 22-August 12 Member No.: 1,320 |
1. We don't provide templates for component. You can stylish Sports Predictions with included css files. 2. Yes, component is multilanguage, are included two language files - english and bulgarian. You can add any language. 3. Example price to make custom site with custom design and this component is 500 euro or more. This price is not to make 100% unique design, is to make a modified design based on existing template by your choice. In futbolnaprognoza.com is used template from yootheme. I'm trying to contact you via email to tell you about some modification fro prediction component. Can you contact me ? Please it's an emergency |
|
|
|
Oct 30 2012, 07:54 AM
Post
#33
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Sports Predictions v.1.3.0 is now live. Timezones are added. The dates, stored in the DB, are now all UTC. These are presented to the users based on the current timezone in effect: either the PHP's default one or the chosen one from the list.
Requires PHP 5.2. The admins must pay attention when entering the date and time of a sports event. If a New Yorker enters a football event, which will be played in Sydney, he has to set the date and time in one of these two ways: a ) (easier approach): Set the current timezone to Australia/Sydney (by selecting it in the drop down list in the upper right corner of the page) and set the local start time of the game. b ) Knowing the time offset between the America/New York timezone and the Australia/Sydney timezone, calculate the starting time in New York local time and set it without changing the timezones. This is necessary because the dates, stored in the database, are now UTC and the component turns all the dates entered into UTC dates, based on the current timezone in effect. |
|
|
|
Nov 21 2012, 02:33 PM
Post
#34
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 14-September 12 Member No.: 1,351 |
Hello,
I have a request/idea. Is it possible to add a format to a game (ex. Best of 5) which is shown where you enter your predictions? |
|
|
|
Feb 20 2013, 11:53 PM
Post
#35
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-February 13 Member No.: 1,579 |
First, this can be done only as paid order for custom modifications. You must send us some more info, than we will send you offer. You must buy component, than pay for custom mod. About more info: we will need full technical specification to make you offer - how this must work? I recommend you to send info to my email address or at PM. I am also interested in modifying this component for a slightly different use. I've already purchased it and find it to be very close to what I'm looking for. How best may I reach you for a quote/offer on changes? |
|
|
|
Feb 21 2013, 07:49 AM
Post
#36
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Groosh, send request on our email and i will give you offer. But this will be not fast, we are now busy with 2 huge already pre-paid (100%) projects.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 21 2013, 09:05 PM
Post
#37
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-February 13 Member No.: 1,579 |
Groosh, send request on our email and i will give you offer. But this will be not fast, we are now busy with 2 huge already pre-paid (100%) projects. Thanks, I sent an email to admin@ yesterday. Do you mind replying to that one so I know I'm on the right path to discussions with you? Then I'll get a detailed email to you regarding my request. I understand things are busy and will work within your schedule, no problem. Cheers, Groosh |
|
|
|
Feb 22 2013, 07:56 AM
Post
#38
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
THis is my email, but i don't see any unread message - probably email is not received (we have many spam filters for many keywords on this email).
Please, send me this info on PM here, in forum. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Mar 27 2013, 09:43 AM
Post
#39
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
27.03.2013: Sports Predictions v.1.4 is released. What's new? Bug fixes and Joomla 3 version. Now Sports Predictions support Joomla 3.0.
Paid Predictions Plugin for Payments for Joomla component is also updated with Joomla 3 version. New version is uploaded and available. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Apr 24 2013, 10:16 AM
Post
#40
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Sports predictions v.1.4.1 is released today.
Changes: added is user plugin to package. When you delete some user in joomla admin, all data of this user are deleted in Sports predictions - predictions, history etc. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Pinned: Joomla Scraper Can Grab Any Content From Any Website |
86 | Web Design Seo | 590,722 | 8th September 2021 - 07:02 AM Last post by: Web Design Seo |
![]() |
Pinned: list with new Joomla exploits |
20 | Web Design Seo | 385,760 | 26th September 2018 - 05:07 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Pagination Seo Plugin SEO plugin for Joomla Pagination that work in all Joomla |
61 | Web Design Seo | 463,811 | 13th March 2018 - 10:05 AM Last post by: mxcpz |
![]() |
Pinned: Joomla Scraper Going Open Source No licenses, use scraper on unlimited number of web sites |
0 | Web Design Seo | 352,501 | 8th March 2017 - 07:40 AM Last post by: Web Design Seo |
![]() |
Joomla Ден 2016 Joomla Day 2016 |
1 | Web Design Seo | 310,663 | 31st October 2016 - 10:11 AM Last post by: Web Design Seo |
![]() |
Joomla Post By Email To K2 Extra Fields | 1 | uglykidjoe | 236,913 | 11th February 2016 - 07:45 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Scraper Integration With K2 better integration of Joomla Scraper and K2 |
8 | Web Design Seo | 272,086 | 2nd January 2016 - 09:07 AM Last post by: b_goranov |
![]() |
Joomla Scraper Not Working | 2 | Jan Hädicke | 255,960 | 11th November 2015 - 02:05 PM Last post by: Web Design Seo |
![]() |
Sports Predictions Scoring method used? |
3 | Stef | 40,260 | 15th June 2015 - 07:54 AM Last post by: Web Design Seo |
![]() |
Sports Prediction: Remove The Host And Guest i need a little assistance |
0 | eric258 | 35,023 | 5th June 2015 - 05:16 PM Last post by: eric258 |
|
Lo-Fi Version | Time is now: 1st June 2026 - 08:33 PM |