Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  

Recommended Posts

Hmm, you tried but i am not sure what you want though ;)

Sounds to me as if you wanted to find the Standard IPB Skin Boardwrapper:

ACP -> Skins & Templates -> Manage Skin Sets -> Board Wrapper

Share this post


Link to post

It should be something like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><% TITLE %></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<% GENERATOR %>
<% CSS %>
<% Javascript %>


</head>
<body>
<div id="ipbwrapper">
<% BOARD HEADER %>
<% NAVIGATION %>
<% BOARD %>
<% STATS %>
<% COPYRIGHT %>
</div>
</body>
</html>

Share this post


Link to post

If you don't want to create the skin set yourself, you can download one of the hunderds already existing (e.g. at www.invisionize.com oder take a look at Peter's signature at www.ibforen.de).

You have to upload the skin set file to archive_in and then you can istall it using the ACP.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×