[Automatic] Honoring three users on the homepage
+2
SLGray
كونان2000
6 posters
Page 1 of 1
[Automatic] Honoring three users on the homepage
The following tutorial will help you to add three users in the home page,
1: The user with the most posts in the forum

2: The user with the most points in the forum

3: The user with the most posts in the last day
----------------------------------------------------
Go to Administration Panel > Display > Generalities
Add the following code
AwesomeBB & ModernBB & Phpbb3
- Code:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(write here1)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(write here2)<br />
<div class="widget-points1">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(write here3)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "Last visit:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "posts";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "points";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "His posts today";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('td.avatar-mini:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('#memberlist td:nth-child(5):first').html();pa.html(h);});});
});
//بواسطة: كونان2000
// by: كونان2000
});
</script>
PunBB
- Code:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(write here1)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(write here2)<br />
<div class="widget-points1">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(write here3)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "Last visit:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "posts";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "points";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "His posts today";
color: #5a0000;
}
</style><script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('td.avatar-mini:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('div.main.frm td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
});
//بواسطة: كونان2000
// by: كونان2000
});
</script>
Phpbb2
- Code:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(write here1)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts4">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(write here2)<br />
<div class="widget-points1">
</div>
<div class="widget-points4">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(write here3)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today4">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "Last visit:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "posts";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "points";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "His posts today";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts4');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points4');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today4');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
});
//بواسطة: كونان2000
// by: كونان2000
});
</script>
Invision
Find the next part in memberlist_body template
|
replace it with
- Code:
{memberrow.POSTS}
<br />
<span class="L_POS-TS">{memberrow.POSTS}</span>
<span class="L_POI-NT">{memberrow.POINTS}</span>
<span class="LASTVIS-IT">{memberrow.LASTVISIT}</span>
<br />
<style>
span.LASTVIS-IT, span.L_POS-TS, span.L_POI-NT {
font-size: 0;
}
</style>
Go to Administration Panel > Display > Generalities
Add the following code
- Code:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(write here1)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts4">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(write here2)<br />
<div class="widget-points1">
</div>
<div class="widget-points4">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(write here3)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today4">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "Last visit:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "posts";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "points";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "His posts today";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.mini-avatar:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.L_POS-TS:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts4');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.mini-avatar:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.L_POI-NT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points4');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.mini-avatar:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.L_POS-TS:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today4');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
});
//بواسطة: كونان2000
// by: كونان2000
});
</script>
Go to Administration Panel > USERS & GROUPS > Special rights
![[Automatic] Honoring three users on the homepage Ocia_a46](https://i.servimg.com/u/f30/20/35/61/89/ocia_a46.png)
We hope you like this great little Trick and Tip on how to make the change.
Sorry if my english is not very good

كونان2000

Last edited by كونان2000 on January 29th 2023, 4:18 am; edited 6 times in total
كونان2000- Forumember
-
Posts : 128
Reputation : 61
Language : Arabic
Ape, BlackScorpion, Niko, TonnyKamper, jucarese and Razor12345 like this post
Re: [Automatic] Honoring three users on the homepage
What is the WRITE HERE for?

![[Automatic] Honoring three users on the homepage Slgray10](https://i.servimg.com/u/f28/11/40/02/06/slgray10.png)
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50783
Reputation : 3488
Language : English
Location : United States
كونان2000 likes this post
Re: [Automatic] Honoring three users on the homepage
hi @SLGray
Replace
with the text you want
Means replace it with any other writingSLGray wrote:What is the WRITE HERE for?

Replace
|
كونان2000- Forumember
-
Posts : 128
Reputation : 61
Language : Arabic
skouliki- Manager
-
Posts : 13401
Reputation : 1591
Language : English,Greek
Location : Greece
TonnyKamper and كونان2000 like this post
كونان2000- Forumember
-
Posts : 128
Reputation : 61
Language : Arabic
skouliki likes this post
Re: [Automatic] Honoring three users on the homepage
Awesome! Cool idea! Thank you!
Obscure- Forumember
-
Posts : 37
Reputation : 10
Language : English
Location : USA
كونان2000 likes this post
Re: [Automatic] Honoring three users on the homepage
once again, my friend, you've done a great job, this will definitely be useful for forums. Thanks for sharing this and the others with the community.


![[Automatic] Honoring three users on the homepage Blkcop10](https://i.servimg.com/u/f58/17/48/02/71/blkcop10.png)
Graphic Design Section Rules || Becoming a Designer || Graphic Requests
Graphics Request Form
Make sure to check out our FREE Graphic's Gallery
No support provided via PM!
BlackScorpion- Graphic Designer
-
Posts : 6877
Reputation : 916
Language : English
Location : USA
SarkZKalie and كونان2000 like this post
Re: [Automatic] Honoring three users on the homepage
Thank you my friends
@BlackScorpion @skouliki @Obscure
![[Automatic] Honoring three users on the homepage 45133](https://www.theb3st.com/users/2614/24/16/96/smiles/45133.gif)
Now the code is working on the Phpbb2 version
@BlackScorpion @skouliki @Obscure



![[Automatic] Honoring three users on the homepage 45133](https://www.theb3st.com/users/2614/24/16/96/smiles/45133.gif)
Now the code is working on the Phpbb2 version
كونان2000- Forumember
-
Posts : 128
Reputation : 61
Language : Arabic
skouliki, Ape, BlackScorpion, TonnyKamper and Obscure like this post
Ape- Administrator
-
Posts : 18284
Reputation : 1935
Language : fluent in dork / mumbojumbo & English haha
كونان2000 likes this post
كونان2000- Forumember
-
Posts : 128
Reputation : 61
Language : Arabic
skouliki, Ape, SLGray, BlackScorpion and TonnyKamper like this post

» How to Activate Users automatic ?
» Users Control and Automatic Notification
» automatic time log off - mozilla users also
» Widget: Automatic notifications for an Inactive users
» How to add unique name colors (prob) groups to certain users automatic
» Users Control and Automatic Notification
» automatic time log off - mozilla users also
» Widget: Automatic notifications for an Inactive users
» How to add unique name colors (prob) groups to certain users automatic
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum