Page 3 of 4

Re: X-Treme

Posted: 14. October 2010 20:39
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.

Re: X-Treme

Posted: 14. October 2010 20:45
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.

Re: X-Treme

Posted: 14. October 2010 20:45
by Itania
Ok, hat sich erledigt. Vieeeeeelen lieben Dank! Du hast mir mein Leben gerettet :D

Re: X-Treme

Posted: 15. October 2010 10:03
by Muppi
Hallo, geht das auch mit der 1.0.6 ? Ist es dann im gesamten Forum so von der Ansicht ??? :geek:

Re: X-Treme

Posted: 16. October 2010 19:11
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!

Re: X-Treme

Posted: 16. November 2010 12:20
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

Re: X-Treme

Posted: 16. November 2010 12:39
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}"

Re: X-Treme

Posted: 20. November 2010 13:08
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

Re: X-Treme

Posted: 20. November 2010 13:54
by archivar
Hi ominae,
A link to your board is helpful.
--->Board3.de - Rules | We ask for your attention

Re: X-Treme

Posted: 24. November 2010 09:41
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

Re: X-Treme

Posted: 24. November 2010 18:22
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"

Re: X-Treme

Posted: 26. November 2010 09:55
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

Re: X-Treme

Posted: 27. November 2010 07:34
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 -->

Re: X-Treme

Posted: 29. November 2010 08:00
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

Re: X-Treme

Posted: 29. November 2010 11:40
by Marc
Try if it helps to delete all files inside your cache folder except .htaccess and index.html.