ogirod
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Privater Forumbereich erst nach Reload der Seite sichtbarHabe soeben die neue Version eingespielt und nun scheint das Problem gel?st zu sein. Und super, ist auch das Login ab der Startseite m?glich!
Herzlichen Dank!
Beste Grüsse
OlivierForum: Plugins
In reply to: [Asgaros Forum] Privater Forumbereich erst nach Reload der Seite sichtbarNach dem Login lande ich auf diesem Link https://seifee.ch/wp-login.php?redirect_to=http%3A%2F%2Fseifee.ch%2Fgartehuesli-forum%2F%3Fview%3Dforum%26%23038%3Bid%3D16 und kann mich einloggen. Dann bin ich gleich zurück auf dem Forum aber eben noch ohne Privaten Foren. Ob ein Caching von seiten Server stattfindet kann ich dir nicht sagen.. ??
Forum: Plugins
In reply to: [Asgaros Forum] Add "Log in possibility" on HomepageThat’s perfectly fine for me, thank you very much for the info.
Forum: Plugins
In reply to: [Asgaros Forum] Privater Forumbereich erst nach Reload der Seite sichtbarDanke für das rasche Feedback. Ich habe nur das Plugin faster Pagination, habe das nun mal deaktiviert aber immer noch das selbe Problem…
Forum: Plugins
In reply to: [Asgaros Forum] Antworten k?nnen nicht mehr im Forum geschrieben werdenThe problem has been solved in my case. I had a plugin (autooptimize) that did not work well with my theme (cream) and so java script was not working well. By inactivating this plugin (autooptimize), the problems was also solved on the asgaros forum. That for my case.
Forum: Plugins
In reply to: [Asgaros Forum] WYSIWYG Emoji Button / CSS Guide or editorI inserted your code as you posted in my themes functions.php:
function change_editor_settings($settings) {
$settings[‘teeny’] = false;
return $settings;
}
add_filter(‘asgarosforum_filter_editor_settings’, ‘change_editor_settings’);–> It worked perfectly for my admin / editor users, they now see the wp emojj one button in the asgaros forum on can use it.
But all othe users, that have just a login to use the forum but no further rights, they cannot use the emoticons, they don’t see the button there. How do i have to handle that?
Thanks a lot
OlivierForum: Plugins
In reply to: [Asgaros Forum] Max. upload sizeoh I found the way to change the upload_max_filezize inside my php file. So that’s perfectly fine for me thank you!
Forum: Plugins
In reply to: [Asgaros Forum] Emoticons in asgaros forumthank you so much!
Forum: Plugins
In reply to: [Asgaros Forum] Max. upload sizeThanks for your answer. I would love to have this flag option, even if technicaly this can be changed by users. My users aren’t technicaly very high level, it would just remind them to upload web optimized picture instead of original 3 mb pics for example. So this would help a lot..