Dear wpforo developers,
I like simplified layout than others. But simplified layout don't show the post count of users. So, I am obliged to use extended layout. But I like simplified layout's appearance. Can you add this feature also to simplified layout?
you can customize the post.php from layout 2
/wp-content/plugins/wpforo/wpf-themes/classic/layouts/2
open the post.php from layout 2 with an Editor
search for
<div class="author-title"> <?php wpforo_member_title($member) ?> </div>
add after
<div class="author-posts"><?php wpforo_phrase('Posts') ?>: <?php echo intval($member['posts']) ?></div>
- Create / wpforo / folder in your current active theme folder.
- Create / layouts / folder in / wpforo / folder
- Create / 2 / folder in / wpforo / layouts / folder
- add the customize post.php in this folder
looks like this
wp-content / themes / your aktiv theme / wpforo / layouts / 2 / post.php
visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat
@tutrix Thank you for answer. One more question; If the plugin takes update, will the customization be cancelled?
if you did it as described above, no
Theme Customization (upgrade-safe way)
visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat
@tutrix I made your instructions, but it did not worked. Photo is attached. Check it please
@tutrix Is my attached photo's customization correct? Is it true that the line begins from the far left? I suspect only my post.php regulation.
yes is correct
if you are using a cache plugin, remove the forum from it
>>>> wpForo and Cache Plugins <<<<
visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat
@tutrix I cleared the cache and perform CTRL+F5, and open the page in incognito tab, But I didn't accomplish