Asgaros Forum v1.6.0/1.6.1: User Profiles
Quote from Andreas on September 21, 2017, 9:24 pmQuote from Asgaros on September 20, 2017, 7:36 pmHallo Andreas,
mit dem letzten Update wurden einige Anpassungen am HTML- und CSS-Code vorgenommen. Kannst du bitte die Seite mit STRG+F5 neu laden? Eventuell befinden sich noch alte Dateien im Cache.
Hi Asgaros,
ich glaube, ich hab´s gefunden…in der “topic-element.php” steht (seit der 1.6.0)
<?php if (!defined('ABSPATH')) exit; ?> <div class="topic">müsste es nicht heissen (wie bis zur 1.5.9)
<?php if (!defined('ABSPATH')) exit; ?> <div class="thread">zumindest ist DANN bei mir alles (wieder) in Ordnung mit der Ansicht bei breiteren Anzeigen…
Hi Asgaros,
guess i found it…in the “topic-element.php” is (now, since 1.6.0) written
<?php if (!defined('ABSPATH')) exit; ?> <div class="topic">instead of (until 1.5.9)
<?php if (!defined('ABSPATH')) exit; ?> <div class="thread">If I edit it, my problems with the breakpoint are gone.
Grüße / regards, Andreas
Quote from Asgaros on September 20, 2017, 7:36 pmHallo Andreas,
mit dem letzten Update wurden einige Anpassungen am HTML- und CSS-Code vorgenommen. Kannst du bitte die Seite mit STRG+F5 neu laden? Eventuell befinden sich noch alte Dateien im Cache.
Hi Asgaros,
ich glaube, ich hab´s gefunden…in der “topic-element.php” steht (seit der 1.6.0)
<?php if (!defined('ABSPATH')) exit; ?> <div class="topic">
müsste es nicht heissen (wie bis zur 1.5.9)
<?php if (!defined('ABSPATH')) exit; ?> <div class="thread">
zumindest ist DANN bei mir alles (wieder) in Ordnung mit der Ansicht bei breiteren Anzeigen…
Hi Asgaros,
guess i found it…in the “topic-element.php” is (now, since 1.6.0) written
<?php if (!defined('ABSPATH')) exit; ?> <div class="topic">
instead of (until 1.5.9)
<?php if (!defined('ABSPATH')) exit; ?> <div class="thread">
If I edit it, my problems with the breakpoint are gone.
Grüße / regards, Andreas
Quote from Asgaros on September 21, 2017, 9:53 pmIch habe einige Variablen/IDs/Klassen etc umbenannt, damit diese einheitlich überall “topics” heißen. Die CSS-Dateien wurden dementsprechend auch alle angepasst. Benutzt du irgendwo eigene CSS-Anpassungen bzw benutzt du ein eigenes Foren-Theme, welches möglicherweiße angepasst werden müsste? Falls nicht, tippe ich hier immernoch auf eine alte Version der mobile.css-Datei im Cache.
Ich habe einige Variablen/IDs/Klassen etc umbenannt, damit diese einheitlich überall “topics” heißen. Die CSS-Dateien wurden dementsprechend auch alle angepasst. Benutzt du irgendwo eigene CSS-Anpassungen bzw benutzt du ein eigenes Foren-Theme, welches möglicherweiße angepasst werden müsste? Falls nicht, tippe ich hier immernoch auf eine alte Version der mobile.css-Datei im Cache.
Quote from Andreas on September 21, 2017, 10:16 pmHm, wäre möglich; definitiv ein eigenes Child-Theme mit Anpassungen, aber AFAIK keine Anpassungen für´s Forum. Werde die Tage mal nachforschen (hat ein Kollege gemacht), auf die Schnelle habe ich nichts gefunden. Hier im Hotel macht´s keinen richtigen Spaß 🙂
Grüße, Andreas
Hm, wäre möglich; definitiv ein eigenes Child-Theme mit Anpassungen, aber AFAIK keine Anpassungen für´s Forum. Werde die Tage mal nachforschen (hat ein Kollege gemacht), auf die Schnelle habe ich nichts gefunden. Hier im Hotel macht´s keinen richtigen Spaß 🙂
Grüße, Andreas
Quote from lwolf on October 19, 2017, 8:42 pmHello Asgaros,
I love your forum and am just starting to use it for my company. I would like to be able to upload an image of my choice to use in my forum profile. My users do not have Wordpress accounts nor accounts in Gravatar, so I need to be able to to provide a simple way for non-technical people to upload their own pictures. Can you tell me how to do this?
Thank you.
Hello Asgaros,
I love your forum and am just starting to use it for my company. I would like to be able to upload an image of my choice to use in my forum profile. My users do not have Wordpress accounts nor accounts in Gravatar, so I need to be able to to provide a simple way for non-technical people to upload their own pictures. Can you tell me how to do this?
Thank you.
Quote from beckford on October 22, 2017, 6:43 pmHi Asgaros,
Thanks for the nice plugin. I really like the latest update with the User Profiles, but I have one question. How are the users supposed to upload/attach an avatar ?
Hi Asgaros,
Thanks for the nice plugin. I really like the latest update with the User Profiles, but I have one question. How are the users supposed to upload/attach an avatar ?
Quote from Asgaros on October 23, 2017, 6:19 amHello lwolf and beckford,
I can suggest the following WordPress extension which allows you to upload your own profile pictures:
https://de.wordpress.org/plugins/simple-local-avatars/
It is not updated anymore since a long time but it is still working very well and I am using it on a couple of websites as well. 🙂
Hello lwolf and beckford,
I can suggest the following WordPress extension which allows you to upload your own profile pictures:
It is not updated anymore since a long time but it is still working very well and I am using it on a couple of websites as well. 🙂
Quote from beckford on October 23, 2017, 4:36 pmThanks for the answer @Asgaros, any clue how to make that plugin upload a photo from Profile page in your plugin ? 🙂
Thanks for the answer @Asgaros, any clue how to make that plugin upload a photo from Profile page in your plugin ? 🙂
Quote from Asgaros on October 23, 2017, 9:00 pmI cant provide an example code but you can try to add it via the asgarosforum_custom_profile_content hook.
I cant provide an example code but you can try to add it via the asgarosforum_custom_profile_content hook.