X-Treme
Re: X-Treme
Oh man wie blöd ich doch bin, hab noch 2 alte Dateien entdeckt, die ich nun ausgetauscht habe
Hab das Portal nun laufen, ABER...
die Boxen werden mir nicht angezeigt. Also Uhr, Menü etc.
Hab das Portal nun laufen, ABER...
die Boxen werden mir nicht angezeigt. Also Uhr, Menü etc.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
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.
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
sorry for my bad english
Re: X-Treme
Ok, hat sich erledigt. Vieeeeeelen lieben Dank! Du hast mir mein Leben gerettet
-
- Active Member
- Posts: 22
- Joined: 1. September 2010 14:41
- phpBB.de User: Muppi
- phpBB.com User: Muppi
Re: X-Treme
Hallo, geht das auch mit der 1.0.6 ? Ist es dann im gesamten Forum so von der Ansicht ???
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
Hallo,
-JA!Muppi wrote:Hallo, geht das auch mit der 1.0.6 ?
-NEIN!Muppi wrote:Ist es dann im gesamten Forum so von der Ansicht ???
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: X-Treme
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
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
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
Hi ominae,
Open: styles/X-Treme/template/overall_header.html
find in line in line (not exactly) 239:
replace:
Open: styles/X-Treme/template/overall_header.html
find in line in line (not exactly) 239:
Code: Select all
<a href="{U_INDEX}"
Code: Select all
<a href="{U_PORTAL}"
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: X-Treme
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
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
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: X-Treme
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
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
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
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:
.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
sorry for my bad english
Re: X-Treme
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
read the install instructions agen double checked
looks like i got it right.
think were outa idears now ehh
thanx for helpin me though
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: X-Treme
Hi ominae,
Just try this:
Open: styles/X-Treme/template/overall_header.html
find:
replace:
find:
replace:
Just try this:
Open: styles/X-Treme/template/overall_header.html
find:
Code: Select all
<a href="{U_PORTAL}">{SITE_LOGO_IMG}</a>
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{SITE_LOGO_IMG}</a><!-- ENDIF -->
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>
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
sorry for my bad english
Re: X-Treme
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
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
-
- 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
Try if it helps to delete all files inside your cache folder except .htaccess and index.html.