MyBB Community Forums

Full Version: Lock - Sell content in hide tags for newpoints [Error Solution 1.8.24]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Link
https://community.mybb.com/mods.php?acti...1&bid=1413

I edited the plugin that didn't work in 1.8 now it works fine


1 - Template of Your Theme - General Templates- Lock_wrapper change
<div class="hidden-content">
  <div class="hidden-content-title"><strong><div style="background:#8e6dc7; padding: 12px;color: white; "> {$params['title']}<i class="fas fa-unlock-alt"style="float:right;color: white;font-size:25px; "></i></div></strong></div>
  <div class="hidden-content-body">
<div style="background:#edf5f4; padding: 12px;"> <span style="text-shadow: 2px 2px #ff0000; color: red; text-shadow: 0px 0px 5px;"><strong>  {$return}</strong></span> 
</div>
  </div>
</div>


Attached files
Upload to ftp inc folder
Hi, thank you for your contribution.

I think you should remove the link http://www.mybbiran.com/upload/uploads/1323835401.gif.
(2020-10-17, 02:33 AM)Omar G. Wrote: [ -> ]Hi,  thank you for your contribution.

I think you should remove the link http://www.mybbiran.com/upload/uploads/1323835401.gif.

topic has been updated
I don't know if anyone is still maintaining this plugin, but I'm not sure how to get this plugin to work.  Where are you supposed to put this code?

(2020-10-16, 08:42 PM)Anka06 Wrote: [ -> ]
1 - Template of Your Theme - General Templates- Lock_wrapper change
<div class="hidden-content">
  <div class="hidden-content-title"><strong><div style="background:#8e6dc7; padding: 12px;color: white; "> {$params['title']}<i class="fas fa-unlock-alt"style="float:right;color: white;font-size:25px; "></i></div></strong></div>
  <div class="hidden-content-body">
<div style="background:#edf5f4; padding: 12px;"> <span style="text-shadow: 2px 2px #ff0000; color: red; text-shadow: 0px 0px 5px;"><strong>  {$return}</strong></span> 
</div>
  </div>
</div>