The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Member problems with HTML5

2 posters

Go down

Solved Member problems with HTML5

Post by carmenta February 7th 2021, 2:54 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera
Who the problem concerns : All members
Forum link : http://www.hogwarts-rpg.com

Description of problem

So ours is an RPG forum. We use some systems and some HTML codes of cool designs for these systems. Mostly, everything works fine but today we discovered some problem. As an admin, I can use whichever HTML5 (and CSS) code I want. But our normal members somehow can't use table, td and tr codes. This is the code btw;

Code:
<p><center><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>

<div style="width:500px; background-color:#A82525; padding:10px;">
<div style="width:500px; background-color:#000;"><div style="width:445px; height:10px; background-color:#000;"></div>
<div style=" width:445px; height:50px; background-color:#A82525;font-family:wire one; color:#fff; padding: 10px 0px; text-align: center; font-size: 55px; letter-spacing: 1px; line-height: 100%;midgetcode">GRYFFINDOR</div><div style="padding:3px;"></div>
<table><td>
<div style="width: 200px; height: 300px; padding:2px;">
[center]<img src="http://r30.imgfast.net/users/3015/14/09/32/avatars/gallery/57yqgz10.png"</img>[/center]
</div>
<div style="padding:3px;"></div>
<div style="width: 190px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size:25px; line-height:100%;padding:5px;text-align:center;">ad soyad </div>

<div style="padding:3px;"></div>
<div style="width: 190px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 25px; line-height:100%;padding:5px;text-align:center;">ırk</div>

<div style="padding:3px;"></div>
<div style="width: 190px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 25px; line-height:100%;padding:5px;text-align:center;">sınıf</div>

<div style="padding:3px;"></div>
<div style="width:190px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 25px; line-height:100%;padding:5px;text-align:center;">en sevdiğin ders</div>

<div style="padding:3px;"></div>
<div style="width: 190px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 25px; line-height:100%;padding:5px;text-align:center;">ünlü adı</div>

<td>
<div style="width: 235px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 20px; line-height:100%;padding:5px;text-align:center;">GENEL BILGILER</div>

<div style="width:240px; height: 160px; background-color:#A82525;font-family:calibri; color:#fff; font-size:11px; line-height:100%; overflow:auto; text-align:justify; padding:2px;">
Ad Soyad:
Doğum Tarihi:
Doğum Yeri:
Uyruk:
Kan Durumu:
Ana Dil:
Diğer Diller:
Burcu:
Asası:
Evcil Hayvanı:
Patronusu:
Böcürt:
Kelid Aynası:
Özel Yeteneği:
Quidditch Mevki:
</div>
<div style="padding:3px;"></div>
<div style="width: 235px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 20px; line-height:100%;padding:5px;text-align:center;">DERS PROGRAMI</div>
<div style="width:240px; height: 160px; background-color:#A82525;font-family:calibri; color:#fff; font-size:11px; line-height:100%; overflow:auto; text-align:justify; padding:2px;">

[center]Seçtiğiniz dersleri buraya yazabilirsiniz.[/center]
<P>

</div>
<div style="padding:3px;"></div>
<div style="width: 235px; height: 25px; background-color:#A82525; font-family:Georgia; color:#fff; font-size: 20px; line-height:100%;padding:5px;text-align:center;">KENDİN HAKKINDA</div>
<div style="width:240px; height: 160px; background-color:#A82525;font-family:calibri; color:#fff; font-size:11px; line-height:100%; overflow:auto; text-align:justify; padding:2px;">
[center]
Kendi gözünde kendi karakterinizi biraz anlatır mısın?[/center]
</div>
</td>
</td>
</td>
</td></table>
<div style="padding:3px;"></div></div>
</div></div></center>


It looks and works perfectly fine with me like I said. But when another member uses it, table codes magically disappear. I can edit their message and add them back but still, no matter what we try, members can't do so. Is there something wrong in the code or the forum itself I dunno but would appreciate any kind of help.

Thanks in advance!
carmenta
carmenta
Forumember

Posts : 46
Reputation : 3
Language : Turkish/English

http://www.hogwarts-rpg.com

Back to top Go down

Solved Re: Member problems with HTML5

Post by skouliki February 7th 2021, 2:59 pm

Hello

Is the html correctly enabled?

https://help.forumotion.com/t35636-enabling-html
skouliki
skouliki
Manager
Manager

Female Posts : 15399
Reputation : 1709
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Member problems with HTML5

Post by carmenta February 7th 2021, 3:03 pm

Oh wait. HTML is allowed but I just realised there's something called 'Allow unprotected HTML' What is unprotected HTML and if I allow it, would it break something?

Also, thanks for the quick reply ♥
carmenta
carmenta
Forumember

Posts : 46
Reputation : 3
Language : Turkish/English

http://www.hogwarts-rpg.com

skouliki likes this post

Back to top Go down

Solved Re: Member problems with HTML5

Post by skouliki February 7th 2021, 6:51 pm

skouliki
skouliki
Manager
Manager

Female Posts : 15399
Reputation : 1709
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Member problems with HTML5

Post by carmenta February 7th 2021, 7:08 pm

Alright, thank you! I'm marking this as solved. Smile
carmenta
carmenta
Forumember

Posts : 46
Reputation : 3
Language : Turkish/English

http://www.hogwarts-rpg.com

Back to top Go down

Solved Re: Member problems with HTML5

Post by skouliki February 7th 2021, 7:27 pm

You are welcome 

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15399
Reputation : 1709
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum