Please or Register to create posts and topics.

Development Corner: Profiles

Page 1 of 2Next

Hello everyone,

I just added a basic profile-functionality to the development-version of the Asgaros Forum plugin which is also running on this server. It adds links around usernames which brings you to a simple profile-view when you click on it. The profile-view contains a couple of useful information about the corresponding user (example for my profile).

I plan to release this feature before my trip to China in two weeks. I am looking forward to your feedback and suggestions so I can improve it a little bit more before I make it available to the public. 🙂

PS: Please keep in mind that I plan to extend this feature which additional stuff like a members-list or the list of topics created by a user. Those extensions will come step by step in future updates and will not included in the upcoming release.

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

Hi Thomas, great news!

Suggestions 🙂

  1. Spammers remove
    $cellValue = '<a href="'.$userData->user_url.'" target="_blank">'.$userData->user_url.'</a>';

    add rel="nofollow"

    $cellValue = '<a href="'.$userData->user_url.'" rel="nofollow" target="_blank">'.$userData->user_url.'</a>';

    2. Make the ability to post shortcode and add an option or function 🙂

Hook reassigning links to a profile 🙂

Thank you

 

Excellent on the github, thank you 🙂

I made the following changes:

  • Add hook for custom content inside a users profile
  • Add filter to modify the profile link
  • Add rel=”nofollow” to the users website
  • Dont generate profile-links when the profile-functionality is disabled

I dont plan to add any new custom shortcodes to the forum.

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

Excellent 🙂

I rearranged the top-area a little bit so I could put a link there to the users profile. I also will put login/logout/register links there. I am not 100% happy with the design yet, so I am open for suggestions.

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

The first option 🙂

A second design-suggestion for the top area. Which one do you prefer: The actual one or the blue one?

Uploaded files:
  • design.PNG
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

blue 🙂

I updated the stylesheets on this site for testing purposes (you have to use CTRL + F5 to see the changes). Still not very happy about it. What do you think?

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