Resource icon

xF1 Unmaintained Post Areas 1.4.3

No permission to download
Compatible XF Versions
  1. 1.2
  2. 1.3
  3. 1.4
  4. 1.5
This add-on shows a user's post and thread count of each forum in which the user has posted at least one message. The post areas table is shown in a new user profile tab.

Features
  • post counts are sorted in descending order
  • forum names are links to the corresponding forums
  • post / thread counts are links to a search for all posts / threads from the user in the corresponding forum
  • only publicly visible posts / threads are counted

postareas_1-3-gif.121123



Installation
The „usual procedure“. For your convenience, you may use the Add-on Install & Upgrade add-on.



Custom table styles

You can adjust the table style to that on the images by adding the CSS rules below the images to your EXTRA.css template. The styles can also be combined with each other as you like. Have a look at this post for an example of such a composed style.

Please note:
The screenshots below are from pre 1.3 releases where there was no „Threads“ column. Also some of them are taken from the 1.1 release where the post counts weren't links and the content of the post counts column was centered by default.



Without column heardings
post-areas-without-header-png.103458

#PostAreas thead
{
display: none;
}



Background color of hovered rows
postareas_hover-png.103532

#PostAreas tbody tr:hover
{
background: rgba(0, 0, 0, 0.1)
}



Background color of even rows
pa_even_rows_new-png.104453

#PostAreas tr:nth-child(even)
{
background: rgb(232, 232, 232)
}



Background color of captions and odd rows
pa_odd_rows_and_header-png.104455

#PostAreas .header
{
background-color: rgb(252,252,255);
}
#PostAreas tr:nth-child(odd)
{
background-color: rgb(239,239,239);
}



Centered and 50% width table
pa_centered_table-png.104456

#PostAreas table
{
width: 50%;
margin: 0 auto;
}



Right-aligned forum titles
postareas_right_aligned-png.103459

#PostAreas .forum_title_column
{
text-align: right;
}



Centered post counts
postareas_center_aligned-png.104324

#PostAreas td.post_counts_column
{
text-align: center;
}
Author
AnimeHaxor
Size
5.2 KB
Extension
zip
Downloads
14
Views
1,164
First release
Last update

More resources from AnimeHaxor

Latest updates

  1. A small bugfix

    Fixed a bug that resulted in an error log entry (Undefined index: postAreas) when there is a...
  2. Fixed a regression regarding the compatibility with other add-ons

    This uspdate fixes a regression in the 1.3 release that prevents the display of the tab contents...

Similar resources

Add rich username (CSS) to last post section in forum index and thread list
0.00 star(s) 0 ratings
Downloads
24
Updated
Brivium - Individual Post AnimeHaxor
This addon adds a link to the post and it will "jump" to correct post.
0.00 star(s) 0 ratings
Downloads
3
Updated
Brivium - Post Thanks Importer AnimeHaxor
This addon allows you to import post thanks from vBulletin to XenForo likes.
0.00 star(s) 0 ratings
Downloads
6
Updated
Brivium - Prevent URL Profile Post AnimeHaxor
Prevent users to post URLs on their status updates & profile posts to prevent spammer.
0.00 star(s) 0 ratings
Downloads
10
Updated
0.00 star(s) 0 ratings
Downloads
32
Updated