Prosilver Special Edition question

Current styles for phpBB3 edited for use on ModphpBB3.
User avatar
mgb67
Forum Member
Forum Member
Posts: 16
Joined: Thu Feb 25, 2010 9:39 am

Prosilver Special Edition question

Post 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..
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post 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.
User avatar
mgb67
Forum Member
Forum Member
Posts: 16
Joined: Thu Feb 25, 2010 9:39 am

Re: Prosilver Special Edition question

Post 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?
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Re: Prosilver Special Edition question

Post by spiderpig2503 »

There are no karma settings not that ive seen, you can manually edit karma in the sql database though,
User avatar
mgb67
Forum Member
Forum Member
Posts: 16
Joined: Thu Feb 25, 2010 9:39 am

Re: Prosilver Special Edition question

Post 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..
User avatar
mgb67
Forum Member
Forum Member
Posts: 16
Joined: Thu Feb 25, 2010 9:39 am

Re: Prosilver Special Edition question

Post by mgb67 »

Any news about the missing Avatar in the portal?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post by LDM »

What avatar, is it the one where you are logged in, or just the random member block?
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Re: Prosilver Special Edition question

Post 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
User avatar
mgb67
Forum Member
Forum Member
Posts: 16
Joined: Thu Feb 25, 2010 9:39 am

Re: Prosilver Special Edition question

Post 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?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post 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?
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Re: Prosilver Special Edition question

Post 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
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post 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.
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Re: Prosilver Special Edition question

Post 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 -->
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post 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 -->
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Prosilver Special Edition question

Post 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
You do not have the required permissions to view the files attached to this post.
Post Reply