Page 1 of 1

[SOLVED]New .png images not showing on blocks after update

Posted: 30. March 2009 16:39
by FLATTOP
Your Portal Version: 1.0.3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.crustygamers.com

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have to be doing something wrong, I just can't put my finger on what it is. I updated from 1.0.2 to 1.0.3, everything went smooth, the update was successfull, but the new .png images don't show on the portal blocks, the old ones still show, I have refreshed template, themes, imagesets and purged chache until I was blue in the face, still shows the old images.

I added the new portal block images over the existing ones, I looked at the file and it shows duplicate files for almost every image, one being in .gif format and .png format, that didn't look right to me so I deleted all the old ones and just added the new ones, that resulted in no images at all showing, so I added the old ones back with the new ones, it currently shows the old ones, what am I doing wrong?

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 17:31
by Marc
Try refreshing your browser cache by pressing Ctrl+F5

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 17:34
by Kevin
Your sourcecode wrote:styles/se_pro/theme/images/portal/portal_random.gif
Simply upload the new prosilver template files to your se_pro template directory.
Example on your webspace: <img src="{T_THEME_PATH}/images/portal/portal_attach.gif" <-- this is definitely an old one. ;)

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 19:37
by FLATTOP
ok, I applied all the new template files and now have the images showing....BUT...I lost all of the boarders around the blocks, not sure what happened?

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 19:43
by Mike

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 19:57
by FLATTOP
thanks Mike for the help, I have the boarders back now, it was user error :oops: that's what happens when you don't upload all the new files.

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 20:00
by Mike
If you want to have the Borders around all the Blocks, try this config:

Demo

Code: Select all

<!--version $Id: _block_config.html 479 2009-03-15 11:19:27Z kevin74 $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl><dt style="white-space: nowrap">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul><ul class="topiclist forums"><li><dl><dd style="border-left: 0px"><div style="text-align: left; margin: 5px 5px 5px 5px">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header">' -->
<!-- DEFINE $C_BLOCK_H_R = '</li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 20:29
by FLATTOP
Yes that is exactly what I would like to do, thanks Mike!! where do I put the code?

*EDIT* found it, sorry, it tells me right in the code where to put it... :oops:

It works great, thanks again Mike!!

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 20:52
by FLATTOP
I have everything back to normal except one small issue, I can't seem to get the arrowbullet.gif images to appear on the menu, users menu or the links blocks. I uploaded the images to the image folder, what could be the issue?

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 21:49
by Mike
Already cleared your caches?

And please have a look at this: ;)
Knowledge Base: How to avoid Invisible Credits

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 30. March 2009 23:57
by FLATTOP
Yes I have cleared the cache, it has me stumped as to why there not showing, all the other graphics are displaying properly, any ideas?

*sidenote* thanks for the heads up Mike about the credit, when I did the update to 1.0.3 it went back to invisible with the new files, I had that fixed per this thread, haha

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 31. March 2009 00:09
by Mike
And you uploaded all the files from prosilver, inclusive portal.css and so on?
FLATTOP wrote:I had that fixed per this thread, haha
lol... :D

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 31. March 2009 03:23
by FLATTOP
Yes Mike, I have uploaded all the files, I'm sure it's something simple, I just can't put my finger on it.
The images are in the correct folder, I can see the image in the folder, I checked the .css file, it points to the image, it just doesn't show for some reason. I have refreshed my template,theme,imageset and purged the board cache numerous times, even refreshed my browser numerous times, still no luck.

Re: New .png images not showing on blocks after update to 1.0.3

Posted: 1. April 2009 19:08
by Mike
Uhhh... that was hard to find out...
Did you changed your main_menu.html?

open:
/styles/se_pro/template/portal/block/main_menu.html

find:

Code: Select all

<div id="navigation" style="padding-top:0px">
replace with:

Code: Select all

<div class="portal-navigation">

Re: [SOLVED]New .png images not showing on blocks after update

Posted: 2. April 2009 03:00
by FLATTOP
Thanks Mike, that fixed it, I did that code edit to the main menu, user menu and the links files, all is well now.