[Solved] Quick Question

Support for the IM Portal Project

Moderator: Integra Moderator

[Solved] Quick Question

PostAuthor: Tw3nt » Mon Jan 22, 2007 3:53 am

Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hi,

My question is, is there a way to place the phpbb copyright info etc. at the absolute bottom of the im portal?

I tried finding a way about this but it is never on the exact bottom and it is slightly aligned on the right if I view the forum.

I hope this makes sense.
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

PostAuthor: IntegraMOD » Mon Jan 22, 2007 8:57 pm

Try editing overall_footer.tpl in your template/style directory
Last edited by IntegraMOD on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
IntegraMOD
Administrator
Administrator
 
Posts: 459
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 0.00
Bank: 100.00
Location: Seattle Wa

PostAuthor: Tw3nt » Thu Jan 25, 2007 8:24 pm

That was the first thing I tried editing, no matter what I do it always stays to the right of the portal.
Between center block and right block.
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

Re: Quick Question

PostAuthor: Teelk » Thu Jan 25, 2007 10:24 pm

Do you have a link to your site? That way I can look at the source code.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: Quick Question

PostAuthor: Teelk » Fri Jan 26, 2007 12:28 am

I can't seem to get it to align to the bottom either. But, I can center it, do the following...

Open templates/yourtemplate/overall_footer.tpl
FIND
Code: Select all
</table><div><span><br><br><We>Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group<br></span></div>

REPLACE WITH
Code: Select all
</table>


FIND - this is the last </table> tag in the file.
Code: Select all
</table>

AFTER ADD
Code: Select all
<div><span><br><br><We>Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group</span></div>
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: Quick Question

PostAuthor: Tw3nt » Fri Jan 26, 2007 12:53 am

This is what I have in my tpl, i think the code is different to the one you supplied.

Code: Select all
 <div><span><br>{ADMIN_LINK}<br><We>Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group<br>{TRANSLATION_INFO}</span></div>         </td>     </tr></table>  </body></html>  
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

Re: Quick Question

PostAuthor: Teelk » Fri Jan 26, 2007 1:04 am

Sorry, yes, I was using the source from your page so it'll be different.

Basically, just move the div below the last closing table tag and it should center for you.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: Tw3nt » Fri Jan 26, 2007 1:06 am

Hmm if you look at my site again it looks the same to me.
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

Re: Quick Question

PostAuthor: Teelk » Fri Jan 26, 2007 1:42 am

Sorry, should have been more specific. Do the following...

OPEN templates/yourtemplate/overall_footer.tpl
FIND AND DELETE
Code: Select all
<div><span><br>{ADMIN_LINK}<br> <We> Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group<br>{TRANSLATION_INFO}</span></div>  


FIND - the last closing table tag
Code: Select all
</table>


AFTER ADD
Code: Select all
<div><span><br>{ADMIN_LINK}<br> <We> Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group<br>{TRANSLATION_INFO}</span></div>  
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: Tw3nt » Fri Jan 26, 2007 3:42 am

Cool, this is exactly what I wanted - but now I got another problem, if I was to say add the cracker tracker footer code, it doesn't show up but the space is put there.
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

Re: Quick Question

PostAuthor: Teelk » Fri Jan 26, 2007 3:47 am

Hmmm... this change shouldn't give you those kinds of issues. What is the code you're trying to add to the footer?
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: Quick Question

PostAuthor: Tw3nt » Fri Jan 26, 2007 3:50 am

This part. I have never had these problems before so I don't really understand why it isn't working properly.

Code: Select all
##-----[ OPEN ]------------------------------------------#templates/subSilver/overall_footer.tpl  ##-----[ FIND ]------------------------------------------#<div><span><br>{ADMIN_LINK}<br>    ##-----[ AFTER, ADD ]------------------------------------------#<BEGIN>{L_STATUS_LOGIN}<br><br><END>{CRACKER_TRACKER_FOOTER}<br><br>
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00

Re: Quick Question

PostAuthor: Ma®©uS » Fri Jan 26, 2007 4:37 am

Possibly 1 of 2 things:

Either you're missing the CT code in includes/page_tail.php that shows it, or you've placed in inside a switch accidentally, so it won't recognise the { } stuff, only the breaks.

If neither, you need to paste your overall_footer.tpl to be checked by someone as Source code won't show somethings that might cause the blank space.
Last edited by Ma®©uS on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
..: Ma®©uS :..
[url=http][img=left]http://www.phobbia.net/mods/images/sigs/phobbia.gif[/img][/url]
User avatar
Ma®©uS
Members
Members
 
Posts: 33
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 27, 2006 11:14 pm
Cash on hand: 0.00

PostAuthor: Tw3nt » Fri Jan 26, 2007 4:53 am

Page_tail was the problem, must of uploaded the wrong one...ta for the help.
Last edited by Tw3nt on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Tw3nt
Newbie
Newbie
 
Posts: 8
Likes: 0 post
Liked in: 0 post
Joined: Mon Jan 22, 2007 3:47 am
Cash on hand: 0.00


Return to IM Portal Support Forum

Who is online

Registered users: Bing [Bot], Majestic-12 [Bot]