Hi, Firstly I would like to thank you for making such a wonderful Portal mod
What I was wondering, Could it be possible to have an image file of forum badge put on my Portal page
Either where the welcome message is now, Or inside the message block, Or even just below the message block.
When I had a phpBB2 forum running, I managed it myself with some code editing, But no matter how much I try, I cannot manage it with phpBB3 and your portal mod
I am using phpBB3 (latest version) with your latest Portal mod installed
the style I am using is the AeroBlue Style by John Olson.
The Image file I have for my badge is a gif file and its size is '364 X 274'
Any advise, Good or bad is welcome.
my forum url is http://www.fish-and-detect.co.uk/forums/portal.php
Best wishes
Jammy Johnny
My forum Badge image
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 4
- Joined: 23. February 2008 13:31
- Location: Scotland
- Contact:
Re: My forum Badge image
You could make a new block and use that instead of the Welcome-block (you can switch that off in ACP): viewtopic.php?f=9&t=310&start=0&st=0&sk=t&sd=a
Or wait for one of the next Portal-versions with the possibility of using BB-code in the Welcome-block.
Or wait for one of the next Portal-versions with the possibility of using BB-code in the Welcome-block.
-
Topic author - Active Member
- Posts: 4
- Joined: 23. February 2008 13:31
- Location: Scotland
- Contact:
Re: My forum Badge image
Thanks pado, But i managed it by editing the welcome_block.html with this code
Works fine
Code: Select all
<table class="tablebg" cellspacing="1" width="68%" align="center" >
<tr>
<th>{L_WELCOME}</th>
</tr>
<tr class="row1">
<center><img src="http://www.fish-and-detect.co.uk/forums/images/ForumBadge.gif"></center>
{PORTAL_WELCOME_INTRO}
</td>
</tr>
</table>
<br />
Re: My forum Badge image
Very nice in IE7 but in FF the "Welcome-bar" is not in the center
I'm not a HTML-expert, but perhaps you have to move the </center> after the "Intro"
I'm not a HTML-expert, but perhaps you have to move the </center> after the "Intro"
-
Topic author - Active Member
- Posts: 4
- Joined: 23. February 2008 13:31
- Location: Scotland
- Contact:
Re: My forum Badge image
Thanks for pointing that out Pado
It works now with This:
Thanks!
JammY
It works now with This:
Code: Select all
<center><table class="tablebg" cellspacing="1" width="68%"></center>
<tr>
<th>{L_WELCOME}</th>
</tr>
<tr class="row1">
<center><img src="http://www.fish-and-detect.co.uk/forums/images/ForumBadge.gif"></center>
{PORTAL_WELCOME_INTRO}
</td>
</tr>
</table>
<br />
JammY
Re: My forum Badge image
That's better indeed!
Very nice skin
Best wishes,
Paul
Very nice skin
Best wishes,
Paul