2020-01-15, 10:41 PM
Pages: 1 2
2020-01-16, 05:59 PM
Check this thread out https://community.mybb.com/thread-173297.html
2020-01-16, 07:43 PM
i checked it, there isnt any plugin or any tutorial for that
2020-01-16, 07:56 PM
(2020-01-16, 07:43 PM)Mastersly Wrote: [ -> ]i checked it, there isnt any plugin or any tutorial for thatThat thread is pretty much a tutorial. @eNvy's post is basically all you need to make it work.
2020-01-18, 12:20 AM
when i add @eNvy`s code
postbit
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 show2020-01-18, 12:54 PM
(2020-01-18, 12:20 AM)Mastersly Wrote: [ -> ]when i add @eNvy`s codeThat 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.
postbit
and css<if $post['regdate']+(60*60*24*182) <= TIME_NOW then><div class="postbit-time-halfyear">Half year of service</div></if>
the page dont event show.postbit-time-halfyear { width: 140px; font-size: 11px; text-align: center; margin: 3px auto 0px auto; padding: 4px 0px; background: #181818; border-radius: 3px; }
2020-01-18, 04:14 PM
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
http://mybbhacks.zingaburga.com/showthread.php?tid=260
cause it doesnt work
i upload it inc/plugins but nothing show up
2020-01-18, 08:21 PM
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.
http://mybbhacks.zingaburga.com/showthread.php?tid=464
If installed correctly you should be able to achieve the tutorial results.
2020-01-18, 09:29 PM
sorry but where should i put a txt file?
![[Image: new_bi10.jpg]](https://camo.mybb.com/13eb049ef60146069b0bd833d6651e21f6bee735/68747470733a2f2f6934312e73657276696d672e636f6d2f752f6634312f31382f31352f30312f35372f6e65775f626931302e6a7067)
i upload it inc/plugin
nothing change

i upload it inc/plugin
nothing change


2020-01-18, 09:37 PM
(2020-01-18, 09:29 PM)Mastersly Wrote: [ -> ]sorry but where should i put a txt file?You're uploading the .7z file. That's an archive.
i upload it inc/plugin
nothing change![]()
You need to extract the plugin's files from it, and put those in the inc/plugins folder.
Pages: 1 2