Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 13 Years, 5 Months ago Is this a bug or just a limitation?
#1
Solved: 13 Years, 5 Months ago
Every time a try to insert a <br/> after the image code in the postbit_groupimage template, the postbit looks like if there was 2 or 3 <br/> instead of just one.

Original:
<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />

New:
<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" /><br/>

Can someone else confirm this please?
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
#2
Solved: 13 Years, 5 Months ago
I just tried this and it works just as expected. What's your forum URL?
#3
Solved: 13 Years, 5 Months ago
Here:
http://pokecosmo.com.ar/foros/tema-convo...pid=3#pid3

Just behind this image: [Image: admin.png]

There is suppose to be just a <br/>, but if you check the source code there are two of them, this has always happen to me:

<img src="images/groupimages/admin.png" alt="Administradores" title="Administradores" /><br/><br />
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
#4
Solved: 13 Years, 5 Months ago
Check your postbit_classic template. There should be an extra <br /> after {$post['groupimage']}.
#5
Solved: 13 Years, 5 Months ago
After {$post['groupimage']} there is {$post['user_details']} and there is not a <br/> at the beginning of the postbit_author_user template.

Also, deleting the <br/> in the postbit_gourimage template left a <br/> in the source code that is not possible to remove from any template.
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
#6
Solved: 13 Years, 5 Months ago
Do you have a ranks plugin? Check the templates for that (in global templates) thats probably where the extra <br /> is.
#7
Solved: 13 Years, 5 Months ago
Deleting {$post['groupimage']} from postbit_classic removes the <br/>.

And what do you mean by ranks plugin? If you mean this:
http://mods.mybb.com/view/show-additional-group-images

Then no, I do not use that plugin (but maybe I used it before, when building the forum).
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
#8
Solved: 13 Years, 5 Months ago
bump~

If you need a test account just tell me Toungue
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
#9
Solved: 13 Years, 5 Months ago
This is in your source code:
<img src="images/groupimages/admin.png" alt="Administradores" title="Administradores" /><br/>
<br />
So check the postbit_author_user template and any other postbit template that is being displayed there for the extra tag.( postbit_avatar, postbit_groupimage, postbit_classic)
#10
Solved: 13 Years, 5 Months ago
If you are using the classic postbit style, MyBB "treat" it a bit different.
functions_post.php:
if($mybb->settings['postlayout'] == "classic")
{
	$post['groupimage'] .= "<br />";
}
XThreads App For MyBB: Link Directory, YouTube Gallery & etc - Full List
My Demo Site
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)