Free Forum Hosting

Home | Create a Free Forum | Free Forum Support | Premium Services | Free Portal | Proxy Surfing


Go Back   Free Forum Hosting > PHPBB - Free Forum Hosting > phpBB Support Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

phpBB Support Forum Ask phpBB support questions here. Free forum will answer your questions in a timely manner.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-28-2011, 12:27 PM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
Site description

Hi,

Suddently my site description is duplicated and with big size font. Can you fix it? Thank's
Reply With Quote
  #2 (permalink)  
Old 10-28-2011, 01:01 PM
tanduy2506's Avatar
tanduy2506 tanduy2506 is offline
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,042
Quote:
Originally Posted by Canito View Post
Hi,

Suddently my site description is duplicated and with big size font. Can you fix it? Thank's
Oh,

What's your forum name?
I think you should go to ACP > STYLES > STYLE COMPONENTS > Themes, choose your template and edit it.
You can the font-size: ?px like you want
__________________
Best regards,
The ForumMate.com Support Team.
----------------------------------------------------------------------------------------------------
Free phpBB3 Forum http://www.forummate.com
Free PHP-Nuke Hosting http://www.freephpnuke.org
, http://www.greatnuke.com
----------------------------------------------------------------------------------------------------
Thanks you for choosing our service

Reply With Quote
  #3 (permalink)  
Old 10-28-2011, 01:37 PM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
this is my forum:

Free Forum Hosting

It duplicates everything i write
Reply With Quote
  #4 (permalink)  
Old 10-28-2011, 02:28 PM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
Please check it.
It appear duplicate text at the top.
Whatever i write it duplicates with big font size.
I did nothing it just turned that way.
Thank's
Reply With Quote
  #5 (permalink)  
Old 10-28-2011, 02:40 PM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
I can see that the duplication came from where should be the "Name of the site" field that is substituted by the description field wich results in 2 descriptions. I can do nothing about it in the edition panel
Reply With Quote
  #6 (permalink)  
Old 10-28-2011, 04:24 PM
Paul Paul is offline
Super Moderator
 
Forum: http://forumstyles.forummate.com/
Join Date: Nov 2010
Location: uk
Posts: 519
Hi Mate
I'm sure you have not but...
You haven't put the same text in both the Site name and site description have you ?


Have you tried deleting both the site name and description completely then pressing submit
and seeing if anything shows up on the index page .....then go back to ACP and start again.
__________________
Get more members to your forum by adding it to the forum directory @
http://forumdirectory.freeforum.ca/
Reply With Quote
  #7 (permalink)  
Old 10-28-2011, 10:31 PM
tanduy2506's Avatar
tanduy2506 tanduy2506 is offline
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,042
Paul is quite right,

You should go to ACP > GENERAL > Board settings and set the "Site description" is blank.

You're using the template AeroBlue, right?
If you want to keep your Site desciption, you can do like that:
  • ACP > STYLES > STYLE COMPONENTS > Themes: Edit your template.
  • Find
    HTML Code:
    .headw {    color: #FFFFFF;    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;    font-size: 2em;    font-weight: bold;    margin: 1px;    text-decoration: none;}
    Set the font-size: 9px;
  • Find
    HTML Code:
    .genmedw {    color: #FFFFFF;    font-size: 1em;    margin: 1px;}
    Set display: none;
    HTML Code:
     .genmedw {    color: #FFFFFF;    font-size: 1em;     display: none;    margin: 1px;}
    That's mean it will be hidden.</div></div>
I hope it helps
__________________
Best regards,
The ForumMate.com Support Team.
----------------------------------------------------------------------------------------------------
Free phpBB3 Forum http://www.forummate.com
Free PHP-Nuke Hosting http://www.freephpnuke.org
, http://www.greatnuke.com
----------------------------------------------------------------------------------------------------
Thanks you for choosing our service

Reply With Quote
  #8 (permalink)  
Old 10-30-2011, 07:01 AM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
Quote:
Originally Posted by Paul View Post
Hi Mate
I'm sure you have not but...
You haven't put the same text in both the Site name and site description have you ?


Have you tried deleting both the site name and description completely then pressing submit
and seeing if anything shows up on the index page .....then go back to ACP and start again.
I have not, and i've tried that already, didn't work.
Reply With Quote
  #9 (permalink)  
Old 10-30-2011, 07:09 AM
Canito Canito is offline
Junior Member
 
Join Date: Jul 2009
Posts: 11
Quote:
Originally Posted by tanduy2506 View Post
Paul is quite right,

You should go to ACP > GENERAL > Board settings and set the "Site description" is blank.

You're using the template AeroBlue, right?
If you want to keep your Site desciption, you can do like that:
  • ACP > STYLES > STYLE COMPONENTS > Themes: Edit your template.
  • Find
    HTML Code:
    .headw {    color: #FFFFFF;    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;    font-size: 2em;    font-weight: bold;    margin: 1px;    text-decoration: none;}
    Set the font-size: 9px;
  • Find
    HTML Code:
    .genmedw {    color: #FFFFFF;    font-size: 1em;    margin: 1px;}
    Set display: none;
    HTML Code:
     .genmedw {    color: #FFFFFF;    font-size: 1em;     display: none;    margin: 1px;}
    That's mean it will be hidden.</div></div>
I hope it helps
I tried to hide. Didn't work, it remains visible.
I don't know what to do because this error wasn't created by me. i did nothing at all and it just appeared.
Something is duplicating that description.The problem is where should appear the site title, it substitute by site description, so, duplicate the description. Whatever i write in site title, doesn't appear anymore. if no one can help i will have to delete my forum description I did it already.

Last edited by Canito : 10-30-2011 at 07:14 AM.
Reply With Quote
  #10 (permalink)  
Old 10-30-2011, 07:29 AM
tanduy2506's Avatar
tanduy2506 tanduy2506 is offline
Administrator
 
Forum: music.phpbbstar.com
Join Date: Jun 2010
Posts: 2,042
Quote:
Originally Posted by Canito View Post
I tried to hide. Didn't work, it remains visible.
I don't know what to do because this error wasn't created by me. i did nothing at all and it just appeared.
Something is duplicating that description.The problem is where should appear the site title, it substitute by site description, so, duplicate the description. Whatever i write in site title, doesn't appear anymore. if no one can help i will have to delete my forum description I did it already.
Hi,
What do you want?
I see you delete forum description.

You still haven't edit your style ACP > TEMPLATES > Componentes do Estilo > Temas => AeroBlueX
I just test it.
Let me see the other styles.
__________________
Best regards,
The ForumMate.com Support Team.
----------------------------------------------------------------------------------------------------
Free phpBB3 Forum http://www.forummate.com
Free PHP-Nuke Hosting http://www.freephpnuke.org
, http://www.greatnuke.com
----------------------------------------------------------------------------------------------------
Thanks you for choosing our service


Last edited by tanduy2506 : 10-30-2011 at 07:35 AM.
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 11:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.


Medical Schools | Proxy Surf | Phpbb Forum Hosting Script | Vietnamese Business Directory