Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
A new profile mod
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
A new profile mod
PostPosted: 08/31/2007 7:58 AM Reply with quote
Citation
Karen
Citation
Posts 1253
Word Cnt. 68,166
BDay Nov 9
Sign Scorpio
Sex Sex:Female
Joined: Jan 06, 2006
Local time: 10:19 PM
greatbrE.gif
I'm adding - or I'd like to - this http://www.mpsmod.com/viewtopic.php?t=673

But I'm having trouble adding the code to my Diddle/overall_header

I've not got what I'm supposed to FIND

Code:
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<style type="text/css">
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  
  Edited for MPS css tool by jadestone

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

.avatar_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.contact_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.details_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.interests_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.forum_stats_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.weblog_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.blurbs_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.quiz_results_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.friends_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

.friends_comments_table {background-color : {MPS_BOX_BG_COLOR}; border: {MPS_BOX_BORFDER_SIZE}px {MPS_BOX_BORFDER_COLOR} {MPS_BOX_BORDER_STYLE}; }

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: {MPS_BODY_BGCOLOR};
   scrollbar-face-color: {MPS_SB_COLOR};
   scrollbar-highlight-color: {MPS_SB_HIGHLIGHT_COLOR};
   scrollbar-shadow-color: {MPS_SB_SHADOW_COLOR};
   scrollbar-3dlight-color: {MPS_SB_3D_LIGHT_COLOR};
   scrollbar-arrow-color:  {MPS_SB_ARROW_COLOR};
   scrollbar-track-color: {MPS_SB_TRACK_COLOR};
   scrollbar-darkshadow-color: {MPS_SB_DARK_SHADOW_COLOR};
}

/* General font families for common tags */
font,th,td,p { font-family: {MPS_FONTFACE1} }
a:link,a:active,a:visited { color : {MPS_LINK_COLOR}; }
a:hover      { text-decoration: underline; color : {MPS_HLINK_COLOR}; }
hr   { height: 0px; border: solid {MPS_HR_COLOR} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline   {
  background-image:url({MPS_BODY_BACKGROUND});
  background-position: {MPS_BG_ATTACH_POSITION};
  max-width: 100%;
  background-repeat: {MPS_BG_REPEAT};
  background-attachment: {MPS_BG_ATTACH};
  background-color: {MPS_FORUMLINE_BG_COLOR}; border: {MPS_BODY_OUTLINE_BORDER_SIZE}px {MPS_BODY_OUTLINE_BORDER_COLOR} {MPS_BODY_OUTLINE_BORDER_STYLE}; }

/* This is the outline round the main forum tables */
.forumline   { background-color: {MPS_FROUMLINE_BG_COLOR}; border: {MPS_FORUMLINE_BORFDER_SIZE}px {MPS_FORUMLINE_BORFDER_COLOR} {MPS_FORUMLINE_BORDER_STYLE}; }

/* Main table cell colours and backgrounds */
td.row1   { background-color: transparent; }
td.row2   { background-color: transparent; }
td.row3   { background-color: transparent; }


/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {MPS_CUSTOM_PAGE_TITLE_BG_COLOR}; font-size: {MPS_CUSTOM_PAGE_TITLE_FONT_SIZE}px; color : {MPS_CUSTOM_PAGE_TITLE_FONT_COLOR}; font-weight : bold;
   background-color: {MPS_CUSTOM_PAGE_TITLE_BG_COLOR}; height: 25px;
   background-image: url(templates/subSilver/images/{MPS_CUSTOM_PAGE_TITLE_BG_IMAGE});
}


/* Table Cells - The title area of a table */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-color:{MPS_BOX_TITLE_BG_COLOR};
         background-image: url(templates/subSilver/images/{MPS_BOX_TITLE_BG_IMAGE});
         border: {MPS_BOX_TITLE_BORDER_COLOR};
         border-style: {MPS_BOX_TITLE_BORDER_STYLE}; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCo rnerL,th.thCornerR {
   font-weight: bold; border: {MPS_BODY_BGCOLOR}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-color: {MPS_BOX_TITLE_BG_COLOR}; border: {MPS_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {MPS_FONTSIZE3}px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop    { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{MPS_FONTFACE2}",{MPS_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {MPS_TITLE_TEXT_COLOR};
}

/* General text */
.gen { font-size : {MPS_TITLE_FONT_SIZE}px; color : {MPS_TITLE_TEXT_COLOR}; }
.genmed { font-size : {MPS_TEXT_FONT_SIZE}px; color : {MPS_TEXT_COLOR}; }
.gensmall { font-size : {MPS_SMALL_TEXT_FONT_SIZE}px; color : {MPS_SMALL_TEXT_COLOR}; }
a.gen,a.genmed,a.gensmall { color: {MPS_LINK_COLOR}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {MPS_HLINK_COLOR}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : {MPS_TEXT_FONT_SIZE}px; color : {MPS_TEXT_COLOR} }
a.mainmenu      { text-decoration: none; color : {MPS_LINK_COLOR};  }
a.mainmenu:hover{ text-decoration: underline; color : {MPS_HLINK_COLOR}; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: {MPS_TITLE_FONT_SIZE}px; color : {MPS_LINK_COLOR}; }
a.forumlink    { text-decoration: none; color : {MPS_LINK_COLOR}; }
a.forumlink:hover{ text-decoration: underline; color : {MPS_HLINK_COLOR}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: {MPS_TEXT_FONT_SIZE}px; color : {MPS_TEXT_COLOR};}
a.nav         { text-decoration: none; color : {MPS_LINK_COLOR}; }
a.nav:hover      { text-decoration: underline; color : {MPS_HLINK_COLOR}}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : {MPS_FONTSIZE2}px; color : {MPS_BODY_TEXT};}

/* Copyright and bottom info */
.copyright      { font-size: {MPS_SMALL_TEXT_FONT_SIZE}px; font-family: Verdana, Arial, Helvetica, sans-serif; color: {MPS_TEXT_COLOR}; letter-spacing: -1px;}
a.copyright      { color: {MPS_LINK_COLOR}; text-decoration: none;}
a.copyright:hover { color: {MPS_HLINK_COLOR}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color : {MPS_TEXT_COLOR};
   font: normal {MPS_TEXT_FONT_SIZE}px {MPS_FONTFACE1};
   background-color: {MPS_PAGE_BGCOLOR};
   border-color : {MPS_TEXT_COLOR};
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {MPS_BODY_BGCOLOR}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->

<!-- BEGIN switch_mps_no_css -->

#
#-----[ FIND ]------------------------------------------
#
</style>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<!-- END switch_mps_no_css -->


I added the first bit by adding it in roughly the same spot but I have no idea where to add the closing switch.
This is on www.babydreamz.net/PRACTICEBOARD
flower

Edited to add - I found someone having the same problems http://www.mpsmod.com/viewtopic.php?t=639 so if I leave out that code it won't have my template? Is that what the admin is saying?
Will give it a go and see what happens  sunny
Back to Top
View user's profile Find all posts by Karen Send private message   Visit poster's website Phoogle Map
Re: A new profile mod
PostPosted: 08/31/2007 9:06 AM Reply with quote
Citation
Karen
Citation
Posts 1253
Word Cnt. 68,166
BDay Nov 9
Sign Scorpio
Sex Sex:Female
Joined: Jan 06, 2006
Local time: 10:19 PM
greatbrE.gif
Ooh its added ok  headbang   Shocked   The template isn't quite right on there but its not far wrong  Dancing
Back to Top
View user's profile Find all posts by Karen Send private message   Visit poster's website Phoogle Map
Re: A new profile mod
PostPosted: 08/31/2007 4:16 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:19 PM
Location: St Pete, FL
peace.gif
Great!!!  So what does this look like?  Can you provide a link to the page that was modified???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: A new profile mod
PostPosted: 08/31/2007 4:28 PM Reply with quote
Citation
Karen
Citation
Posts 1253
Word Cnt. 68,166
BDay Nov 9
Sign Scorpio
Sex Sex:Female
Joined: Jan 06, 2006
Local time: 10:19 PM
greatbrE.gif
its installed on www.babydreamz.net/PRACTICEBOARD
If you click on my profile you will see how it looks (filled out basically) and if you click on yours you get a whole lot of questions to anwer  headbang  Dancing
Back to Top
View user's profile Find all posts by Karen Send private message   Visit poster's website Phoogle Map
Re: A new profile mod
PostPosted: 08/31/2007 5:48 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:19 PM
Location: St Pete, FL
peace.gif
Yep, that adds a lot of new information.  That looks great...

On your practice board portal page, you might want to change the link for the forum so that when you click on Forum, it stays on the Practice Board.  Right now, it takes you to the Live forum.  At first I wasn't paying attention to where it went, so couldn't find what you had added to your Practice Board...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: A new profile mod
PostPosted: 08/31/2007 5:52 PM Reply with quote
Citation
Karen
Citation
Posts 1253
Word Cnt. 68,166
BDay Nov 9
Sign Scorpio
Sex Sex:Female
Joined: Jan 06, 2006
Local time: 10:19 PM
greatbrE.gif
oh yep I'll do that, I forgot about that  1
Back to Top
View user's profile Find all posts by Karen Send private message   Visit poster's website Phoogle Map
Re: A new profile mod
PostPosted: 09/01/2007 12:34 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:19 PM
Location: St Pete, FL
peace.gif
k, sounds good.  That may prevent some confusion again in the future...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0692s (PHP: 85% - SQL: 15%) - SQL queries: 49 - GZIP disabled - Debug on