MyBB Community Forums
TableGenerator MyCode is breaking postbit - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: TableGenerator MyCode is breaking postbit (/thread-189344.html)

Pages: 1 2


TableGenerator MyCode is breaking postbit - Darkrad - 2016-02-25

I noticed when people use table code they get from TableGenerator MyCode wrongly, forum postbit is getting broken in their message. I am afraid people can use this to vandalise the forum. What should I do? Do you think is there a way to fix it? or I should be completely deleting the MyCode? 

I noticed there is something called YourCode which can change usergroup requirement for MyCodes, if its compatible with 1.8 me making table code only for Admins and Moderators can be useful?


RE: TableGenerator MyCode is breaking postbit - .m. - 2016-02-25

can't say about YourCode plugin's performance on MyBB 1.8.x
here is a simple suggestion => you can use HTML in Posts plugin for the trusted user groups & trusted users


RE: TableGenerator MyCode is breaking postbit - Darkrad - 2016-02-25

With that plugin if I say normal users can not use html, does it effect every mycode I use?

I am also using maximage and spoilers.


RE: TableGenerator MyCode is breaking postbit - .m. - 2016-02-25

^ with html in posts plugin only privileged users can post html. they can use regular html code for the table.

or you can test working of YourCode plugin on MyBB 1.8.x


RE: TableGenerator MyCode is breaking postbit - Darkrad - 2016-02-25

I tested Yourcode plugin in my beta forum and it removed all of MyCodes previously installed and changed certain things in forum such as URL codes. So I won't be using it.

People already using regular html code for the table, which is something like table. But when they screw it up postbit gets broken. It seems I will have to remove TableGenerator entirely... :/


RE: TableGenerator MyCode is breaking postbit - p00lz - 2016-03-27

Have you checked the postbit templates? sounds like something might be wrong with them. I use table generator on 2 of my forums and I know of 2 other forum admins using my mod for it and it works fine for them too


RE: TableGenerator MyCode is breaking postbit - Parsian™ - 2016-04-02

Hi
Try this my Code Tutorials

http://community.mybb.com/thread-169073.html


RE: TableGenerator MyCode is breaking postbit - martec - 2016-04-03

i not tested...
but simulate table with div not avoid issue?

http://stackoverflow.com/a/6663566


RE: TableGenerator MyCode is breaking postbit - Darkrad - 2016-04-03

(2016-03-27, 02:18 PM)p00lz Wrote: Have you checked the postbit templates? sounds like something might be wrong with them. I use table generator on 2 of my forums and I know of 2 other forum admins using my mod for it and it works fine for them too

What should I be checking in postbit templates?

(2016-04-02, 08:44 PM)Parsian™ Wrote: Hi
Try this my Code Tutorials

http://community.mybb.com/thread-169073.html

I tried same issue exists.

When I use [th] [td] [tr] codes seperately, entire post area gets broken. I 'can' create tables via tablegenerator and they work perfectly, but if someone writes [th]blabla[/th] randomly postbit gets broken.


RE: TableGenerator MyCode is breaking postbit - martec - 2016-04-04

(2016-04-03, 08:56 PM)Darkrad Wrote:
(2016-03-27, 02:18 PM)p00lz Wrote: Have you checked the postbit templates? sounds like something might be wrong with them. I use table generator on 2 of my forums and I know of 2 other forum admins using my mod for it and it works fine for them too

What should I be checking in postbit templates?

(2016-04-02, 08:44 PM)Parsian™ Wrote: Hi
Try this my Code Tutorials

http://community.mybb.com/thread-169073.html

I tried same issue exists.

When I use [th] [td] [tr] codes seperately, entire post area gets broken. I 'can' create tables via tablegenerator and they work perfectly, but if someone writes [th]blabla[/th] randomly postbit gets broken.

how i said above... if you simulate table with div the issue that you saying not will happen.