The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Backround and Homepage message problem

2 posters

Go down

Solved Backround and Homepage message problem

Post by sankkuq December 5th 2013, 12:01 pm

Backround and Homepage message problem Untitl10

How i can get that backround where im typing to invasible? i dont want that colored backround Very Happy and how i can change typing line in homepage message "marked blue" i tryed hit "Enter" many times to change it but  nothing hapens


Last edited by sankkuq on December 5th 2013, 1:30 pm; edited 1 time in total
avatar
sankkuq
Forumember

Posts : 27
Reputation : 1
Language : finnish

http://freetokill.forum.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by Ange Tuteur December 5th 2013, 12:05 pm

Hello sankkuq,

For your first question, please provide a link to your forum.

For your second question :
Administration panel > General > Messages and e-mails > Announcements edit Edit or add Add a new announcement.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by sankkuq December 5th 2013, 12:14 pm

SethC1995 wrote:Hello sankkuq,

For your first question, please provide a link to your forum.

For your second question :
Administration panel > General > Messages and e-mails > Announcements edit :edit:or add :add:a new announcement.
http://freetokill.foorumi.biz/ and nothing hapened when i added same text to  Announcements i cant even find that text anywhere from forum what did i added Very Happy
avatar
sankkuq
Forumember

Posts : 27
Reputation : 1
Language : finnish

http://freetokill.forum.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by sankkuq December 5th 2013, 12:19 pm

sankkuq wrote:
SethC1995 wrote:Hello sankkuq,

For your first question, please provide a link to your forum.

For your second question :
Administration panel > General > Messages and e-mails > Announcements edit :edit:or add :add:a new announcement.
http://freetokill.foorumi.biz/ and nothing hapened when i added same text to  Announcements i cant even find that text anywhere from forum what did i added Very Happy
Oh i understand now Very Happy got working that text now but now that backround color is problem becouse i want text just goes to site background and doesnt make own backround
avatar
sankkuq
Forumember

Posts : 27
Reputation : 1
Language : finnish

http://freetokill.forum.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by Ange Tuteur December 5th 2013, 1:04 pm

Please try not to double post, please see the rules.

To make the homepage message transparent do the following.
Administration Panel > Display > Templates > General > index_body

Find:
Code:
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td class="row1" rowspan="3" align="center" valign="middle">
 <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
 </td>
 </tr>
 <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
Replace with:
Code:
<!-- BEGIN message_admin_index -->
<table style="background:transparent;border:none;" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td style="background:transparent;" class="row1" rowspan="3" align="center" valign="middle">
 <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
 </td>
 </tr>
 <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
For the announcement background color add this to your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Code:
#fa_ticker_block td, #fa_ticker_block table { background:transparent; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by sankkuq December 5th 2013, 1:22 pm

SethC1995 wrote:Please try not to double post, please see the rules.

To make the homepage message transparent do the following.
Administration Panel > Display > Templates > General > index_body

Find:
Code:
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td class="row1" rowspan="3" align="center" valign="middle">
 <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
 </td>
 </tr>
 <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
Replace with:
Code:
<!-- BEGIN message_admin_index -->
<table style="background:transparent;border:none;" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td style="background:transparent;" class="row1" rowspan="3" align="center" valign="middle">
 <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
 </td>
 </tr>
 <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
For the announcement background color add this to your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Code:
#fa_ticker_block td, #fa_ticker_block table { background:transparent; }
Thanks you MS SethC1995
avatar
sankkuq
Forumember

Posts : 27
Reputation : 1
Language : finnish

http://freetokill.forum.com

Back to top Go down

Solved Re: Backround and Homepage message problem

Post by Ange Tuteur December 5th 2013, 1:31 pm

You're welcome I love you

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum