K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: ProjectManager] LinkI can implement this 😉
Forum: Plugins
In reply to: [Plugin: chCounter Widget] Issue with chCountercan you activate the plugin? did you set the options? What exactly is not working?
Forum: Plugins
In reply to: [PojectManager] upload problem (auto chmod to 600)There’s an option in Version 2.2 to set the permissions of uploaded files.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Quick Edit no longer working for TextfieldIt should work with Version 2.2. Does it not?
Forum: Plugins
In reply to: [Plugin: Sponsors Slideshow Widget] Javascript error in IEThanks for pointing it out. I changed that in version 1.3.1
Forum: Plugins
In reply to: [PojectManager] upload problem (auto chmod to 600)Well I don’t know why you have a default chmod of 600, but I’ll add an option in the next release to control chmod after image upload.
btw. why do you want a chmod of 755?
Forum: Plugins
In reply to: [Plugin: ProjectManager] Apostrophes get escaped repeatedlyWill check it. Does this problem only occur when using AJAX editing or also normal adding/editing of datasets?
Forum: Plugins
In reply to: [Plugin: ProjectManager] Quick Edit no longer working for TextfieldFixing it. Probably none of the AJAX adding works correctly. This is error occurs, because I changed the formfield keys from numbers to strings which makes it easier to follow what type a formfield is. Just overlooked the functions which create the Thickbox popup containers.
Forum: Plugins
In reply to: [Plugin: LeagueManager] An alternative to just goalsHi,
I’ve released a first release candidate of the next version (2.9-RC-1). You can find this in the “Other Versions” section. There I have implemented a possibility for Irish Gaelic Football. Since this version will have several other new features I didn’t mark it as stable yet. You should also have a look at my blog entry.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Background for .PNG Filesdo you mean in the browser or graphics programme? If you happen to use IE as far as I know it cannot display transparent PNG files properly and creates a black background. You’d have to use gif files.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Where can I get some german introductionI’ve added a german introduction on my website
Forum: Plugins
In reply to: [Plugin: LeagueManager] Update Problem1) Kopiere die Datei crosstable.php aus dem view Verzeichnis des Plugins nach
Theme_Verzeichnis/leaguemanager/
Dort kannst du sie nach deinen Bedürfnissen bearbeiten. Das Plugin wird dann diese Datei laden, anstatt der aus dem Pluginverzeichnis. Ganz unten in der Datei wird der Popuplink festgelegt
<a href='#TB_inline&width=800&height=500&inlineId=leaguemanager_crosstable'>title ?>'><?php _e( 'Crosstable', 'leaguemanager' )." ".$league->title ?> (<?php _e('Popup','leaguemanager') ?>)</a>Ich kenne mich nun mit Highslide JS nicht aus, kann dir also nicht genau sagen was du angeben musst. Schau dir die Datei mal an, es sollte möglich sein dort die Änderung vorzunehmen.
2) Ich würde die Spieltage über phpMyAdmin hinzufügen, da du dort mehrere Datensätze gleichzeitig bearbeiten kannst. Setze die Spalte
match_dayauf den entsprechenden Wert. Später kannst du dann Spiele eines Spieltages mit dem Plugin gleichzeitig bearbeiten.3) Ich kann ein weiteres Attribut für den crosstable Shortcode einfügen, der die Anzeige eines bestimmten Spieltages erlaubt.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Update Problemtragisch ist der Fehler nicht. Aus irgendeinem kann er die alten Logo nicht löschen. Hast du da mal Logos per ftp hochgeladen? Ich habe mit irgendeiner Version das Bildverzeichnis von
wp-content/leaguemanager
nach
wp-content/uploads/leaguemanager
verschoben. So ist es z.B. kompatibel mit dem Organizer-Plugin und man muss ncht andauernd wp-content schreibbar machen.
Versuch mal die Logos und das Verzeichnis wp-content/leaguemanager über einen ftp client zu löschen.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Update ProblemTausche zuerst nochmal die Dateien des Plugins gegen die aktuelleste Version aus. Tu dann die folgenden Codezeilen in functions.php deines Theme:
$options = get_option(‘leaguemanager’);
$options[‘dbversion’] = ‘1.0’;
update_option(‘leaguemanager’, $options);Gehe danach zu einer Adminseite des Ligamanagers. Es sollte eine Upgrade Meldung angezeigt werden. Danach sollte es funktionieren.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Update ProblemLösche mal alle Plugin Dateien vom Server und lade es neu hoch. Schätze, das Problem kommt durch größere Änderungen an der Struktur des Plugins