To get access to the attachments Subscribe now

Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide until reply [UPDATED TO 1.1!]
#11
for the fix
look for mybb_posts
(if you are using a different table prefix)

and replace it with this code
Quote:".TABLE_PREFIX."posts

thats the only code allowed to modified by our admin! enjoy..
@Lennart, delete this post or add this message on your update thread to fix this..

thank you! Smile
Reply
#12
This plugin should allready use the Table prefix Smile
Forum Admin
Reply
#13
i try it and read the file, its still mybb_posts.. Sad

Quote: $query = $db->query("SELECT pid FROM mybb_posts WHERE tid = '$tid' AND uid = '$userid'");

it should be this, right? correct me if im wrong..

Quote: $query = $db->query("SELECT pid FROM ".TABLE_PREFIX."posts WHERE tid = '$tid' AND uid = '$userid'");

thanks
Reply
#14
Strange, my file offline looked exactly this way but the online version wasn't updated...

Is fixed now, thank you!
Forum Admin
Reply
#15
good!!
Reply
#16
It's a very good plugins.
Great job and thanks for this
Does the BBCodes are allowed in the message that appears?
Reply
#17
You are welcome neowarf, thanks for subscribing Smile

BB-Codes are not affected by this plugin, you can of course keep using them.

Best regards
Lennart Sauter
Forum Admin
Reply
#18
Thanks Lennart, it's a very good plugin.
Reply
#19
I have a little problem with this plug.
Since the update to 1.4.9, the plugin does not work.
Reply
#20
a question, if i make a quick replay, the hidden content will be see? Or i need to refresh the hole page, to see it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)