Please or Register to create posts and topics.

Asgaros Forum v1.9.4: Post History & Accent Color

Page 1 of 2Next

I am happy to announce version 1.9.4 of the Asgaros Forum plugin for WordPress. This release comes with a new post history-view and an option to change the accent color.

Post History

The new post history-functionality adds a new menu-item to profiles which allows you to access the post history of a user. The post history shows all posts of a user in chronological order – newest posts first.

Post History

Accent Color

A new customization option in the appearance-section allows you to modify the so called accent-color. The accent-color is a part of the forum-color which is mainly used to give the overall-styling a more elegant touch. For example it is used as a menu separator and for buttons.

Additional Changes

  • Fixed display issues with some themes
  • Minor design changes
  • Mobile theme improvements in the profile area
  • Small performance improvements and code optimizations

Version 1.9.4 of the Asgaros Forum plugin for WordPress will be available on Tuesday via the WordPress Updater!

N3k0 and chinacky have reacted to this post.
N3k0chinacky
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Sehr cool, lässt sich denn die Überschrift irgendwo übersetzen ?

Also irgend ein deutsches Wort für Post-History ?

oder lässt sich dies sogar irgendwo ausblenden ?

Die deutschen Übersetzungen sollten in den nächsten Stunden via dem WordPress-Updater bereitstehen.

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

When “Enable SEO-friendly URLs” is off, the history tab does not work.

 

I apologize if there are places to comment on. I’m sorry.

Quote from Asgaros on July 17, 2018, 11:11 am

Die deutschen Übersetzungen sollten in den nächsten Stunden via dem WordPress-Updater bereitstehen.

Die Übersetzung ist nun da 🙂 Super und danke…

wie bekomme ich denn meinen Link (Private Nachrichten) bei dem Du mir hier schon geholfen  hast, wie auf dem Bild zu sehen, nach oben neben die Beitragsübersicht ?

 

Uploaded files:
  • Unbenannt.png

Hello @chinacky

Thank you for the hint. I will release a new update in the next few minutes which will fix this bug!

@dimendia

Das geht momentan noch gar nicht, da diese Navigation erst seit dem letzten Update existiert. Ich werde mit dem Update, welches ich gleich raushaue, mal einen Hook hinzufügen, mit dem du ein eigenes Element dort hinzufügen kannst. Sobald du Version 1.9.5 installiert hast, kannst du dies mit dem folgenden Code in der functions.php Datei deines Themes hinzufügen:

add_action('asgarosforum_custom_profile_menu', 'my_profile_menu');

function my_profile_menu() {
    echo '<a target="_blank" href="MY_URL">LINK_NAME</a>';
}

 

chinacky and dimendia have reacted to this post.
chinackydimendia
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Perfekt danke.. der Link wird richtig angezeigt, aber die User ID wird nicht mit übergeben

add_action('asgarosforum_custom_profile_menu', 'my_profile_menu');
function my_profile_menu() {
    echo '<a href="https://www.meineDOMAIN.de/nachrichten/?fepaction=newmessage&fep_to='.$author_id.'" title="'.__('Private Nachricht','rcl-asgaros').'">Nachricht senden</a>';
}

 

Uploaded files:
  • Unbenannt.png

@Asgaros

Thanks!

@dimendia

An die ID kommst du mit dem folgenden Code:

global $asgarosforum;
$user_id = $asgarosforum->current_element;

 

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

Ich bekomms nicht hin 🙁

naja trotzdem danke

Page 1 of 2Next