<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
Extension Name: Hide Index Info
Author: dmzx
Special thanks to: martin
Extension Description:
Hide Index Info for guests (who is online, birthdays and statistics)
Request here
viewtopic.php?p=6840#p6840
[travis]dmzx/Hide-Index-Info[/travis]
Screenshot:
Extension Download:
…
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `hideindexinfo `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `hideindexinfo ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/hideindexinfo/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Hide Index Info ` under the Disabled Extensions list, and click its `Enable ` link.
Darby_Crash
Users
Posts: 4 Joined: 10 years ago
Post
by Darby_Crash » 10 years ago
Work great on phpBB 3.1.7-pl1.
Evolution is a process too slow to save my soul
tamarin
Users
Posts: 72 Joined: 11 years ago
Post
by tamarin » 10 years ago
dmzx , thank you for the extension.
Very nice extension!
Can you also hide the plugin Top Five?
Thank you in advance.
lopoto
Users
Posts: 79 Joined: 11 years ago
Post
by lopoto » 10 years ago
Working well ,
and show double statistic ?
statistic.JPG
phpBB 1.8
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
lopoto wrote: 10 years ago
working well ,
and show double statistic ?
statistic.JPG
phpBB 1.8
PM me your link of your board.
all4phone
Donator
Posts: 75 Joined: 10 years ago
Post
by all4phone » 10 years ago
Works well for me
It's possibility to add
Activity over the last 24 hours to this ext?
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
all4phone wrote: 10 years ago
Works well for me
It's possibility to add
Activity over the last 24 hours to this ext?
Is that an extension?
all4phone
Donator
Posts: 75 Joined: 10 years ago
Post
by all4phone » 10 years ago
Yes, It is.
[ Post made via iPhone ]
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
all4phone wrote: 10 years ago
Yes, It is.
[ Post made via iPhone ]
Copy the html code from that extension to the
index_body_stat_blocks_after.html in the
hideindexinfo extension.
Between the
<!-- IF S_DISPLAY_ONLINE_LIST and S_USER_LOGGED_IN -->
all4phone
Donator
Posts: 75 Joined: 10 years ago
Post
by all4phone » 10 years ago
Yeah, it was a good solution (removed and pasted). It works perfectly, as I intented, many thanks for your help
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
all4phone wrote: 10 years ago
Yeah, it was a good solution (removed and pasted). It works perfectly, as I intented, many thanks for your help
taledus
Users
Posts: 83 Joined: 10 years ago
Post
by taledus » 10 years ago
I had an issue with using this extension and displaying the Statistics section twice when using
Statistics on Index extension. I commented out the first Statistics section since the information there already displayed on Statistics on Index.
/ext/dmzx/hideindexinfo/styles/prosilver/template/event/index_body_stat_blocks_after.html
Code: Select all
<!--
<!-- IF NEWEST_USER and S_USER_LOGGED_IN -->
<div class="stat-block hidestatistics">
<h3>{L_STATISTICS}</h3>
<p>
<!-- EVENT index_body_block_stats_prepend -->
{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}
<!-- EVENT index_body_block_stats_append -->
</p>
</div>
<!-- ENDIF -->
-->
It can probably be deleted though.
dmzx Online
Founder
Posts: 6563 Joined: 12 years ago
Post
by dmzx » 10 years ago
Yes combination of extensions can lead to double code.
Delete or comment out 1 of the codes.
Antaka
Users
Posts: 8 Joined: 10 years ago
Post
by Antaka » 10 years ago
Hi Dmzx
The display of statistics is duplicated on the index
2.jpg
Cordially
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.