Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 21 Jan 2016, 21:34
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
dmzx/Hide-Index-Info
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: 21 Jan 2016, 16:10
Post
by Darby_Crash » 22 Jan 2016, 15:44
Work great on phpBB 3.1.7-pl1.
Evolution is a process too slow to save my soul
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 25 Jan 2016, 23:07
dmzx , thank you for the extension.
Very nice extension!
Can you also hide the plugin Top Five?
Thank you in advance.
lopoto
Users
Posts: 73 Joined: 28 Dec 2014, 01:59
Post
by lopoto » 02 Mar 2016, 22:43
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
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 02 Mar 2016, 22:54
lopoto wrote: 02 Mar 2016, 22:43
working well ,
and show double statistic ?
statistic.JPG
phpBB 1.8
PM me your link of your board.
all4phone
Donator
Posts: 75 Joined: 29 May 2016, 13:33
Post
by all4phone » 06 Jun 2016, 13:07
Works well for me
It's possibility to add
Activity over the last 24 hours to this ext?
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 06 Jun 2016, 18:12
all4phone wrote: 06 Jun 2016, 13:07
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: 29 May 2016, 13:33
Post
by all4phone » 06 Jun 2016, 20:08
Yes, It is.
[ Post made via iPhone ]
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 06 Jun 2016, 20:24
all4phone wrote: 06 Jun 2016, 20:08
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: 29 May 2016, 13:33
Post
by all4phone » 06 Jun 2016, 21:35
Yeah, it was a good solution (removed and pasted). It works perfectly, as I intented, many thanks for your help
dmzx
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 06 Jun 2016, 21:37
all4phone wrote: 06 Jun 2016, 21:35
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: 19 Jun 2016, 05:47
Post
by taledus » 29 Jun 2016, 16:52
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
Founder
Posts: 6469 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 29 Jun 2016, 19:17
Yes combination of extensions can lead to double code.
Delete or comment out 1 of the codes.
Antaka
Users
Posts: 8 Joined: 02 Feb 2016, 07:03
Post
by Antaka » 02 Sep 2016, 09:22
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.
martin
Admin
Posts: 5106 Joined: 06 Apr 2014, 16:12
Post
by martin » 02 Sep 2016, 09:38
Antaka wrote: 02 Sep 2016, 09:22
Hi Dmzx
The display of statistics is duplicated on the index
2.jpg
Cordially
read here
Hide Index Info