Page 1 of 1

[img=center] bbcode does no work

PostPosted: Fri May 02, 2008 9:07 am
Author: richiebgood
I noticed that the [img=center:2oeae2do] code does not work on this board either.

Why is that?

its black / it should be under here /
[img=center]http://www.integramod.com/forum/images/logo/phpbb2_logo.png[/img]

here is what I entered. I can see it when I go to edit the post.
Code: Select all
[img=center]http://www.integramod.com/forum/images/logo/phpbb2_logo.png[/img]  


Take out the '=center' and it works grand
[flash=,:2oeae2do]http://www.integramod.com/forum/images/logo/phpbb2_logo.png[/flash:2oeae2do]



Any ideas?

[size=99px]http://www.integramod.com/forum/bug-pro ... t3093.html[/url]

Any temp fix, perhaps removing the center option?

Re: [img=center] bbcode does no work

PostPosted: Fri May 02, 2008 10:46 am
Author: chopper
I had a problem with the align code also. Here is a fix that worked on 2 forums I have
http://www.integramod.com/forum/align-i ... t4845.html

Re: [img=center] bbcode does no work

PostPosted: Sat May 03, 2008 5:54 pm
Author: XHIBIT
if that doesnt work try it like this

align=center/align

PostPosted: Thu May 08, 2008 3:21 am
Author: sanji
Unfortunately, so far, this bug is still here. What I do when I have a picture I want to center is the following :
- do not add any option for the align
- select the whole img tag, and add an align=center tag.

For example (with albumimg tag, but it is the same with img):

Code: Select all
 [align=center][albumimg]976[/albumimg][/align:2bpf0bqw]  

Re: [img=center] bbcode does no work

PostPosted: Mon May 12, 2008 6:20 am
Author: chopper
Did you try the fix I posted in my previous post?
The original code seems to have some code missing that specifies how to use the alignment.

PostPosted: Mon May 12, 2008 6:43 am
Author: sanji
Hi chopper, thanks for this fix : it is solving the problem for the [albumimg] tag, but still, [img=center] is not working...

sanji

Re: [img=center] bbcode does no work

PostPosted: Tue May 13, 2008 1:46 pm
Author: chopper
I put a new edited code in the above mentioned post. It's not very tidy as far as code goes, and the display in the window below the img icon that gives you hints how to use the code (the mouseover help) is incorrect. But it all seems to work.

Re: [img=center] bbcode does no work

PostPosted: Wed May 14, 2008 12:51 am
Author: Allen
I am having the same problem as sanji..

I have used your fix for albumimg and it worked but...