Page 1 of 1

art_deluxe & Portal

Posted: 7. October 2011 13:41
by Crazy
Deine Portal Version: 2.0.0b1
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Grundwissen
Link zu Deinem Forum: http://www.mein-hobbyforum.de

Was hast Du gemacht, bevor das Problem aufgetreten ist?


Was hast Du bereits versucht um das Problem zu lösen?
versucht nach beiden Anleitungen (prosilver & subsilver) das Style zu ändern - aber irgendwie sind beide Anleitungen dafür nicht geeignet =(

Fehlerbeschreibung und Nachricht
Hallo,

ich möchte gerne das Style "art_deluxe" von http://www.artodia.com mit Portal nutzen aber leider habe ich es noch nicht geschafft das so hin zubekommen das es geht. Finde das des Style eigentlich sehr schick aussieht aber irgendwie finde ich keine passende anleitung dafür.

Ich hoffe sehr das mir einer von euch helfen kann .... scheint bisschen komplexer zu sein das Style aber weiß das einer von euch Profis mit mir zusammen das schafft *zwinker*.


Wie gesagt habe versucht die Anleitung für prosilver & subsilver zu nutzen aber beide haben keine passenden Zeilen drinne und was des angeht möchte ich gerne doch nicht das kaputt machen, habe lange gebraucht das so hinzuekommen (forumbereiche usw) wäre echt schade des kaputt zu machen.


Ich danke euch für eure Hilfestellungen / Hilfe


MfG

Crazy


PS: Falls ich was vergessen habe o.ä. einfach sagen, werde hier bis das Problem gelöst ist öfter reinschauen ;)

Re: art_deluxe & Portal

Posted: 7. October 2011 18:36
by Kirk
Hallo
Les dir das mal durch viewtopic.php?f=39&t=4868

Re: art_deluxe & Portal

Posted: 7. October 2011 18:38
by Shorty1968
Hallo was genau Passt da den nicht?

Ich habe ihn bei mir eingebaut und keine Probleme mit dem Portal?
http://www.computer-base.net/portal.php?style=8

Re: art_deluxe & Portal

Posted: 7. October 2011 19:27
by Crazy
hmm Okay das mit dem Beta - Status ist mir klar, aber gibt es keine Möglichkeit das Portal irgendwie so herzurichten das man den Style nutzen kann oder muss man den subsilver ändern damit es funktioniert ??

Re: art_deluxe & Portal

Posted: 9. October 2011 03:12
by iRas
Hi all,
My English is poor, so briefly.
Portal Version: 2.0.0b1
phpBB Version: 3.0.9

1. Administration Control Panel
- uninstall Artodia style
- Purge the cache (Den Cache leeren)

2. Delete old portal style for Artodia style

3. Edit file for Artodia style

Edit - overall_footer.html
find: (manually select the text)

Code: Select all

<a href="{U_INDEX}" accesskey="h" class="first"><span>{L_INDEX}</span></a>
replace:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h" class="first"><span>{L_PORTAL}</span></a><!-- ENDIF --><a href="{U_INDEX}"><span>{L_INDEX}</span></a>
Edit - overall_header.html
find:

Code: Select all

<a href="{U_INDEX}" accesskey="h" class="first"><span>{L_INDEX}</span></a>
replace:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h" class="first"><span>{L_PORTAL}</span></a><!-- ENDIF --><a href="{U_INDEX}"><span>{L_INDEX}</span></a>
5. Copy and replace modified files on the server.

6. Copy prosilver portal style for Artodia style on the server

If the description of the message goes to the second line, narrows the displayed block messages:

Image

7. Edit portal file

Edit - news_center.html
find:

Code: Select all

<ul class="linklist">
replace:

Code: Select all

<ul class="linklist" style="font-size: 10px">
find:

Code: Select all

<div class="content">
replace:

Code: Select all

<div class="content_me">
Edit - portal.css

Add a new line:

Code: Select all

.content_me {
	min-height: 1em;
	overflow: hidden;
	line-height: 1.4em;
	padding-bottom: 1px;
}
You can reduce the distance between blocks:

8. Edit _block_config.html
Find:

Code: Select all

<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
replace

Code: Select all

<!-- DEFINE $BLOCK_DISTANCE = '5px' -->
9. Copy and replace modified files on the server.

10. Administration Control Panel
- install Artodia style
- Purge the cache (Den Cache leeren)

Enjoy Artodia style...
Result:
http://www.forum.dreammail.pl/portal.php?style=67
or:
http://www.forum.dreammail.pl/portal.php?style=60

iRas

Re: art_deluxe & Portal

Posted: 14. October 2011 13:47
by Crazy
Hallo,

danke für die Antwort, ich werde versuchen die Tage des mal zu probieren, leider kam ich aus privaten Gründen och nicht dazu und daher melde ich mich auch erst jetzt .. lassen wir uns überraschen was kommt

IN ENGLISH:

Hello,

thank you for your Answer, i will test this any Day, i have private Problems there i answer now sorry - but i suprise this Answer and i hope this do it !


(sorry for my bad english :( )