Requirements: Posts on Discuz x3.4, the left side will display the user's status information, such as: current offline, points, etc. In fact, it is meaningless to display these when the user is not logged in (guest mode), it is a waste of bandwidth resources, how to get rid of it?
The user profile on the left side of the post,Hover display (hover is not displayed in guest mode, but the html source code will be there, which is even more meaningless), as shown in the figure below:
In fact, the main thing is to delete the html source code similar to the following:
Delete the scheme, find the template\default\forum\viewthread_node.htm file, add the logic, and modify it as follows:
Main logic:
|