#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
User profile view o...
 
Share:
Share
Tweet
Share
Notifications
Clear all

Style [Solved] User profile view on post

    Last Post
RSS

saeb
Posts: 13
 saeb
Topic starter
May 15, 2021 7:17 am
(@saeb)
Active Member
Joined: 1 year ago

Slowly making progress to move across from phpbb to wpforo for numerous reasons. There are pros and cons of both forums but am trying to match them as close as possible.

One issue I have as I use it all the time is to view more info from member profile custom fields in the profile post area. Not sure what else to call this area so have attached an image.

With the wpforo custom fields plugin I have created more fields and want to show them around the joined, number of posts area.

Ideally I want to make have the message icon etc. appear at all times like the simplified view does. I'm currently using extend as it suits my forum more.

 2021-05-15-17_09_41-Window.png
Topic Tags
member buttons profile buttons
4 Replies
Robert
Posts: 9089
Robert - Twitter
 Robert
Admin
May 15, 2021 10:38 am
(@robert)
Support Team
Joined: 6 years ago

Hi @saeb,

Use this CSS to display the members profile buttons under the post user info. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo {
display: block !important;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
3 Replies
saeb
 saeb
(@saeb)
Joined: 1 year ago

Active Member
Posts: 13
May 16, 2021 4:23 am
Reply toRobertRobert

@robert 

Perfect thanks.

Any thoughts on adding custom fields or existing field like location etc. to display in this area also?

Reply
Tutrix
 Tutrix
Beta Tester
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 631
May 16, 2021 6:37 am
Reply tosaebsaeb
Robert

@saeb 

You can edit the post.php of the layout you are using

see here the update safe way to do this > Theme Customization

example Code location

<?php echo implode( ', ', array_diff((array) wpforo_member($member, 'location'), array(0)) ) ?>

example Code custom field

<?php echo implode( ', ', array_diff((array) wpforo_member($member, 'field_XXXXXXX'), array(0)) ) ?>

replace the "XXXXXXX" with the custom fieldnumber

I use the simplified layout and have also added costum fields 😉 

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

Reply
saeb
 saeb
(@saeb)
Joined: 1 year ago

Active Member
Posts: 13
May 17, 2021 5:53 am
Reply toTutrixTutrix
saeb
Robert

@tutrix Nice work. Thank you and worked perfectly for my needs.

Reply
Tutrix liked
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • How can i remove the Buttons under Name?
    1 month ago
  • Profile control button at sidebar not showing
    2 years ago
  • Remove member profile button icons beneath avatar
    2 years ago
  • Profile buttons issues and way to hide
    3 years ago
Topic Tags:  member buttons (1), profile buttons (6),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Notification bell order

    By teepeenomad, 23 hours ago

  • Not İndexing

    By selinahub, 2 days ago

  • H1 to H6 title tags : remove

    By venus, 2 days ago

  • Can't access forum dashboard 504 gateway time-out

    By Joselito, 2 days ago

  • Sharing with Facebook and Twitter is kind of broken

    By seancallahan, 3 days ago

  • Users cannot access their accounts

    By Kuduly, 3 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • editor33
  • menu33
  • shortcode32
  • spam31
  • forum accesses30
  • widget29
View all tags (2188)

Recent Posts

  • RE:

    By Anonymous, 53 years ago

  • RE: Notification bell order

    @tutrix Brilliant, thank you for this! Although, it ...

    By teepeenomad, 2 hours ago

  • RE: Is there a way to add safety features?

    @seancallahan, The feature is in the to-do list, I ca...

    By Chris, 6 hours ago

  • RE: wpForo 2.0.0.1 beta version is released for beta testers!

    Added, thank you.

    By Robert, 24 hours ago

  • RE: Post title length error.

    Hi @hasanaytac, Please provide your forum URL.

    By Chris, 1 day ago

  • RE: Health.gd Health website

    Nice forum, still you have an issue / crash: Uncaught...

    By dimalifragis, 1 day ago

  • RE: Not İndexing

    Google Webmaster will tell you why.

    By dimalifragis, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,924 Topics
50.2 K Posts
13 Online
47.6 K Members

Latest Post: Notification bell order Our newest member: charmain69c5842 Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation