PhpBB3 Questions

Jay

Seasoned Veteran
Joined
Aug 28, 2009
Messages
4,483
Reaction score
14
FP$
2,177
1. I reported a post on my board as a test, but I couldn't even tell that it was reported because there was no Icon saying " [x] Post Reported" (x represents a unknown value)

2. Whenever I receive a PM on my board, The big box doesn't show like it does here saying "x NEW MESSAGES". (x represents a unknown value)

Can anyone help me?
 
2) Well, here at FP, whenever you recieve a PM, you get that Box that says 1 New Message in red text. I want that on my board, but cant find the mod for it.

I also have one other question. On my board, whenever I post a topic or a post, where all my info is (eg. Posts, Rank, Avatar) theres a field called "Joined Date". How can I remove that?
 
I linked to a post that shows you how to do that. Read the post and you will see what you need to do.

All that post info is in the viewtopic_body.html file.

Find and remove the following (you might not be able to find this line exactly)
Code:
		<!-- IF AUTHOR_JOINED --><dd><strong>{L_JOINED}:</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
 
Thanks, but I actually had to find and remove:

Code:
<!-- IF postrow.POSTER_JOINED --><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}<br /><!-- ENDIF -->

Thanks for all the help. 😀
 
Yeah that is right. I got the one posted from the PM view message template as we don't have it show on the view topic.
 
One more question.
How can I remove the Most active forum, and the Most active topic from the users profile?
 
ACP ---> Load Settings ---> Set "Show user’s activity:" to "No" and you are done.
 
Back
Top Bottom