K
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Mode=home does not workHi,
you can use home_only=true in the shortcode to only get home team.
Best,
KoljaForum: Plugins
In reply to: [Fancy Slideshows] Link Slideshow completely mixed upI just submitted a patch, which fixes this issue. Sorry, for the inconvenience.
Forum: Plugins
In reply to: [LeagueManager] Database ErrorSorry, this is an error in the code, which I will fix soon
Forum: Plugins
In reply to: [LeagueManager] Dropdown for teams not workingThe two-point rule works as I intended it to do giving two points for a won and one point for a tied match. Also the crosstable works as expected for me. The settings issue I will fix
Does your group really match the group in the settings? Upper and lower case matters!
thanks, i will fix it
Forum: Plugins
In reply to: [LeagueManager] Dropdown for teams not workingI will fix this
Forum: Reviews
In reply to: [LeagueManager] SQL injection vulnerabilities makes this plugin a time bombI have invested quite some effort into fixing security issues. I would be happy if you try the plugin again
Forum: Plugins
In reply to: [LeagueManager] Don't update scoreHow many matches do you have when this problem occurs? This may be related to this issue: https://wordpress.org/support/topic/i-can-not-add-more-than-90-matches?replies=28 and increasing PHP max_input_vars in the host settings. Furthermore, you can filter the matches for certain match days and then update results by match day.
Forum: Plugins
In reply to: [LeagueManager] StripslashesThanks for pointing this out. I am working on this
Forum: Plugins
In reply to: [LeagueManager] Standings not sorted properlyI just submitted a new version, which should fix the issue
Forum: Plugins
In reply to: [ProjectManager] orderBy formfields does not work any longer?I think I found the problem and it should be fixed in version 3.1.7.6
Forum: Plugins
In reply to: [ProjectManager] orderBy formfields does not work any longer?Hmm that is strange. Please update to the latest version (3.1.7.5) and try again. So when you just remove the orderby tag it works?
Forum: Plugins
In reply to: [ProjectManager] Magic Numbers and more control over displayed data.Thanks for your feedback. I have extended the formfield functionalities in the latest releases (3.1.7.5)
1. it is possible to specify the number of characters after which the content will be cut using the Options field in the format
limit:XX. Separate any options by ;2. you can mark formfields as
private, which prevents display in the frontendI have included a few more options to the formfields:
* set a field as mandatory to force data input
* set a field as unique to prevent duplicate values (e.g. email)
* added validity check to email adresses if formfield type isemail
* set a maximum number of allowed characters in the formatmax:XXusing the Options fieldForum: Plugins
In reply to: [ProjectManager] orderBy formfields does not work any longer?Hi, you have to use orderby=formfields_X. Sorry for this mistake in the documentation, I will fix it with the next version. In the TinyMCE it works correctly.