Foren / Cotonti / Support / Forum Width

Forum width problem.

annihillator
#1 29. März 2011, 06:23

Hello once again! :)

 

I was just wondering if it was possible to change the width of my forums using any .tpl file and what should I be looking for to do it?

 

If you visit my site http://www.crazygaming.co.tv and click on the forums tab you will see that there is panels going down the left hand side.  I would prefer to have full width forums and maybe even relocate those left side panels to a different location.  Could anyone offer assistance on how I could do this?  I use the GamePortal theme.

 

Thanks in advance.

pieter
#2 29. März 2011, 08:57

The TPL's need to be changed. If you know HTML you can change them easily.

Change forums.xxx.tpl

Added 2 hours later:

BTW I can't access you website

... can we help you ...

Dieser Beitrag wurde von pieter (am 29. März 2011, 10:35, vor 13 Jahre) bearbeitet
annihillator
#3 29. März 2011, 18:56
#29200 pieter:

The TPL's need to be changed. If you know HTML you can change them easily.

Change forums.xxx.tpl

Added 2 hours later:

BTW I can't access you website

 

My host server was offline for a few hours but it is online now if you want to have a browse.

pieter
#4 29. März 2011, 19:22

In config.php you have put in url the ending slash, isn't it?

You need to delete it.

... can we help you ...
annihillator
#5 30. März 2011, 09:10

This is the file structure of GamePortal skin:

 

admin/

images/

img/

js/

plugins/

comments.tpl

footer.tpl

forums.editpost.tpl

forums.newtopic.tpl

forums.posts.tpl

forums.sections.tpl

forums.topics.tpl

gameportal.css

gameportal.en.lang.php

gameportal.nl.lang.php

gameportal.php

gameportal.README-HELP.txt

header.tpl

index.tpl

karma.tpl

list.group.tpl

list.tpl

message.tpl

page.add.tpl

page.edit.tpl

page.tpl

pfs.tpl

pfs.view.tpl

plugin.tpl

pm.list.tpl

pm.send.tpl

pm.tpl

polls.tpl

popup.tpl

ratings.tpl

users.auth.tpl

users.details.tpl

users.edit.tpl

users.profile.tpl

users.register.tpl

users.tpl

 

 

All I want to do is make the forum full width instead of having the forum fill only 75% of the screen due to the sidebar.  I cannot find anything in the .tpl files to help me achieve this goal.  There is no config.php.

pieter
#6 30. März 2011, 09:59

I know the structure of Gameportal. I've converted from Template to skin for Cotonti.

What I ment is that in /datas/config.php you have the URL part set with a ending slash, therefor your site gives some problems.

 

It is possible to do it in one block, but it is a lot of work. And I don't want to do the work for Genoa. In a couple of weeks Siena will be the standard.

Added 19 minutes later:

To give you a start.

You need to change forums.

 

forums.editpost.tpl
forums.newtopic.tpl
forums.posts.tpl
forums.sections.tpl
forums.topics.tpl

 

Delete the whole block "<div id="sidebar">" until " <!-- / Sidebar -->"

Change <div id="content"> to eg <div id="content2">

Copy all entries starting with content in gameportal.css And change content to content2
Where there is a picture mentioned, change picturename and resize the width to what you want eg. 900
If there is mentioned a width 657px change it to 900px. 

Upload the changed files and check what is not ok.
If problems, let me know. 

But for the moment I don't have the time to do it.
But you will learn a lot if you do it yourself.

 

... can we help you ...

Dieser Beitrag wurde von pieter (am 30. März 2011, 10:19, vor 13 Jahre) bearbeitet
annihillator
#7 30. März 2011, 19:21

i got an error, something to check line 474 of system/common.php.

 

I cloned the skin to be called gameportal_clone and changed my personal default skin to it and thats when i got the error.