|
Page 1 of 2
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Very wide pics in the forum are going to push it too wide for the forum to contain.
It's not the text - It's the pics.
h**p://***.aan-forum.de/download/file.php?id=446
|
#2 Sun 15 Jun, 2008 14:42 |
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Don't know because trying to solve code from pictures is not one of my finer points, when view-source should be available.
This link gives me no access: h**p://***.aan-forum.de/viewtopic.php?f=25&t=1989&p=42103#p42103
And the text looks like formatted blocks, can't tell - not from a picture anyway ?
So why don't you put the text / thread in a forum that is accessible to guests. ?
|
#4 Sun 15 Jun, 2008 16:29 |
|
Piet
Joined: March 2008
Posts: 26
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Hi,
thanks für the replys.
I have news. My User an I testet it. It was no Problem of any Signatur or long Text.
I have createt a Testaccount of http://www.imspinnennetz.de/
User: testuser
Pass: testuser
Open this Topic:
http://www.imspinnennetz.de/viewtopic.php?f=200&t=3441
At the first visit of this (and all other) Posting is the Problem:
http://www.aan24.de/forum-pics/breit3_spinnennetz.jpg
When I Refresh (F5) or visit this Posting later all is OK:
http://www.aan24.de/forum-pics/breit4_spinnennetz.jpg
But why?
On both Forums (AAN und Spinnennetz), at the first visit the Posting is too large, at a later visit or a Refresh all OK...
Quote: And the text looks like formatted blocks, can't tell - not from a picture anyway ?
No, its simple Text without any formating
Quote: So why don't you put the text / thread in a forum that is accessible to guests. ?
My error..., sorry....
|
#5 Sun 15 Jun, 2008 19:51 |
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Cookies are creating the width problem until they are refreshed.
This MOD appears to be your problem because it has nowrap and the line is too long. To make it worse it's also in two sections / strings with nowrap that follow each other.
Also this code is from "Veiw Source", Your script will have VARS in it.
<table width="100%" cellspacing="0">
<tr>
<td class="nav" nowrap="nowrap">
<img src="./styles/black_pearl/imageset/post_page_find.png" alt="Thema beobachten" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&watch=topic&start=0" title="Thema beobachten">Thema beobachten</a> | <img src="./styles/black_pearl/imageset/post_book.png" alt="Lesezeichen setzen" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&start=0&st=0&sk=t&sd=a&bookmark=1" title="Lesezeichen setzen">Lesezeichen setzen</a> | <img src="./styles/black_pearl/imageset/post_print.png" alt="Druckansicht" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&start=0&st=0&sk=t&sd=a&view=print" title="Druckansicht">Druckansicht</a> | <img src="./styles/black_pearl/imageset/post_email.png" alt="Thema weiterempfehlen" style="vertical-align:middle;" /> <a href="./memberlist.php?mode=email&t=3432" title="Thema weiterempfehlen">Thema weiterempfehlen</a> </td>
<td class="nav" align="right" nowrap="nowrap"><img src="./styles/black_pearl/imageset/post_previous.png" alt="Vorheriges Thema" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&view=previous">Vorheriges Thema</a> | <img src="./styles/black_pearl/imageset/post_new.png" alt="Erster ungelesener Beitrag" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&view=unread#unread">Erster ungelesener Beitrag</a> | <a href="./viewtopic.php?f=200&t=3432&view=next">Nächstes Thema</a> <img src="./styles/black_pearl/imageset/post_next.png" alt="Nächstes Thema" style="vertical-align:middle;" /></td>
</tr>
</table>
In the script (header / wherever) find and remove: </td>
<td class="nav" align="right" nowrap="nowrap">
That should fix one problem, and you may just want to try that.
You could also add a marquee (As in the example below) to it so that it scrolls - and that should fix the width problem if it gets too long just with normal posting.
<table width="100%" cellspacing="0">
<tr>
<td class="nav" >
<marquee width="900px">
<img src="./styles/black_pearl/imageset/post_pnowrap="nowrap"age_find.png" alt="Thema beobachten" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&watch=topic&start=0" title="Thema beobachten">Thema beobachten</a> | <img src="./styles/black_pearl/imageset/post_book.png" alt="Lesezeichen setzen" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&start=0&st=0&sk=t&sd=a&bookmark=1" title="Lesezeichen setzen">Lesezeichen setzen</a> | <img src="./styles/black_pearl/imageset/post_print.png" alt="Druckansicht" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&start=0&st=0&sk=t&sd=a&view=print" title="Druckansicht">Druckansicht</a> | <img src="./styles/black_pearl/imageset/post_email.png" alt="Thema weiterempfehlen" style="vertical-align:middle;" /> <a href="./memberlist.php?mode=email&t=3432" title="Thema weiterempfehlen">Thema weiterempfehlen</a>
<img src="./styles/black_pearl/imageset/post_previous.png" alt="Vorheriges Thema" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&view=previous">Vorheriges Thema</a> | <img src="./styles/black_pearl/imageset/post_new.png" alt="Erster ungelesener Beitrag" style="vertical-align:middle;" /> <a href="./viewtopic.php?f=200&t=3432&view=unread#unread">Erster ungelesener Beitrag</a> | <a href="./viewtopic.php?f=200&t=3432&view=next">Nächstes Thema</a> <img src="./styles/black_pearl/imageset/post_next.png" alt="Nächstes Thema" style="vertical-align:middle;" />
</marquee>
</td>
</tr>
</table>
If you opt for the marquee, then note this change also: <td class="nav" >
|
#6 Mon 16 Jun, 2008 00:03 |
|
Piet
Joined: March 2008
Posts: 26
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Thank you for your answer!
I have only one problem. I don´t find this code in any of the files of the two styles.
Do I make a mistake thinking?
Would nice if you give me a little more thought might give in whatever file I must change the code.
Have many times already, thanks!
... I hope you can reasonably understand my English ...
|
#7 Mon 16 Jun, 2008 17:03 |
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
I have no idea what the MOD is, who made it or how it was added to your forum.
I can only suggest (with my very limited knowledge of phpBB3) that you look in viewforum_body.html
Or seek help from the MOD author.
|
#8 Tue 17 Jun, 2008 03:14 |
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Sorry Piet,
I thought it was a MOD that had been added to the themes.
I know where the problem is and there is two ways to fix it. Split the TWO <td's> in the line into two lines or modify and Marquee the whole <td> string.
Replace the file in the .zip and test with IE - if you're happy with that - Then it will have to re-written with some javascript so that the marquee stops and starts with mouseover, controls the speed and to make it work with FF and Opera also.
Else it will need to be split into two lines.
Piet, I installed phpBB3 on localhost and have come to the conclusion that the table is not wide enough to accommodate the length of the German Language strings. Particularly since I found out that the last two strings are "Previous and Next" Thread. So you can't scroll them.
The template needs modifying - And sorry I'm not into modding phpBB3 templates and don't wish to learn any more about phpBB3 than what I already have. (Which equates to about nothing) So you will have to wait for someone else to help you - or wait even longer for MG to take a look at it.
In the pic is the "Bump" string - It looked OK until then
|
#10 Fri 20 Jun, 2008 02:01 |
|
Piet
Joined: March 2008
Posts: 26
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Hello,
Many thanks for your answer.
Now I see where exactly the problem.
Then werd times I hope that someone help me with the problem can help. Perhaps the MG thing even look at.
I will just patiently wait and hope.
Have a nice evening.
|
#11 Mon 23 Jun, 2008 20:08 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
I guess the only way is to use smaller strings...
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#12 Tue 24 Jun, 2008 12:45 |
|
Inactive User
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Hi MG,
Piet, possibly another way is to use the images as the anchor and the text as the alt="". I don't know if it can be done because I no longer have pbpBB3 on the box, or whether the VARS that phpBB3 uses will allow it.
BUT! If you are happy with that idea and want to use it, I will reinstall phpBB3 - test it out and let you know.
Please let me know if that's what you would like to do or not.
|
#13 Tue 24 Jun, 2008 14:53 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Icons look like this:
- <img src="{T_IMAGESET_PATH}/post_print.png" alt="{L_PRINT_TOPIC}" style="vertical-align:middle;" /> <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a>
You can just replace the TEXT with a title to be seen on mouse hover (similar to what Lopalong is suggesting)...
- <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}"><img src="{T_IMAGESET_PATH}/post_print.png" alt="{L_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" style="vertical-align:middle;" /></a>
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#14 Thu 26 Jun, 2008 15:55 |
|
Piet
Joined: March 2008
Posts: 26
|
 Re: Black Pearl/Rainbow Pearl: Window To Large
Icons look like this:
- <img src="{T_IMAGESET_PATH}/post_print.png" alt="{L_PRINT_TOPIC}" style="vertical-align:middle;" /> <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a>
You can just replace the TEXT with a title to be seen on mouse hover (similar to what Lopalong is suggesting)...
- <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}"><img src="{T_IMAGESET_PATH}/post_print.png" alt="{L_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" style="vertical-align:middle;" /></a>
Hello people,
I have taken the code, so the button "Erster ungelesener Beitrag" disappears.
And it works!
People, many thanks to you! You have me and especially my very user helped!
If you look at close since I invite you to a bottle of beer. ;));)
Keep it up!!
Greetings
Piet
|
#15 Sat 28 Jun, 2008 09:21 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|