![]() ![]() |
Jul 7 2013, 07:27 AM
Post
#41
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 19-October 12 Member No.: 1,392 |
Hello,
is it possible to import complete game plans or have to manually enter each game. For example, for the German League |
|
|
|
Jul 8 2013, 06:47 AM
Post
#42
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
At this moment there is no way to batch import many matches at once. Is available on internet some file with these matches to import? Please, send me file or link to take a look.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 16 2013, 10:16 PM
Post
#43
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 16-August 13 Member No.: 1,797 |
Hi,
When i look at the standings i can only see my standing for one month: ![]() ![]() Is it possible to show my score for all months, in the individual tournaments, like this. ![]() |
|
|
|
Aug 19 2013, 06:47 AM
Post
#44
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Is installed payments for joomla component? Is switched on plugin for payments for joomla?
Цитат In Payments for Joomla component you have option how much cost access to Sports Predictions usergroup (to see history) and for what number of days is this price. When time period end, user must pay again to see history.
Paid access to history work only if you switch on plugin! If plugin is not switched on, component work in other way - all users can see all history. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 20 2013, 10:40 PM
Post
#45
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 16-August 13 Member No.: 1,797 |
no, i don't use payments for joomla component.
|
|
|
|
Aug 21 2013, 10:49 AM
Post
#46
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
There is URL parameter named 'uid'. This parameter should be set to zero if you wish to see data for all users filtered by category or month week. URL shoud look similar to:
Код http://mysite/index.php?option=com_sportspredictions&view=prhistory&uid=0
-------------------- Php programmer in 3D Web Design
|
|
|
|
Aug 22 2013, 04:31 PM
Post
#47
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 16-August 13 Member No.: 1,797 |
It is not the prediction history i am looking for, i am looking for a way to show the users score and ranking for a single tournament (All months). The 3rd. picture i linked to is a paint sketch of what i am looking for.
The problem at the moment is that the users can't see how they rank in the overall tournament, only for specific months. |
|
|
|
Aug 22 2013, 05:44 PM
Post
#48
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
I use Community Builder on my site together with Sports Predictions.
When i use the module to show upcomming matches it workes OK but when i want to show the users list i allways get. Warning: require_once(.../voetbalkenner.eu/public_html/modules/mod_se_statsDShelper.php) [function.require-once]: failed to open stream: No such file or directory in /home/voetbal/domains/voetbalkenner.eu/public_html/modules/mod_se_stats/mod_se_stats.php on line 12 Fatal error: require_once() [function.require]: Failed opening required '.../voetbalkenner.eu/public_html/modules/mod_se_statsDShelper.php' (include_path='.:/usr/local/lib/php') in /home/voetbal/domains/voetbalkenner.eu/public_html/modules/mod_se_stats/mod_se_stats.php on line 12 at the place of the SP module. I don't know what i'm doing wrong. Ken, adoewa |
|
|
|
Aug 23 2013, 06:05 AM
Post
#49
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Version of Joomla and version of SP?
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 24 2013, 05:56 AM
Post
#50
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
|
|
|
|
Aug 26 2013, 07:23 AM
Post
#51
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
This bug appears because DS(directory separator) is not defined. This is constant used in joomla 2.5 and should not be used in 3.x.x
To fix this: find in "/home/voetbal/domains/voetbalkenner.eu/public_html/modules/mod_se_stats/mod_se_stats.php" on line 12 Код require_once(dirname(__FILE__).DS.'helper.php'); and replace it with Код require_once(dirname(__FILE__).'/helper.php');
-------------------- Php programmer in 3D Web Design
|
|
|
|
Aug 27 2013, 06:44 AM
Post
#52
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
This bug appears because DS(directory separator) is not defined. This is constant used in joomla 2.5 and should not be used in 3.x.x To fix this: find in "/home/voetbal/domains/voetbalkenner.eu/public_html/modules/mod_se_stats/mod_se_stats.php" on line 12 CODE require_once(dirname(__FILE__).DS.'helper.php'); and replace it with CODE require_once(dirname(__FILE__).'/helper.php'); Tnx, works perfect now... The ranking is now only available for Tournement or Month. We play per week, is this possibel to add? |
|
|
|
Aug 27 2013, 07:39 AM
Post
#53
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
27.08.2013: Sports Predictions v.1.4.2 for Joomla 2.5 and Sports Predictions v.1.4.1 for Joomla 3 are released.
- Added is week filter in both versions. - Bug fix in module in Joomla 3 version is fixed. adoewa, just download new version and install it. Enjoy -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 27 2013, 10:23 AM
Post
#54
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
27.08.2013: Sports Predictions v.1.4.2 for Joomla 2.5 and Sports Predictions v.1.4.1 for Joomla 3 are released. - Added is week filter in both versions. - Bug fix in module in Joomla 3 version is fixed. adoewa, just download new version and install it. Enjoy I think i explaned myself wrong with the week filter... I like to use the ranking MODULE per week... now it's only "TOURNAMENT" or "LAST MONTH" We have 30 tournemant items (playweeks) like playweek 01 , playweek 02 .... I like to add the module so that we can see a ranking of a playweek... It's possible right now but i have to copy the module 30 times and play with the show date in the module, and select per module the tournamant ID. |
|
|
|
Aug 27 2013, 10:38 AM
Post
#55
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Don't worry, this option is not made especially for you - this version was ready from weeks. Just is uploaded today
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Aug 28 2013, 12:30 PM
Post
#56
|
|
|
Newbie ![]() Group: Members Posts: 28 Joined: 23-August 13 Member No.: 1,804 |
I heard there would have been some changes in the features of the script (thought it was the auto import for matches or something).
What about to auto-import european football leagues matches? Do I have to ask custom support via email? I halso have this error on the administration page when I try to access EXTENSIONS->> SPORT PREDICTIONS -> STANDINGS 1054 Unknown column 'ses.month' in 'where clause' SQL=SELECT u.username, u.name, u.email, u.registerDate, ses.score, ses.timecrit FROM yargx_se_cat_standings ses LEFT JOIN yargx_users u ON ses.uid=u.id WHERE ses.month=201308 AND ses.cat_id=1 ORDER BY pos ASC LIMIT 0, 25 joomla 3.1 last version of the script installed This post has been edited by vmaiello: Aug 28 2013, 12:36 PM |
|
|
|
Aug 28 2013, 01:18 PM
Post
#57
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Is your version file "com_sportspredictions-J3.0-1.4.1-b201307041630.zip"?
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 2 2013, 09:19 PM
Post
#58
|
|
|
Newbie ![]() Group: Members Posts: 28 Joined: 23-August 13 Member No.: 1,804 |
|
|
|
|
Sep 8 2013, 01:20 AM
Post
#59
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 5-July 13 Member No.: 1,744 |
Hi... How Can I download the new version??? Where can I find the link??? I paid for 3 downloads and I just Downloaded once... Is the option to filter the standings always by the tournament and not by month.... I dont want users can filter months, just tournaments and get the positons of any user at the top of the screen?
|
|
|
|
Sep 8 2013, 08:36 AM
Post
#60
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
I added the scores from our first week.
I made a mistake in the basic settings point. I deleted all the event scores back to -- -- How can i reset the rankings? tnx, Ken |
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Pinned: Joomla Scraper Can Grab Any Content From Any Website |
86 | Web Design Seo | 590,852 | 8th September 2021 - 07:02 AM Last post by: Web Design Seo |
![]() |
Pinned: list with new Joomla exploits |
20 | Web Design Seo | 385,815 | 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,892 | 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,558 | 8th March 2017 - 07:40 AM Last post by: Web Design Seo |
![]() |
Joomla Ден 2016 Joomla Day 2016 |
1 | Web Design Seo | 310,694 | 31st October 2016 - 10:11 AM Last post by: Web Design Seo |
![]() |
Joomla Post By Email To K2 Extra Fields | 1 | uglykidjoe | 236,947 | 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,126 | 2nd January 2016 - 09:07 AM Last post by: b_goranov |
![]() |
Joomla Scraper Not Working | 2 | Jan Hädicke | 255,991 | 11th November 2015 - 02:05 PM Last post by: Web Design Seo |
![]() |
Sports Predictions Scoring method used? |
3 | Stef | 40,268 | 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,028 | 5th June 2015 - 05:16 PM Last post by: eric258 |
|
Lo-Fi Version | Time is now: 1st June 2026 - 10:47 PM |