![]() ![]() |
Jun 8 2014, 09:29 AM
Post
#241
|
|
|
Newbie ![]() Group: Members Posts: 18 Joined: 8-October 13 Member No.: 1,845 |
manos, to fix your problem, go to your menu item, and sort by number of games played and choose descending order the new standings are much more advanced and precise, I love them that does not fix my issue ... with that option who ever has the most games played is at the first place regardless the wins and losses . hands down i prefer the old standing system ..the user knew their points simple and easy and it gives the abbility to create REAL championship tournament ... now you have to be math guru to understand how this works and how the point system works... HANDS DOWN THE OLD STANDING SYSTEM . at least for my website |
|
|
|
Jun 9 2014, 08:27 AM
Post
#242
|
|
|
Newbie ![]() Group: Advanced Member Posts: 46 Joined: 14-July 12 Member No.: 1,272 |
that does not fix my issue ... with that option who ever has the most games played is at the first place regardless the wins and losses . hands down i prefer the old standing system ..the user knew their points simple and easy and it gives the abbility to create REAL championship tournament ... now you have to be math guru to understand how this works and how the point system works... HANDS DOWN THE OLD STANDING SYSTEM . at least for my website you can also sort by win percentage |
|
|
|
Jun 9 2014, 08:36 AM
Post
#243
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
THE OLD STANDING SYSTEM is available only for Joomla 2.5 version. Sports Predictions version for Joomla 3 is different, so every user can use version that suit website needs better.
I mean is better to have 2 different versions than 2 equal versions with equal games inside - when you plan to start such a website you can install j25 or j3 and to start your website with games you like. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jun 9 2014, 01:28 PM
Post
#244
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
From today in Sports Predictions for Joomla 2.5 is included Italian translation - frontend only.
New version of Sports Predictions for Joomla 2.5 is available. Version number is "1.4.8.1". What's new inside v.1.4.8.1 for Joomla 2.5?
New Options in v.1.4.8.1: 1. Display Filters - In Views: Works in all views. Show/Hide filters: tournament, month and full-text search. 2. Display Timezone - In Views: All. Show/Hide timezone dropdown. 3. Display Registration Date - In Views: Best experts (standings), Best experts in 1X2 game (standings1x2) Show/Hide "Registration Date" column from standings view. 4. Only Completed Games - In Views: Predictions history (prhistory), Predictions history for 1X2 game (prhistory1x2) Enable/Disable users to see others predictions before game is started. If is set to "Yes" than user will not be able to see, until game starts, what other users have predicted. 5. Flags Style - In Views: Predictions history (prhistory), Predictions history for 1X2 game (prhistory1x2), Make a prediction (matches), Make a prediction in 1X2 Mode (matches1x2) 6. CSS style used for flag images. Default is: "width:19px; height:13px;" If you want bigger images you can change it for example to: "width:38px; height:26px;" 7. Default Tournament - In Views: Best experts (standings), Best experts in 1X2 game (standings1x2). Standings will be displayed for selected tournament. If "Display Filters" if turned off users will not be able to change category! 8. New option "Default Tournament" in "Make Prediction" and "Make Prediction 1x2" front-end views. If "Use Tabs" is enabled than this configuration will not be used. Default category and default tab will be used instead of this! Is updated only version for Joomla 2.5! New version is uploaded in our website and available for download. Screenshots: "Display Filters"+"Display Timezone"+"Flags Style" ![]() "Display Filters"+"Display Timezone"+"Display Registration Date"+"Default Tournament" ![]() "Display Filters"+"Display Timezone"+"Only Completed Games"+"Flags Style" ![]() "Default Tournament" in "Make Prediction" and "Make Prediction in 1x2 mode"
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jun 16 2014, 11:40 AM
Post
#245
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
New update to sports predictions for joomla 2.5
New version is 1.4.8.3 Fixed two bugs: 1. When game is saved and opened for edit, selected tournament is not the right one. It is first in the list. 2. New option "Only Completed Games" in predictions history an predictions history for 1x2 game not hiding predictions till it's needed. Difference depends on timezone. To fix it manually from version 1.4.8.1 and 1.4.8.2: 1. Open file "\administrator\components\com_sportspredictions\views\match\view.html.php" line 71 Find: Код $html .= '<option value="' . $row['id'] . '" ' . $disabled . '>' . $row['cat_name'] . '</option>'; Replace with: Код $html .= '<option value="' . $row['id'] . '" ' . $disabled . $selected . '>' . $row['cat_name'] . '</option>'; 2. Open file "\components\com_sportspredictions\views\prhistory\view.html.php" around line 71-75 Find: Код $expiration = strtotime($item->date); Replace with: Код //Add difference between current timezone and GTM $expiration = strtotime($item->date)+(strtotime(date('Y-m-d H:i:s'))-strtotime(gmdate('Y-m-d H:i:s'))); 3. Open file "\components\com_sportspredictions\views\prhistory1x2\view.html.php" around line 71-75 Find: Код $expiration = strtotime($item->date); Replace with: Код //Add difference between current timezone and GTM $expiration = strtotime($item->date)+(strtotime(date('Y-m-d H:i:s'))-strtotime(gmdate('Y-m-d H:i:s'))); Is updated only version for joomla 2.5! -------------------- Php programmer in 3D Web Design
|
|
|
|
Jun 17 2014, 09:55 AM
Post
#246
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
New version of Sports Predictions Module for Joomla 3.x is released. New version number is 1.1.1.
Fixed is bug with number of items displayed. To fix it manually: 1. Open "/modules/mod_sportspredictionsstandings/helper.php" Find around line 240: Код $query = $this -> getListQuery(); Replace it with: Код $query = $this -> getListQuery();
//This three lines are needed because limit is removed from query //This bug is found in joomla 3.3.1 $app = JFactory::getApplication(); $prefix = $app->getCfg('dbprefix'); $query = str_replace('#__', $prefix, $query->__toString()); -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jun 24 2014, 12:19 PM
Post
#247
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
New version of Sports Predictions for Joomla 2.5 is released. New version number is 1.4.8.4.
Changes in this version: compatibility fixes for Asian Handicap games. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jun 26 2014, 07:47 AM
Post
#248
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
New update for joomla 2.5 users. New version number is 1.4.8.5
Fixed bug when you click on user name in module with some versions of joomla 2.5. If you get error: Код Fatal error: Class 'JParameter' not found in /membri/vmbetting/components/com_sportspredictions/views/prhistory/view.html.php on line 28 You must update component or apply changes manually. Changes are in files "components\com_sportspredictions\views\prhistory\view.html.php", "components\com_sportspredictions\views\prhistory1x2\view.html.php", "components\com_sportspredictions\views\standings\view.html.php", "components\com_sportspredictions\views\standings1x2\view.html.php" line 28 Find Код $this->menu_params = new JParameter(); Replace Код $this->menu_params = (class_exists('JParameter')) ? new JParameter() : new JRegistry(); -------------------- Php programmer in 3D Web Design
|
|
|
|
Jul 4 2014, 05:57 PM
Post
#249
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 4-July 14 Member No.: 2,070 |
Hello.
If you have thought about integrating SP with the Joomleague? Personally we'd purchased the update. I use SP 1.4.2 on Joomla 2.5. Is it possible to somehow set to the general ranking all projects show the sum of the points for all months, not points separately for each month? for example, if you filter all the months table looks like this: " # User Date of registration Points 1. administrator 18-09-2013 21:53 12 2. hrabi 19-09-2013 14:50 2 3. administrator 18-09-2013 21:53 4 4. jamisiek1978 30-03-2014 19:48 10 5. administrator 18-09-2013 21:53 0 6. hrabi 19-09-2013 14:50 10 7. jamisiek1978 30-03-2014 19:48 0" and I wanted to be the sum of points of all the months and projects, namely: "# User Date of registration Points 1. administrator 18-09-2013 21:53 16 2. hrabi 19-09-2013 14:50 12 3. jamisiek1978 30-03-2014 19:48 10" This post has been edited by jamisiek1978: Jul 4 2014, 06:41 PM |
|
|
|
Jul 7 2014, 07:12 AM
Post
#250
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
I use SP 1.4.2 on Joomla 2.5. Is it possible to somehow set to the general ranking all projects show the sum of the points for all months, not points separately for each month? It is possible and I will have that in mind for future versions. For now component works in this way. -------------------- Php programmer in 3D Web Design
|
|
|
|
Jul 14 2014, 11:55 AM
Post
#251
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 23-November 12 Member No.: 1,450 |
Can this component integrate with Jomsocial ? Like having Jomsocial rules ? For version 3.2?
Also how easy is it to setup leagues like English Premier League, La Liga, etc. The new European season is almost here and it would be nice if one can set it up and running before next month. |
|
|
|
Jul 14 2014, 12:10 PM
Post
#252
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Hello.
1. For now there is no integration with JomSocial. 2. How easy is? Is simple - just click on button "create new game", than create matches inside this game. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jul 14 2014, 01:37 PM
Post
#253
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 23-November 12 Member No.: 1,450 |
Hello. 1. For now there is no integration with JomSocial. 2. How easy is? Is simple - just click on button "create new game", than create matches inside this game. What about community builder? If you make this integrate with Jomsocial, it would be a very good attraction as it would turn it to a social media site as well where people can predict games. |
|
|
|
Jul 24 2014, 07:00 AM
Post
#254
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Answers to few questions about Sports Predictions for Joomla 3.x:
1: Where can i find the date language for predictions page? For this date it is used php "date" function and front-end date format from component configuration. By default front-end format is 'jS F Y - H:i'. You can read more about formating date here: http://php.net/manual/en/function.date.php However "date" function do not support languages other than English. There are two solutions. Choose format with numbers only or change source code. 2: In Firefox i do not get the pop up to login? For pop up is used default joomla pop up functionality. This functionality can vary from template to template. Component works fine with basic joomla templates. 3: And what is the best logo size? So it fits into the logo on predictions page? Or how can i make it fit? Team emblems are limited to width of 48 pixels and height of 30 pixels. Any other size shrinks proportionally to best fit into this dimensions. What's left is hidden. As conclusion I can say that best size is 48x30 pixels or any other with the same proportions. You must avoid too large images. 4: What is the exact meaning of PREf and PREf Rating? "pref_rating" stands for "Proportional Reduction of Error Formula". It is number with floating point. Smaller number means more accurate predictions and opposite. 0 is perfect. -------------------- Php programmer in 3D Web Design
|
|
|
|
Jul 24 2014, 10:39 AM
Post
#255
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 23-July 14 Member No.: 2,079 |
How are the standings calculated in Joomla 3.0.
Is it possible to adjust the rankings? Can I give user extra points? |
|
|
|
Jul 24 2014, 11:22 AM
Post
#256
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Read More Here: https://3dwebdesign.org/forum/index.php?s=&...post&p=7238
-------------------- Php programmer in 3D Web Design
|
|
|
|
Jul 24 2014, 11:35 AM
Post
#257
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
bertvdb, answer is inside first post in documentation: read from" Some other FAQ" and in pdf file inside component's package.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jul 28 2014, 07:33 AM
Post
#258
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 23-July 14 Member No.: 2,079 |
bertvdb, answer is inside first post in documentation: read from" Some other FAQ" and in pdf file inside component's package. Thanks for the info. Another question. Is it possible for a user to view the predictions make in the past? |
|
|
|
Jul 29 2014, 06:14 PM
Post
#259
|
|
|
Newbie ![]() Group: Members Posts: 24 Joined: 22-August 13 Member No.: 1,802 |
Hi,
We had different tournaments, like 01. Competition, 02. EK Kwalification, 03. Competition... Every number is a playday. I forgot one, and when adding this afterwards the correct sorting is lost on the filters... 01. Competition 02. EK Kwalification 11. EK Kwalification 03. Competition 04. Competition ... J2.5 v1.4.8.5 This post has been edited by adoewa: Jul 29 2014, 06:14 PM |
|
|
|
Jul 30 2014, 06:43 AM
Post
#260
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Hi, We had different tournaments, like 01. Competition, 02. EK Kwalification, 03. Competition... Every number is a playday. I forgot one, and when adding this afterwards the correct sorting is lost on the filters... 01. Competition 02. EK Kwalification 11. EK Kwalification 03. Competition 04. Competition ... J2.5 v1.4.8.5 This is the way Sports Predictions for joomla 2.5 works. -------------------- Php programmer in 3D Web Design
|
|
|
|
![]() ![]() |
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 |