X-Treme

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!


Itania
Active Member
Posts: 13
Joined: 13. October 2010 07:58

Re: X-Treme

Post by Itania »

Oh man wie blöd ich doch bin, hab noch 2 alte Dateien entdeckt, die ich nun ausgetauscht habe :oops:
Hab das Portal nun laufen, ABER...
die Boxen werden mir nicht angezeigt. Also Uhr, Menü etc.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Schau mal hier wo Du dran drehen kannst: acp_demo/de/
Triff die Einstellungen so, dass die zu großen Bilder wieder verschwinden, denn die treiben das Portal auseinander.
V.G. archivar
sorry for my bad english

Itania
Active Member
Posts: 13
Joined: 13. October 2010 07:58

Re: X-Treme

Post by Itania »

Ok, hat sich erledigt. Vieeeeeelen lieben Dank! Du hast mir mein Leben gerettet :D

Muppi
Active Member
Posts: 22
Joined: 1. September 2010 14:41
phpBB.de User: Muppi
phpBB.com User: Muppi

Re: X-Treme

Post by Muppi »

Hallo, geht das auch mit der 1.0.6 ? Ist es dann im gesamten Forum so von der Ansicht ??? :geek:
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Hallo,
Muppi wrote:Hallo, geht das auch mit der 1.0.6 ?
-JA!
Muppi wrote:Ist es dann im gesamten Forum so von der Ansicht ??? :geek:
-NEIN!
V.G. archivar
sorry for my bad english

ominae
Active Member
Posts: 13
Joined: 16. November 2010 12:18

Re: X-Treme

Post by ominae »

Hi there

i was wondering iff some one could tell me how i change the Home button to point to the poral.php instead of the index.php

i have been looking and trying diffrent things with no succsess as of yet...

Many thanx

mark
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Hi ominae,
Open: styles/X-Treme/template/overall_header.html
find in line in line (not exactly) 239:

Code: Select all

<a href="{U_INDEX}"
replace:

Code: Select all

<a href="{U_PORTAL}"
V.G. archivar
sorry for my bad english

ominae
Active Member
Posts: 13
Joined: 16. November 2010 12:18

Re: X-Treme

Post by ominae »

hey there dude

thanx for the resposece sorry i took so long to say thanx
been a lill busy..

i tryed this and i am still gettin the index link :S

could it be somin els

thanx
mark
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Hi ominae,
A link to your board is helpful.
--->Board3.de - Rules | We ask for your attention
V.G. archivar
sorry for my bad english

ominae
Active Member
Posts: 13
Joined: 16. November 2010 12:18

Re: X-Treme

Post by ominae »

appoligies i missed that bit

also appoligies for hte ignorance i have had no PC for the last 3 weeks :S
my CPU went pop during a storm along whit the while fuse board in my house
sorta cost a lot to put right :)

the bord addy is
http://afterdark.thedraconian.co.uk/
i made the changes you said to make in the overall_header.htm file
yet it is still not directing me to the potal.php

thanx agen for all your help

mark
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Look in the install.xml files that you have edited this correctly:
.htaccess,
viewonline.php,
includes/constants.php,
includes/functions.php,
includes/session.php,

Maybe the error in the includes/functions.php,
check whether this row in the right place:

Code: Select all

		'U_PORTAL'				=> (isset($portal_config['portal_enable']) && $portal_config['portal_enable'] == true) ? append_sid("{$phpbb_root_path}portal.$phpEx") : '',
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh"

Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"
V.G. archivar
sorry for my bad english

ominae
Active Member
Posts: 13
Joined: 16. November 2010 12:18

Re: X-Treme

Post by ominae »

okay checked that it all looks good dude :S

read the install instructions agen double checked
looks like i got it right.

:) think were outa idears now ehh :)

thanx for helpin me though
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: X-Treme

Post by archivar »

Hi ominae,
Just try this:
Open: styles/X-Treme/template/overall_header.html
find:

Code: Select all

<a href="{U_PORTAL}">{SITE_LOGO_IMG}</a>
replace:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{SITE_LOGO_IMG}</a><!-- ENDIF -->
find:

Code: Select all

<a href="{U_PORTAL}"
		onmouseover = "rollover('home')"
		onmouseout = "rollout('home')"
		>
		<img src="{T_THEME_PATH}/images/buttons/home1.png"
		name="home"
		alt="Home Page" border="0"
		height="40" width="101"
		/>
		</a>
replace:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}"
		onmouseover = "rollover('home')"
		onmouseout = "rollout('home')"
		>
		<img src="{T_THEME_PATH}/images/buttons/home1.png"
		name="home"
		alt="Home Page" border="0"
		height="40" width="101"
		/>
		</a><!-- ENDIF -->
V.G. archivar
sorry for my bad english

ominae
Active Member
Posts: 13
Joined: 16. November 2010 12:18

Re: X-Treme

Post by ominae »

sorry for the late responses.

dont get a lot o time for my projects atm :(

however i tryed your sujestion this morning but to noavial
i cleared all the history on my brouser cleared cookies
refreshed all the style parts and still it insists that is points
to the index.php.
i think this is now a very funny bugg i have :)

thanx for your help as always mate

mark
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: X-Treme

Post by Marc »

Try if it helps to delete all files inside your cache folder except .htaccess and index.html.
Post Reply

Return to “Styles Support”