News:

Join the Facebook Fan Page.

Main Menu

Pn-Pn

Started by koni, March 17, 2006, 10:06:26 AM

Previous topic - Next topic

koni

Link to the theme


Live demo:

The following files and the codes are included in this theme.  I wish to express my gratitude to all authors. :)

FAQ:
  • Where is the main color of the theme changed?
    It can be chosen from the administration panel. Admin -> Configuration -> Current Theme -> Main color of Pn-Pn theme

  • The functions that you added (DHTML Menu, etc) it is not needed.
    Turn off the option with the administration panel. Admin -> Configuration -> Current Theme

  • The size of the avatar displayed in the uppermost part is small.
    To maintain the layout of the theme, avatar is resized. Make it to turning off with the administration panel if you do not like it. Admin -> Configuration -> Current Theme -> Resize an upper avatar image (height: 65px, width: 65px)

  • I want to increase the tab of the menu.
    It is possible to do by the method similar to default.
    How to add tabs to Core (NDT)?


  • I installed MOD. However, it is not reflected in this theme.
    All Mods are designed for the theme of default. Therefore, when you use MOD by this theme, it is necessary to add by yourself .
    How to make mods work with themes?

  • "Attention of Pn-Pn theme" is displayed.  What is this?
    When the file for this theme is insufficient, this is displayed.
    Copy "Modifications.english.php" of the "languages" directory of Pn-Pn onto the first. Next, rename it according to the language for which you use the file.

  • The translated buttons are necessary for me.
    The buttons of Pn-Pn is the same as Ig-Oh. When the translated button doesn't exist, it is necessary to make it from you.

  • Will this theme follow to the update of SMF during the future?
    It is not guaranteed though I will do it. Remove this theme from your choices if you hope for a prompt update of the theme and a cordial support. I will irregularly update this theme.

Cottelletje

i have some questions

1.How do you change the width of the entire board?
2.How do you put in the profile the summary to the right of the page,and not under the other information?
|| Leonardo Dicaprio is the Hottest Man Alive Believe Me ||

Weapon X

For some reason on this theme I have to refresh each page to get the tabs on top to show up other wise they don't show up at all.......ther is kinda like a horizontal scroll bar there ????

I have 1.1 RC2 and browse with Firefox........any ideas ????

Weapon X

Looks like it is a Firefox issue.......it displays OK in Explorer but I hate Explorer.......for some reason many of the images don't display in explorer.....not as far as the theme is concerned but member uploaded images.

I hate explorer so much................ :'(

dys

wow. This one is really good :D
My Themes

Please use our official Support Forum instead of PM-ing me for any support. From now on, all my themes support will only be available there. Thanks!

weber

@Weapon X:
Can you show me the screen shots?

@mamee:
Thank you. :D

jmichae3

when hovering over the "last post" image on the right side, sometimes that line will suddenly jut out and leave a duplicate copy of the first character of the line.
I think it's maybe an IE/CSS issue.  I've noticed the same problem on koni's other themes.

weber

Quote from: jmichae3 on May 08, 2006, 02:43:11 AM
when hovering over the "last post" image on the right side, sometimes that line will suddenly jut out and leave a duplicate copy of the first character of the line.
I think it's maybe an IE/CSS issue.  I've noticed the same problem on koni's other themes.

I expect that you are using IE5 or IE5.5 perhaps. There is a problem in the display of div tag in IE5.

If a lot of users use IE5, the theme should be likely to be corrected. However, extremely few users are using it now. It is about 10 people that use IE5 though about a day 3000 unique hosts visit my site. The advantage is few though time hangs to correspond to it.

The application to which the installation is refused has increased when it is not IE6 recently, too. I reluctantly installed IE6 in Windows2000 of the main for NAV2006.

Snap shot when displaying it with IE7:

fatepower

does this work 4 SMF 1.0.7???

BadCluster

The " Hide "Most Online Today" & "Most Online Ever" option in the administrator menu works vice versa.
I mean if u check it to hide the menu then result is to show it,
and if u uncheck it trhen it hides it!

weber

@fatepower:
Trouble will be caused though it operates.

@BadCluster:
Thank you for information. It is my mistake. :-[ Written thing and operation have reversed.

Correct it looking for the following code from "BoardIndex.template.php" if you worry about it.

Find:
if($settings['show_most_online'])

Replace:
if (empty($settings['show_most_online']))

I will immediately add the correction to this theme. ;)

URPG

#11
I had this one running, but now i upgraded to SMF RC2 + TP.86 is there a TinyPortal compatible Version too?

Solved, found it in TP downloads already. Great work, thanks!

BadCluster

no worries,
i just love ur theme and thats why i wanted to be perfect even with this lil detail.
Thank u for ur work

FaiTCRaH

great theme... but the Enhanced Quick Reply Mod it doesn't work... it gives me a Parse Error
Spanish Tool band community: hxxp:www.tool.cl [nonactive]

weber

This theme was updated. :) A correction of the thing not intentionally made to function and a new function were added.


  • The control of invalidated collapse was revived.
    SMF can set allow or deny of collapse of each category. However, a guest cannot do this control. Because the guest cannot use collapse. I also enabled the guest to use collapse by this theme. However, I did not hit on the method of controlling collapse well. Therefore, this function was invalidated.
    This function became effective now. However, it is not possible to control to a guest. Collapse to a guest is always effective.

    An existing user overwrites "BoardIndex.template.php" or adds the following correction.

Find:
echo '
<a style="float:right;" href="javascript:void(0);" onclick="doCollapseObject(\'category_', $category['href'], '\', \'', $settings['csect_cookie'], '\')"><img id="img_category_', $category['href'], '" src="', $settings['images_url'], $dhtml_collapsed ? '/expand_b.gif' : '/collapse_b.gif', '" alt="*" border="0" /></a>
</td>
</tr></tbody><tbody id="category_', $category['href'], '"', $dhtml_collapsed ? ' style="display:none;">' : '>';


Replace:
if ($context['user']['is_guest'])
{
echo '
<a style="float:right;" href="javascript:void(0);" onclick="doCollapseObject(\'category_', $category['href'], '\', \'', $settings['csect_cookie'], '\')"><img id="img_category_', $category['href'], '" src="', $settings['images_url'], $dhtml_collapsed ? '/expand_b.gif' : '/collapse_b.gif', '" alt="*" border="0" /></a>';
}
else
{
if ($category['can_collapse'])
echo '
<a style="float:right;" href="javascript:void(0);" onclick="doCollapseObject(\'category_', $category['href'], '\', \'', $settings['csect_cookie'], '\')"><img id="img_category_', $category['href'], '" src="', $settings['images_url'], $dhtml_collapsed ? '/expand_b.gif' : '/collapse_b.gif', '" alt="*" border="0" /></a>';
}

echo '
</td>
</tr></tbody>';

if ($context['user']['is_guest'])
{
echo '
<tbody id="category_', $category['href'], '"', $dhtml_collapsed ? ' style="display:none;">' : '>';
}
else
{
if ($category['can_collapse'])
echo '
<tbody id="category_', $category['href'], '"', $dhtml_collapsed ? ' style="display:none;">' : '>';
else
echo '
<tbody id="category_', $category['href'], '">';
}



The following are items to which the function is added. Therefore, the user who doesn't need a new function need not update the theme.


  • Can change the bottom delimitation (line) of post.
    This is an idea of kyt. Thank you kyt!!
    It is also possible to set the color from the administration panel, and to change to the setting not used. The color can be set by the #RRGGBB method.

  • The button (tab) to return to the main page was able to be displayed.
    When URL is specified, the Home button is displayed. At that time, an existing "Home" button is renamed to "Forum".


  • XML Declaration was put.
    However, because the layout collapses in IE, it doesn't put it.

groverat

Pn-Pn is my favorite theme so far (new to SMF), the only thing I'd like is for the avatar and all that stuff to the left of the post instead of on top.

EgAr

Very cool update

8)

padexx

@ groverat:

you can change this in the theme settings! default is "top" or choose "left".

groverat

I'm glad it was so easy. :)
I'm not glad that I spent so long trying to figure it out and it was right in front of me.  :(

Thanks for helping an idiot.

bugsmi0

Anyway to change the headers ? or provide us with the .psd files

would like to replace with actual stars

Advertisement: