Page 1 of 2

Prosilver Special Edition question

Posted: Sat Apr 17, 2010 3:51 pm
by mgb67
Hello :)

I have installed the portal version 1.06, with the prosilver Special Edition Style Edited for 1.06

It works ok, but it seems that something is missing in the template?

When i compare to subsilver and prosilver installed as default, then there's only about half of the files, or less in the template folder?

Another little thing i have observed, is that the avatar is not showing up in the portal. I have tried all 3 styles, and it's the same on all 3..

Re: Prosilver Special Edition question

Posted: Sat Apr 17, 2010 4:27 pm
by LDM
Have you got a link to the board, if you can't post the link, just the main web address part.

By the way, prosilver se is template inherent so you want have as many template files as prosilver.

Re: Prosilver Special Edition question

Posted: Sat Apr 17, 2010 4:51 pm
by mgb67
The site is: http://www.musclegallery.dk

The board is under construction, so many things is missing. As i described in my post, then it looks ok, besides the missing avatar in the portal.

And there is another little thing. I can't seem to find the Karma settings anywhere? I have looked very hard, both in the ACP and in the UCP, but nothing. I can see that it is functioning, because it shows up in my signature..


You said that the Prosilver SE is Inherent? Is it pulling some of the templates from Prosilver?

Re: Prosilver Special Edition question

Posted: Sat Apr 17, 2010 6:20 pm
by spiderpig2503
There are no karma settings not that ive seen, you can manually edit karma in the sql database though,

Re: Prosilver Special Edition question

Posted: Sat Apr 17, 2010 7:40 pm
by mgb67
Many thanks.. :-)

The Karma mod i have seen on the phpbb is another one, because there is settings in the ACP.

This one must be a simplified version..

Re: Prosilver Special Edition question

Posted: Mon Apr 19, 2010 12:43 pm
by mgb67
Any news about the missing Avatar in the portal?

Re: Prosilver Special Edition question

Posted: Mon Apr 19, 2010 4:05 pm
by LDM
What avatar, is it the one where you are logged in, or just the random member block?

Re: Prosilver Special Edition question

Posted: Mon Apr 19, 2010 5:55 pm
by spiderpig2503
I think he means this one on the portal

Image

I dont know if it is suppose to be a avatar box or not

Re: Prosilver Special Edition question

Posted: Mon Apr 19, 2010 7:36 pm
by mgb67
spiderpig2503 wrote:I think he means this one on the portal


I dont know if it is suppose to be a avatar box or not
Yes, it is the box you have pointed out..

I have tried all 3 templates, and its the same all over?

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 11:39 am
by LDM
hmm, not seen it not showing on there before, not really thought about it before to be honest.

Is it showing on your site spider?

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 11:45 am
by spiderpig2503
It shows as in the image ive posted just a grey box. If you click on it it takes you to your user control panel. so i dont know if it is supposed to be your avatar or not

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 11:55 am
by LDM
I think it should be the avatar, if it isn't meant to be, I'm sure it should be.

I've had a look on the board 3 site, and see a user had the problem but had older template files. I have downloaded the portal again, file merged the user menu and they are identical, so quite confused why it doesn't show.

Will have a closer look into it later.

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 12:31 pm
by spiderpig2503
I had a look thorough the settings and couldnt find anything but noticed the grey square gets its image here /styles/prosilver/theme/images/no_avatar.gif so it must be a avatar but cant see why its using no avatar image

Found the code and it seems ok
<!-- IF B3P_AVATAR_IMG -->
<a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a>
<!-- ELSEIF $NO_AVATAR_IMG -->
<a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
<!-- ENDIF -->

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 12:46 pm
by LDM

Code: Select all

{B3P_AVATAR_IMG}
is the code that should be your avatar, but don't recall seeing that anywhere else within files so not too sure. It is not seeing your avatar so putting in the default one

Code: Select all

<!-- ELSEIF $NO_AVATAR_IMG -->
<a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
<!-- ENDIF -->

Re: Prosilver Special Edition question

Posted: Tue Apr 20, 2010 12:56 pm
by LDM
Ok have looked in user_menu.php in portal/block and can see the issue.

I will change the download version of the portal and thanks to mgb67 for flagging the issue (and to spider for helping out)

If you are running the portal version unzip and upload the block folder to root/portal, and let me know if that fixes it?
block.zip