Black Pearl

Impressum - Black Pearl

Re: Impressum

by Joshua203 » Mon Apr 08, 2013 11:12 pm

ehnoah wrote:should be in stlyesheet.css or

I don't know the portal maybe you can set in acp?
There are additonal errors in the portal too btw
<br> does not exist, <style ...... should not be there in the html, center tags wrong

I trust you did the upload ok, the blocks look repaired ;)

Joshua203 wrote:Did you check the mod's edits, have you done all?
Where is this mod? Have you asked them for assistance??
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by Joshua203 » Mon Apr 08, 2013 11:22 pm

For the portal width please first try not showing the post with the image :idea:
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Mon Apr 08, 2013 11:26 pm

Yes I done all mod edits (https://www.phpbb.de/community/viewtopi ... 8&t=170952)
And no them I not asked for help, because I thinked it maybe passed directly. It has automatic created a impressum_body.html file in subsilver2 and prosilver (I used subsilver2, because style is based on subsilver2)

I can only change widh of the blocks left/right not the hole page.

What I think (if I allowed to think) is that it have to be in Stylesheet? (I read some about wrapper) but changing it not working / fix anythink. Wrapper is set to 960px

Where you found the <style error? In portal_body.html is this error not present.

I going for a sleep now, but I will check back tomorrow.

And again: I realy thank you for this great help!
Last edited by ehnoah on Mon Apr 08, 2013 11:29 pm
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Mon Apr 08, 2013 11:29 pm

yes you are allowed...please do :D

If you test the previous post we might find out the thumbs are set too wide for portal view :idea:
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by Joshua203 » Mon Apr 08, 2013 11:58 pm

Code: Select all

<!-- $Id: portal_body.html,v 1.1 2008/02/09 08:18:18 angelside Exp $ //-->
<style type="text/css">
<!--
.gensmall {
   margin: 1px 1px;
   font-size: 10px;
}
 
small, .small {
   font-size:10px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
}
 
/* Container for sub-navigation list */
#navigation {
   padding-top: 0px;
   font-size: 1.1em;
}
 
/* Link styles for the sub-section links */
#navigation a {
   color: #105289;
   font-weight: normal;
   padding: 1px;
   display:block;
}
 
#navigation a:hover {
   color: #d31141;
}
//-->
</style>

You should really add that to the stylesheet, if not allready there and remove it from the html file it is in.
Just use the stylesheet formatted parts
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Tue Apr 09, 2013 12:46 am

Done! Ok see you tomorrow :P

EDIT:

I maked now some changed, I think it looks pretty well now. Nor the Impressum is missing :)
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Tue Apr 09, 2013 1:56 am

Setting the widht to 1200 px isn't very smart either, not everyone uses a screen of that width.
You can use px or % ;)
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Tue Apr 09, 2013 10:08 am

I think only Impressum missing now :P
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Tue Apr 09, 2013 12:39 pm

Personally if I would use a fixed width banner I would use the fixed default width, but I'm not you :lol:

Code: Select all

<td height="150" align="center" valign="middle"><a href="http://www.blackdesert-online.de/portal.php"></a><img width="100%" height="100%" src="http://www.blackdesert-online.de/styles/black_pearl/imageset/desert.jpg" alt="Logo"</td>

Should be something like:

Code: Select all

<td height="150" align="center" valign="middle"><a href="http://www.blackdesert-online.de/portal.php"></a><img width="100%" height="100%" src="http://www.blackdesert-online.de/styles/black_pearl/imageset/desert.jpg" alt="Logo" /></td>
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Tue Apr 09, 2013 7:25 pm

Thanks :) Changed it.
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Tue Apr 09, 2013 10:58 pm

Portal still not ok.. could be because of top pic size, post pic size and you making up rules as you go. :D

You still have the other portal errors too :!: :shock:

Impressum body ..remove the top blank line ;) (if this was the source of the problem.. you should tell the mod author, if not.. ask them to take a look.

Final tip.. learn how to MOD manually and stop using automod.
And also.. if you add a broken mod.. repair or remove before you move on to the next (broken) mod.
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Wed Apr 10, 2013 11:43 am

What for errors? :D My Pic is 1000px and 150px in Original Size.

How you find all this errors? You looking Source Code?

Dunno which Mod was broken, all mods working fine for me, so sorry if I used Automod for a few times (mostly I edit like the Meta Tag Mod)
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Fri Apr 12, 2013 11:33 am

Please try to read back in the thread.. all the answers are there ( maybe even for imressum and BOM).
Don't add your own idea (setting image width to 100%... I never said that :? and it breaks the portal page!)
Use 942px width for both image-width and setting overall-width...nothing more! (so it matches eachother).

ehnoah wrote:How you find all this errors? You looking Source Code?

Yes my cristal ball is broken :lol:

Broken MOD: otf gallery
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203

Re: Impressum

by ehnoah » Fri Apr 12, 2013 3:30 pm

Ok I changed not now. OTF Still broken (can't see any error)?

Portal uses: Include Overall-Header but why Portal scale more then the Board? (Image on Board now working fine)

Thanks to you! :)


PS: Where you think is BOM exactly? Because I not find any BOM
ehnoah
Registered User
Posts: 26
Joined: Fri Sep 07, 2012 4:08 pm

Re: Impressum

by Joshua203 » Fri Apr 12, 2013 4:10 pm

OTF looks repaired now.

Overall width should be 960 ...sorry (img should be 942)

Portal still mallformed because of thumbnail width limit in posts?

Impressum remove the blank line!! might resolve the BOM and any other error?

BR, CENTER etc errors in portal unchanged
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203