Cant edit 3 files!

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Cant edit 3 files!

Post by confused! »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.ditendatjes.nl

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
http://www.ditendatjes.nl
phpBB versie: 3.0.4

Im usingbo2Soft template http://www.ditendatjes.nl
I want 2 install: board3portal_1_0_2
I cant edit this 3 files:
Open: styles/prosilver/theme/stylesheet.css
Open: styles/prosilver/template/overall_header.html
Open: styles/prosilver/template/overall_header.html

But im using the files of my template bo2Soft

I upload the 3 files on my own server, maybe someone can edit them 4 me!
3 files: http://www.ditendatjes.nl/bo2Soft.rar

Open: styles/prosilver/theme/stylesheet.css
Find:

Code: Select all

@import url("colours.css");
Add After:

Code: Select all

@import url("portal.css");
Open: styles/prosilver/template/overall_footer.html
Find:

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In-line Find

Code: Select all

<li class="icon-home">
In-line Add after

Code: Select all

<a href="{U_PORTAL}">{L_PORTAL}</a> &#187;
Open: styles/prosilver/template/overall_header.html
Find:

Code: Select all

<div class="navbar">
Add Before:

Code: Select all

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
Find:

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>
Inline Find:

Code: Select all

<li class="icon-home">
Inline Add After:

Code: Select all

<a href="{U_PORTAL}">{L_PORTAL}</a> &#187;
Find:

Code: Select all

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
Add After:

Code: Select all

<!-- ENDIF -->
[/i]
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Cant edit 3 files!

Post by Kevin »

It seems that this style is based on subsilver2. Try the instructions from subsilver2.xml
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Re: Cant edit 3 files!

Post by confused! »

subsilver2.xml isnt working, in the files nothing i can edit on this 3 files!

Can you help me? can you change the files :oops:

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Re: Cant edit 3 files!

Post by confused! »

Can someone help me?
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Cant edit 3 files!

Post by thomas.d »

Hi,

now I'm confused ...

Why can't you edit the files?

I mean, installing a mod always needs file editing ...
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Re: Cant edit 3 files!

Post by confused! »

I edit all the files, but those 3 files i cant edit them.

The info isnt in the files what i have 2 change, so i cant edit the files!
Hope someone can help me out!

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Re: Cant edit 3 files!

Post by confused! »

Please someone :cry:
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Cant edit 3 files!

Post by thomas.d »

confused! wrote:subsilver2.xml isnt working, in the files nothing i can edit on this 3 files!
Your style really seems to base upon ss2!
subsilver2.xml wrote: Files to Edit
styles/subsilver2/template/breadcrumbs.html,
styles/subsilver2/template/overall_header.html
Have you tried this?
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
confused!
Active Member
Posts: 8
Joined: 13. June 2008 13:10

Re: Cant edit 3 files!

Post by confused! »

Breadcrumbs
Yes i edit the file now.

overall_header.html
I cant edit this one, can you try 2 edit the file?
This is the code of my overall_header.html

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<!--[if lt IE 7]>
<script defer type="text/javascript" src="{T_THEME_PATH}/pngfix.js"></script>
<![endif]-->
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->

function popup(url, width, height, name)
{
	if (!name)
	{
		name = '_popup';
	}

	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
	return false;
}

function jumpto()
{
	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
	var perpage = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';

	if (page !== null && !isNaN(page) && page > 0)
	{
		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
	}
}

/**
* Find a member
*/
function find_username(url)
{
	popup(url, 760, 570, '_usersearch');
	return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
	var parent = document.getElementById(id);
	if (!parent)
	{
		eval('parent = document.' + id);
	}

	if (!parent)
	{
		return;
	}

	var rb = parent.getElementsByTagName('input');
	
	for (var r = 0; r < rb.length; r++)
	{
		if (rb[r].name.substr(0, name.length) == name)
		{
			rb[r].checked = state;
		}
	}
}

<!-- IF ._file -->

	/**
	* Play quicktime file by determining it's width/height
	* from the displayed rectangle area
	*
	* Only defined if there is a file block present.
	*/
	function play_qt_file(obj)
	{
		var rectangle = obj.GetRectangle();

		if (rectangle)
		{
			rectangle = rectangle.split(',')
			var x1 = parseInt(rectangle[0]);
			var x2 = parseInt(rectangle[2]);
			var y1 = parseInt(rectangle[1]);
			var y2 = parseInt(rectangle[3]);

			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
		}
		else
		{
			var width = 200;
			var height = 0;
		}

		obj.width = width;
		obj.height = height + 16;

		obj.SetControllerVisible(true);

		obj.Play();
	}
<!-- ENDIF -->

// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">

<a name="top"></a>

<div id="wrapheader">
   <div class="header">
	<span class="header-left"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></span>
	<span class="header-right"></span>
   </div>
   <div id="main-right">
	<div id="main-left">
	 <div align="center">
      	<div id="menubar">
      	  <table cellspacing="0" cellpadding="0" width="100%">
        <tr>
         <td class="menusol" nowrap="nowrap">&nbsp;&nbsp;</td>
         <td align="left" width="50%" class="menuorta" nowrap="nowrap">
         	<div id="soll">
				<!-- IF not S_IS_BOT -->
					<!-- IF S_USER_LOGGED_IN -->
						<!-- IF S_DISPLAY_PM --><li><a href="{U_PRIVATEMSGS}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></span></a></li><!-- ENDIF -->
					<!-- ELSE --><li><a href="{U_REGISTER}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> {L_REGISTER}</span></a></li>
					<!-- ENDIF -->
				<!-- ENDIF -->
				<!-- IF not S_IS_BOT --><li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</span></a></li> <li><a href="http://www.ditendatjes.nl/msninvite/"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/msn_logo.gif" width="12" height="13" alt="*" />Msn Invite</span></a></li>
              <!-- ENDIF -->
				<!-- IF U_RESTORE_PERMISSIONS -->
				<li><a href="{U_RESTORE_PERMISSIONS}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" />{L_RESTORE_PERMISSIONS}</span></a></li>
				<!-- ENDIF -->
				</div>		 </td>
         <td align="right" width="50%" class="menuorta" nowrap="nowrap">
         	<div id="sagg">
				<li><a href="{U_ARCADE}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_arcade.gif" width="12" height="13" alt="*" /> {L_ARCADE}</span></a></li>  <li>
                <a href="{U_FAQ}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</span></a></li>
      <!-- IF S_DISPLAY_SEARCH --><li><a href="{U_SEARCH}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</span></a></li><!-- ENDIF -->
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</span></a></li><!-- ENDIF -->
					<!-- IF S_USER_LOGGED_IN --><li><a href="{U_PROFILE}"><span><img align="left" style="padding-right:2px" src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</span></a></li><!-- ENDIF -->
				<!-- ENDIF -->
				<!-- IF U_ACP --><!-- ENDIF -->		  </td>
	     <td align="right" class="menusag" nowrap="nowrap">&nbsp;&nbsp;</td>
	    </tr>
      </table>
</div>
<div id="maink-right">
		<div id="maink-left">
		 <div align="center" style="background:#FBFBFB">
	     <div id="datebar">
		 <table width="100%" cellspacing="0" cellpadding="0">
		  <tr>
			<td align="left" class="gensmall"><span style="color:green"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></span></td>
			<td class="gensmall" align="{S_CONTENT_FLOW_END}"><span style="color:green">{CURRENT_TIME}</span></td>
		 </tr>
		</table>
	</div>
</div>
			<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> <center><span style="color: red;"><b>{L_BOARD_DISABLED}</b></span></center><!-- ENDIF -->
<div id="wrapcentre">
	<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
		<!-- IF S_USER_LOGGED_IN -->
		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->

	<br style="clear: both;" />

	<!-- IF S_IN_ARCADE --> <!-- INCLUDE arcade/arcade_breadcrumbs.html --> <!-- ELSE --> <!-- INCLUDE breadcrumbs.html --> <!-- ENDIF -->

	<br />
Locked

Return to “board3 Portal 1.0.x - English Support”