MyBB Community Forums

Full Version: years of service
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can i make this in my forum?
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...372e706e67]
is there any tutorial or any plugin for that?
i checked it, there isnt any plugin or any tutorial for that
(2020-01-16, 07:43 PM)Mastersly Wrote: [ -> ]i checked it, there isnt any plugin or any tutorial for that
That thread is pretty much a tutorial. @eNvy's post is basically all you need to make it work.
when i add @eNvy`s code

postbit
<if $post['regdate']+(60*60*24*182) <= TIME_NOW then><div class="postbit-time-halfyear">Half year of service</div></if>
and css
.postbit-time-halfyear {
width: 140px;
font-size: 11px;
text-align: center;
margin: 3px auto 0px auto;
padding: 4px 0px;
background: #181818;
border-radius: 3px;
}
 the page dont event show
(2020-01-18, 12:20 AM)Mastersly Wrote: [ -> ]when i add @eNvy`s code

postbit
<if $post['regdate']+(60*60*24*182) <= TIME_NOW then><div class="postbit-time-halfyear">Half year of service</div></if>
and css
.postbit-time-halfyear {
width: 140px;
font-size: 11px;
text-align: center;
margin: 3px auto 0px auto;
padding: 4px 0px;
background: #181818;
border-radius: 3px;
}
 the page dont event show
That would mean there's a PHP error somewhere. Are you sure you added everything correctly? Try checking your webserver's error logs for more info.
i didnt add this plugin
http://mybbhacks.zingaburga.com/showthread.php?tid=260
cause it doesnt work
i upload it inc/plugins but nothing show up
As per your obvious lack of expertise I would recommend the following plugin instead:
http://mybbhacks.zingaburga.com/showthread.php?tid=464

If installed correctly you should be able to achieve the tutorial results.
sorry but where should i put a txt file?
[Image: new_bi10.jpg]
i upload it inc/plugin
nothing change Undecided Undecided
(2020-01-18, 09:29 PM)Mastersly Wrote: [ -> ]sorry but where should i put a txt file?
[Image: new_bi10.jpg]
i upload it inc/plugin
nothing change Undecided Undecided
You're uploading the .7z file. That's an archive.
You need to extract the plugin's files from it, and put those in the inc/plugins folder.
Pages: 1 2