Please or Register to create posts and topics.

Asgaros Forum v1.6.0/1.6.1: User Profiles

PreviousPage 2 of 3Next

Meant asgarosforum_filter_login_message

Not necessary 🙂

Quote from Asgaros on September 20, 2017, 7:36 pm

Hallo 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

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.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

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

f

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.

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 ?

Hello lwolf and beckford,

I can suggest the following WordPress extension which allows you to upload your own profile pictures:

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. 🙂

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks for the answer @Asgarosany clue how to make that plugin upload a photo from Profile page in your plugin ? 🙂

I cant provide an example code but you can try to add it via the asgarosforum_custom_profile_content hook.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
PreviousPage 2 of 3Next