Page 1 of 1

[Solved] Portal Images not showing

Posted: 13. November 2010 18:13
by Sheepy
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Moved Portal.php outside of forums directory - knowledge/kb_show.php?id=2
Your knowledge: Basic Knowledge
Boardlink: http://concept.ulmb.com/index.php

What have you done before the problem was there?
Installed the new skins X-Treme

What have you already tryed to solve the problem?
Tried to edit the _block_config.html with the one here - viewtopic.php?f=44&t=3950

Description and Message
Hey there.

Ive recently installed the X-Treme skin onto my board.
I followed all the steps in the install.
After editing the _block_config.html none of the images show up around the portal blocks.

The images are in the correct path.

I have purged cache, refreshed the style an imageset's more than enough.
And the images are still not showing.

Any help is much appreciated.
Thanks in advanced ;)

Re: Portal Images not showing

Posted: 13. November 2010 18:58
by archivar
Sheepy wrote: Boardlink: http://concept.ulmb.com/index.php
Hi,
You made some mistakes in the overall_header.html.
Please check.
viewtopic.php?f=47&t=3813

EDIT:
Or try using the new here:
Open: styles / X-Treme / template / overall_header.html
Find:

Code: Select all

<div id="wrapcentre">
Add after:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find:

Code: Select all

<!-- INCLUDE breadcrumbs.html -->
Add after:

Code: Select all

<!-- ENDIF -->

Re: Portal Images not showing

Posted: 13. November 2010 19:43
by Sheepy
you say
Then add:
Before or after?

Also with them extra bits of code you added do I replace the orginal code from here viewtopic.php?f=47&t=3813 an just add them edit?

Sorry but im confused now :roll:

Re: Portal Images not showing

Posted: 13. November 2010 19:50
by archivar
Sheepy wrote:you say
Then add:
Before or after?

Also with them extra bits of code you added do I replace the orginal code from here viewtopic.php?f=47&t=3813 an just add them edit?

Sorry but im confused now :roll:
Add after:!
Sorry for my bad English.

Re: Portal Images not showing

Posted: 13. November 2010 20:12
by Sheepy
archivar wrote:
Sheepy wrote:you say
Then add:
Before or after?

Also with them extra bits of code you added do I replace the orginal code from here viewtopic.php?f=47&t=3813 an just add them edit?

Sorry but im confused now :roll:
Add after:!
Sorry for my bad English.
Nahh its not a problem :) Thanks for at least helping me :)

Ive made the required edits you suggested but still no luck. This is really weird because if i open the site in IE8 i can right click the images an it shows the correct file paths, just no images :S

Re: Portal Images not showing

Posted: 13. November 2010 20:14
by archivar
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: Portal Images not showing

Posted: 13. November 2010 20:26
by Sheepy
archivar wrote:
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"
Ive done this numerous times mate, still no luck.
I even ran ccleaner an used google chromes own built in clean cache tools :S

Re: Portal Images not showing

Posted: 13. November 2010 20:36
by archivar
Copy the cache folder on your server.
Clean up your server's cache.
Not clear the files .htaccess and index.htm in the folder cache!!!!!!!!
Also with me is on the style it difficult to clean the cache. :roll:

Re: Portal Images not showing

Posted: 13. November 2010 21:09
by Sheepy
archivar wrote:Copy the cache folder on your server.
Clean up your server's cache.
Not clear the files .htaccess and index.htm in the folder cache!!!!!!!!
Also with me is on the style it difficult to clean the cache. :roll:
OK, i Manually cleared the cache, still no good :?

Ill see if it works on my laptop

Re: Portal Images not showing

Posted: 13. November 2010 21:59
by archivar
The portal.php is not found.
Check the .htaccess in the folder where the portal.php stands.
and includes/functions.php
Show----> install.xml
????????-->http://concept.ulmb.com/forums/portal.php
????????-->http://concept.ulmb.com/portal.php

Re: Portal Images not showing

Posted: 13. November 2010 23:43
by Sheepy
the portal.php has been moved to a differant location.

My forums is laid out like this -
root - index.php (portal.php)
forums

index.php is really portal.php.
Hence why when you visit http://concept.ulmb.com you see the portal.

Re: Portal Images not showing

Posted: 14. November 2010 00:06
by archivar
Sheepy wrote:the portal.php has been moved to a differant location.
That is not in the install.xml of Board3Portal!
If you've done something else then you would have given the information at the very beginning have to, because we are not clairvoyant.
Then we would not write so much.
Look here--->Moving portal.php outside of your forums directory

Re: Portal Images not showing

Posted: 14. November 2010 02:33
by Sheepy
sorry it slipped my mind as I did a fresh install this afternoon, an restored my tables.

There is nothing in that article which corresponds to those images not showing up on the portal.
So it has to be something with the theme/style files.

Re: Portal Images not showing

Posted: 14. November 2010 11:37
by archivar
search in _block_config.html:

find everything:

Code: Select all

./styles/
hereby replaced:

Code: Select all

./forums/styles/

Re: Portal Images not showing

Posted: 14. November 2010 13:36
by Sheepy
archivar wrote:search in _block_config.html:

find everything:

Code: Select all

./styles/
hereby replaced:

Code: Select all

./forums/styles/
That worked :)
Thank you 8-)

How stupid do i feel :oops: Sorry for not supplying the info about the portal.php being moved.