http://www.icyphoenix.com/viewtopic.php?f=36&t=5370
-----------------------------------
antiqueclassicautos
Sun 01 Feb, 2009 21:52

Forum Size
-----------------------------------
I am the owner of antiqueclassicautos.com and I am trying to implement the discussion board with icy phoenix because I like the fact the gallery was intergrated. However I am having trouble understanding and finding a resolution to my problem, The front index page is nicely centered but when you go to a forum or any other page the forum seems too large to fit on the computer screen, I am using 1024 resolution for my monitor and figure most users will use this also, if users of the forum do not see all of the site without scrolling from side to side, how do I solve this ? P.S. Looking for volunteers and volunteer programmers for the site.
Dan


-----------------------------------
novice programmer
Sun 01 Feb, 2009 22:33

Re: Forum Size
-----------------------------------
Try to use percentual width lengths, not decimal numbers of pixels. ;)


-----------------------------------
Limun
Sun 01 Feb, 2009 22:37

Re: Forum Size
-----------------------------------
try to disable recent topics on index (in ACP )

 [img]http://www.icyphoenix.com/files/images/3336/1_2.png[/img] 

disable it here 

 [img]http://www.icyphoenix.com/files/images/3336/1_2a.png[/img] 

let me know  :wink:  if helped


-----------------------------------
Lopalong
Sun 01 Feb, 2009 22:51

Re: Forum Size
-----------------------------------
Hi,

What you should only need to do is:

OPEN:

/templates/mg_themes/index_body.tpl

FIND:

[code linenumbers=false]			<b>{L_RECENT_TOPICS}:</b>
			<marquee id="recent_topics" behavior="scroll" direction="left" height="10" width="900px" scrolldelay="100" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">|[/code]


CHANGE 900px to 85%

;)


-----------------------------------
antiqueclassicautos
Mon 02 Feb, 2009 18:17

Re: Forum Size Thank You
-----------------------------------
[quote user="Limun" post="36155"]try to disable recent topics on index (in ACP )

 [img]http://www.icyphoenix.com/files/images/3336/1_2.png[/img] 

disable it here 

 [img]http://www.icyphoenix.com/files/images/3336/1_2a.png[/img] 

let me know  :wink:  if helped[/quote]


Thank You this method worked ! Nice and simple !


