Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: koni on March 17, 2006, 10:06:26 AM

Title: Pn-Pn
Post by: koni on March 17, 2006, 10:06:26 AM
Link to the theme (http://themes.simplemachines.org/index.php?lemma=5)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fthemes.simplemachines.org%2Findex.php%2Faction%2Cdownload%2Flemma%2C5%2Fimage%2Cthumb&hash=8999c16b8b667e07865cd8937d068de5ef7369de)

Live demo:

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

FAQ:
Title: Re: Pn-Pn
Post by: Cottelletje on April 15, 2006, 11:04:07 AM
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?
Title: Re: Pn-Pn
Post by: Weapon X on May 03, 2006, 02:15:37 PM
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 ????
Title: Re: Pn-Pn
Post by: Weapon X on May 03, 2006, 02:27:36 PM
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................ :'(
Title: Re: Pn-Pn
Post by: dys on May 03, 2006, 05:05:06 PM
wow. This one is really good :D
Title: Re: Pn-Pn
Post by: weber on May 05, 2006, 06:46:53 PM
@Weapon X:
Can you show me the screen shots?

@mamee:
Thank you. :D
Title: Re: Pn-Pn - doesn't display right on IE
Post by: 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.
Title: Re: Pn-Pn - doesn't display right on IE
Post by: weber on May 08, 2006, 05:24:25 AM
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:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fbdc.s15.xrea.com%2Fsnaps%2F0698.png&hash=93723361d7ee7c4d8f313784d45693c92e85a070)
Title: Re: Pn-Pn
Post by: fatepower on May 12, 2006, 04:56:19 PM
does this work 4 SMF 1.0.7???
Title: Re: Pn-Pn
Post by: BadCluster on May 15, 2006, 10:01:59 AM
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!
Title: Re: Pn-Pn
Post by: weber on May 15, 2006, 10:28:21 AM
@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. ;)
Title: Re: Pn-Pn
Post by: URPG on May 22, 2006, 06:55:19 PM
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!
Title: Re: Pn-Pn
Post by: BadCluster on May 22, 2006, 06:57:41 PM
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
Title: Re: Pn-Pn
Post by: FaiTCRaH on May 22, 2006, 11:47:07 PM
great theme... but the Enhanced Quick Reply Mod it doesn't work... it gives me a Parse Error
Title: Re: Pn-Pn
Post by: weber on May 26, 2006, 12:16:23 PM
This theme was updated. :) A correction of the thing not intentionally made to function and a new function were added.


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.

Title: Re: Pn-Pn
Post by: groverat on May 27, 2006, 12:02:18 AM
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.
Title: Re: Pn-Pn
Post by: EgAr on May 27, 2006, 02:02:40 AM
Very cool update

8)
Title: Re: Pn-Pn
Post by: padexx on May 27, 2006, 08:05:35 AM
@ groverat:

you can change this in the theme settings! default is "top" or choose "left".
Title: Re: Pn-Pn
Post by: groverat on May 27, 2006, 02:44:07 PM
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.
Title: Re: Pn-Pn
Post by: bugsmi0 on May 31, 2006, 02:24:29 PM
Anyway to change the headers ? or provide us with the .psd files

would like to replace with actual stars
Title: Re: Pn-Pn
Post by: weber on June 03, 2006, 10:00:12 AM
@EgAr:
Thanks. ;)

Quote from: bugsmi0 on May 31, 2006, 02:24:29 PM
Anyway to change the headers ? or provide us with the .psd files

would like to replace with actual stars

I do not have the idea of sharing it. Because my PSD file is disorderly. :P

You see in the "images" folder of this theme. The images of the header without the logo of SMF will be obtained if it devises it a little.
Title: Re: Pn-Pn
Post by: bugsmi0 on June 08, 2006, 06:15:55 AM
its ok i already found a way to remove it and add my own lucky stars :P
Title: Re: Pn-Pn
Post by: Ryanna on July 07, 2006, 06:33:58 AM
I have a problem with the oversized screenshots posted in the template.

http://i15.photobucket.com/albums/a389/ryanna1/baa28ced.jpg (http://i15.photobucket.com/albums/a389/ryanna1/baa28ced.jpg)

If I change to another template this doesn't happen and I cannot find where to change this.

I don't want to use the Admin - > Features -> Basic -> images posted sizes options because it shrinkes the pictures badly and text is unreadable.

That said, what is different here that is working fine in the other templates (example the auto scroll on each post if the image is oversized?)

Thanks
Title: Re: Pn-Pn
Post by: nermeen_elhelw on July 24, 2006, 05:42:46 PM
i like this theme alot and dont want to change it, but i'm having some problems which might make me reconsider

website: http://boards.alexpharmacy.org or http://www.alexpharmacy.org/smf/index.php

1-smf shout box: works very fine on all themes except this one, i installed it, and editted the specified pages to be able to show it on this theme, it showed but the smilyes box at the right side of the shoutbox do not show at all (i have no idea why) can u please help??

2-integrated chat: i added this mod (the integrated chat mod) but i dont know how to make it show a chat tab beisde the rest of the tabs(my messages, profile, calender,...etc) above, so i had to make it as a link in from the news section. can you tell me how to make a new tab if possible??

3-moderator report: i also installed this mod, but was unable to access it at all from this theme (it is supposed to be accessed from the administration area (maintenence> moderator activity) can you please tell me how to show it??

4-users online today: also this mod didnt work here

i'm really having a problem with making all these mods work, even some mods work on other themes i installed, but dont work here, can anyone help me with making them work well here??
(i tried each mod's comment topic, but was unable to solve those  problems)

thanks in advance
Title: Re: Pn-Pn
Post by: SamoanOnion on September 03, 2006, 12:24:33 AM
is it possible to add a color changer so the users can change the colors on there own?
Title: Re: Pn-Pn
Post by: olem on October 17, 2006, 07:27:47 AM
Someone who can explain this litle bit better:


!!
Attention of Pn-Pn theme:
You should put "Modifications.norwegian-utf8.php" on the "languages" directory ( http://foreldrekontakten.com/forum/Themes/pnpn11rc3a/languages/ ) in the theme of Pn-Pn.

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.


And explain on another way, what  they mean.

Then I will be happy :D and not confused ???
Title: Re: Pn-Pn
Post by: padexx on October 18, 2006, 05:22:26 AM
hi olem!

copy

Themes/pnpn11rc3a/languages/Modifications.english.php

and rename it to Modifications.norwegian-utf8.php

so you have this:

Themes/
       |- pnpn11rc3a/
                     |- languages/
                                       Modifications.english.php
                                       Modifications.norwegian-utf8.php
Title: Re: Pn-Pn
Post by: olem on October 19, 2006, 03:05:11 PM
TankÅ› a lot. this whas a very easy to understand. And it's work.
:D
Title: Re: Pn-Pn
Post by: Skunkie on December 04, 2006, 06:44:02 AM
I just wanted to say thanks tons koni for getting this theme updated so fast for SMF 1.1 Final.  I wish you all the best and keep up the awesome work!
Title: Re: Pn-Pn
Post by: weber on December 04, 2006, 06:01:47 PM
If you and other users are glad, I am glad. :D
Title: Re: Pn-Pn
Post by: phil_roy on December 21, 2006, 09:34:53 PM
The SMF 1.1.1 update is giving me a warning now that the theme is now out of date. Are there any actual changes needed, or is there something I can change to make the warning go away?

Cheers,

Phil
Title: Re: Pn-Pn
Post by: Skunkie on December 22, 2006, 12:10:33 AM
There are no changes theme wise from 1.1 to 1.1.1 that I could find.  The SMF staff places a changes notice in the Theme section.  You can disable the warning by going to the Admin panel, Current Theme, and make sure "Hide theme version attention" is checked.
Title: Re: Pn-Pn
Post by: mark7144 on December 25, 2006, 06:45:29 AM
koni - any chance of creating buttons for the top (home, search etc.) to match the rest of the theme? I would really appreciate buttons instead of links.
Title: Re: Pn-Pn
Post by: sraymundo on January 17, 2007, 01:25:07 PM
After installing this theme and trying to access the members list, I get this error:

An Error Has Occurred!
2: Invalid argument supplied for foreach()
File: /usr/home/silesyxb/public_html/forums/Themes/pnpn111/Memberlist.template.php (eval?)
Line: 54 


Looking through the forums for similar errors, I tried the solutions given by deleting the Memberlist.template.php from the pnpn111 directory but it did not work.  I also tried deleting the same file in the default directory to no avail.

Anyone know how I can fix this?
Title: Re: Pn-Pn
Post by: sraymundo on January 19, 2007, 12:42:15 AM
??
Title: Re: Pn-Pn
Post by: mklcst on January 21, 2007, 06:53:01 PM
Hi, i have to change the colour of "Forum Tools" and "Search this Forum" but i can't find on css where modify it. Can you help me?

Title: Re: Pn-Pn
Post by: Skunkie on February 14, 2007, 05:07:16 PM
Thanks for getting this updated to 1.1.2 so quickly!  I really appreciate it.

Now I am off to update my forums.  :D
Title: Re: Pn-Pn
Post by: weber on February 14, 2007, 05:42:07 PM
Thank's, Skunkie. ;)
I am amazed spiritless even for myself recently. :P However, I want to continue the update of the theme.
Title: Re: Pn-Pn
Post by: NoRegrets on February 18, 2007, 04:40:37 PM
Quote from: koni on February 14, 2007, 05:42:07 PM
Thank's, Skunkie. ;)
I am amazed spiritless even for myself recently. :P However, I want to continue the update of the theme.
Thank you for a great theme koni!

I do have a question though, I want to add the Modbreak Mod (http://custom.simplemachines.org/mods/index.php?mod=622), do you know if this is compatible with your theme?
Title: Re: Pn-Pn
Post by: Skunkie on February 19, 2007, 07:09:47 AM
Hi NoRegrets,

All mods are created to modify the default SMF theme.  Installing the Modbreak Mod will require you to edit Pn-Pn manually to include it.
Title: Re: Pn-Pn
Post by: ldcdc on February 19, 2007, 10:12:46 PM
Such a fast update, and a great theme! Well done!

Thank you!
Title: Re: Pn-Pn
Post by: RiderRaghav on February 22, 2007, 01:16:10 PM
hey i'm not able to download it!!!
why is that so???
Title: Re: Pn-Pn
Post by: stoecki on May 27, 2007, 06:51:56 AM
Hi all,

is there a tinyportal version of the 1.1.2 version of this theme?!

greetings,

michael
Title: Re: Pn-Pn
Post by: EgAr on May 28, 2007, 02:39:39 PM
Quote from: stoecki on May 27, 2007, 06:51:56 AM
is there a tinyportal version of the 1.1.2 version of this theme?!

http://www.tinyportal.net/index.php?topic=9360.0
Title: Re: Pn-Pn
Post by: L.G.S on June 01, 2007, 04:09:19 PM
hi great theme...can I please request permission to use the code you have to make your post displays (with all the user info at the top of the post instead of the side) and implement it into another theme? And if I can, would you please tell me what code to edit on the default theme in display.template.php?
Title: Re: Pn-Pn
Post by: bruno.cunha on June 26, 2007, 06:17:56 AM
Hi, first great theme. Second, when I installed it, I noticed the theme was made for 1.1.2 and not for 1.1.3. What needs to be done to make compatible for 1.1.3?
Title: Re: Pn-Pn
Post by: weber on June 26, 2007, 08:47:59 AM
Quote from: bruno.cunha on June 26, 2007, 06:17:56 AM
Hi, first great theme. Second, when I installed it, I noticed the theme was made for 1.1.2 and not for 1.1.3. What needs to be done to make compatible for 1.1.3?

The difference between 1.1.2 and 1.1.3 for the theme is only "xml_topic.js" of default. Therefore, the theme that I made need not change basically.

You have two choices. One erases attention with "Admin -> Configuration -> Current Theme -> Hide theme version attention" and uses a present theme. Another installs the theme that I changed for 1.1.3.

I added the change concerning the width to themes for 1.1.3 that I made this time. It is a change for a wide display.
Title: Re: Pn-Pn
Post by: weber on June 26, 2007, 08:50:55 AM
Quote from: L.G.S on June 01, 2007, 04:09:19 PM
hi great theme...can I please request permission to use the code you have to make your post displays (with all the user info at the top of the post instead of the side) and implement it into another theme? And if I can, would you please tell me what code to edit on the default theme in display.template.php?

I'm sorry that the answer is delayed. :-[
There is no problem if you do not sell it no matter how my theme is used. ;)

However, I do not have time to show you the code.

Title: Re: Pn-Pn
Post by: bruno.cunha on June 26, 2007, 11:27:42 AM
Thanks koni.
Just one last doubt. After installing the 1.1.3 pn-pn theme, I go this message:
QuoteAttention of Pn-Pn theme:
You should put "Modifications.portuguese-utf8.php" on the "languages" directory ( http://xxxxx.cm-lisboa.net/smf/Themes/pnpn113/languages/ ) in the theme of Pn-Pn.

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.
My doubt is here -->
Copy "Modifications.english.php" of the "languages" directory of Pn-Pn onto the first
The first what? Sorry I really don't understand.

Thanks
Title: Re: Pn-Pn
Post by: padexx on June 29, 2007, 10:25:38 AM
Hi,

just duplicate Modifications.english.php in http://xxxxx.cm-lisboa.net/smf/Themes/pnpn113/languages/ and rename it to Modifications.portuguese-utf8.php
Title: Re: Pn-Pn
Post by: bruno.cunha on July 02, 2007, 10:57:15 AM
Cool thanks so much :D
Title: Re: Pn-Pn
Post by: iborotti on August 04, 2007, 07:11:36 AM
This theme very cool thanks

please, can you give header.psd

i'm very bad speak english. sorry :)
Title: SMF Gallery Lite Mod Install
Post by: tweaked_eye on August 07, 2007, 11:33:15 AM
Anyone got a sample of how they tweaked their code to get the Gallery to show up?  I looked at the various tut's but I just don't understand it.  I am very noob when it comes to php.
Title: Re: Pn-Pn
Post by: tweaked_eye on August 14, 2007, 08:53:34 PM
I paid someone to integrate the gallery and they cannot get the permissions to accurately show up....the tab shows up in the admin window but not for other users.
Title: Re: Pn-Pn
Post by: tweaked_eye on August 19, 2007, 07:27:13 PM
Well, if anyone is having problems with modding this theme, I paid Tik a few sheckles and he did a very nice job installiing my Photo gallery, embed mod and YouTube profile mod.  Should him a PM as he is very responsive.
Title: Re: Pn-Pn
Post by: mrstime on August 27, 2007, 03:11:49 PM
Disregard.  I am a dufus.   8)
Title: Re: Pn-Pn
Post by: Sunil_W on September 25, 2007, 08:33:24 AM
Hi. This is a beautiful theme. Thanks. All the members of my forum love it.

Alas, when I updated my version of smf, I get a highly visible message declaring incompatibility.

Is there a way to make the theme compatible with version 1.1.4 ?

Thanks
Title: Re: Pn-Pn
Post by: weber on September 25, 2007, 07:23:10 PM
Hi, :)

In the update from 1.1.3 to 1.1.4, there is no change to the theme.

Therefore, you have two choices.  One erases attention with "Admin -> Configuration -> Current Theme -> Hide theme version attention" and uses a present theme. Another installs the theme that I changed for 1.1.4.
Title: Re: Pn-Pn
Post by: Mudlark on January 05, 2008, 03:39:38 PM
Hi,


Been running this theme with no problems on my forum for over a year now.

Just recently changed servers and updated to SMF 1.1.4 along with the pn-pn114 and now I have problems.


My problem is that none of the english buttons are showing up ~ Reply | Notify of replies | Add poll | Send this topic | Print  or View Profile  Email  Personal Message (Offline) etc.

Can anyone help on this problem?
Title: Re: Pn-Pn
Post by: dcampbell1066 on January 31, 2008, 11:21:39 AM
Koni,

All of my users love your theme. This morning I updated to SMF ver 1.1.4 and tried to dl your latest version of PN-PN and all of my zip programs say there is a problem with the zipfile.

Can you please check that? When installing I see the same problems others have reported: looks like the style sheet is missing.

Thanks!!
Dave
Title: Re: Pn-Pn
Post by: Deaks on January 31, 2008, 11:35:26 AM
Please read the following linked post to see what to do

http://www.simplemachines.org/community/index.php?topic=217551.0
Title: Re: Pn-Pn
Post by: weber on February 01, 2008, 03:40:56 PM
Quote from: campbeda on January 31, 2008, 11:21:39 AM
Koni,

All of my users love your theme. This morning I updated to SMF ver 1.1.4 and tried to dl your latest version of PN-PN and all of my zip programs say there is a problem with the zipfile.

Can you please check that? When installing I see the same problems others have reported: looks like the style sheet is missing.

Thanks!!
Dave

Thank you for information. I replaced it with the new file. ;)
Title: Re: Pn-Pn
Post by: Basie on February 08, 2008, 06:32:34 PM
Hi Koni,

Great theme. This is easily my favourite SMF theme. :)

But how do I add a new tab to the navigation bar?

Thanks.
Title: Re: Pn-Pn
Post by: Wislander on March 28, 2008, 07:39:10 AM
Just migrated my webcomic's forum (http://www.angrybunnycomic.com/forum/) to SMF and found the Pn-Pn theme and really like the look an feel of the design. And the "red" version fit really well into my overall site's design

Great work on this theme. Apparently a lot of other people agree too.
Title: Re: Pn-Pn
Post by: weber on May 02, 2008, 05:13:22 PM
Thank you for the user who gave me information on the update. ;D I replaced it with the new file.

Bytalk:
There are a few changes in the theme of default in this 1.1.5. I reflected them in all themes that I had made.
Title: Re: Pn-Pn
Post by: istaylsugbo on May 03, 2008, 04:02:15 AM
this theme is so cool.. for me by far its the best.. thanks to koni.. however, i need to put a shout box to it for real time user interaction, can anyone help me with it? thanks a lot!
Title: Re: Pn-Pn Images not loading in IE7
Post by: hvault2277 on June 01, 2008, 01:22:40 AM
Thanks Koni - superb design!

In Firefox 2.0.0.14 all works without a hitch, but in IE7 the images (ie new posts, members list,
forum stats, Post new etc) are not loading.
Cannot seem to find a solution in the forum - what is the secret?

Thanks,

hv
Title: Re: Pn-Pn
Post by: Dryeena on June 24, 2008, 02:43:15 PM
Hi! I love your theme^^  Really much. Though I found a problem with it.

Not something really big. It just don't Validate.

I fixed it though, and wanna share the fix with you.

                  <label for="cookieneverexp"><b>', $txt[508], ':</b><br /><input type="checkbox" name="cookieneverexp" id="cookieneverexp" checked="checked" class="check" /></label>
               </td>
               <td valign="middle" align="left">
                  <input type="submit" value="', $txt[34], '" />
               </td>
            </tr></tbody></table>
         </form>
      </td>
   </tr>';
   }

   echo '
</tbody></table></div><div class="bdc"><!-- blank --></div>';

Find that section in the Boardindex.template.php file.
and remove </tbody>
It made my forum validate using your code. And thought you'd like to know. 
Title: Re: Pn-Pn
Post by: weber on September 09, 2008, 04:46:48 AM
Quote from: Dryeena on June 24, 2008, 02:43:15 PM
Hi! I love your theme^^  Really much. Though I found a problem with it.

Not something really big. It just don't Validate.

I fixed it though, and wanna share the fix with you.

                  <label for="cookieneverexp"><b>', $txt[508], ':</b><br /><input type="checkbox" name="cookieneverexp" id="cookieneverexp" checked="checked" class="check" /></label>
               </td>
               <td valign="middle" align="left">
                  <input type="submit" value="', $txt[34], '" />
               </td>
            </tr></tbody></table>
         </form>
      </td>
   </tr>';
   }

   echo '
</tbody></table></div><div class="bdc"><!-- blank --></div>';

Find that section in the Boardindex.template.php file.
and remove </tbody>
It made my forum validate using your code. And thought you'd like to know.

Thank's Dryeena. ;)
Thank you for correcting my mistake. And, my answer was very late.  :-[ I apologize deeply.I am fighting against my own spiritlessness as of now. Wish for you to be permitted.

I corrected the part that had been taught Dryeena according to the renewal of SMF. However, there is no change in the theme of 1.1.6 of default. Therefore, there is not a change any more in this theme either.

Title: Re: Pn-Pn
Post by: grevan on September 12, 2008, 09:42:01 AM
Hi Koni, love your template!
Just a simple question, i updated SMF to 1.1.6 and now i get this message:
QuoteThis theme doesn't correspond to the version of SMF that you are using. This theme is made for SMF 1.1.4 & SMF 1.1.5.
How do i remove that?
Thanks a lot.
Title: Re: Pn-Pn
Post by: vladimir - sv on October 01, 2008, 08:03:58 AM
Quote from: Mudlark on January 05, 2008, 03:39:38 PM
Hi,


Been running this theme with no problems on my forum for over a year now.

Just recently changed servers and updated to SMF 1.1.4 along with the pn-pn114 and now I have problems.


My problem is that none of the english buttons are showing up ~ Reply | Notify of replies | Add poll | Send this topic | Print  or View Profile  Email  Personal Message (Offline) etc.

Can anyone help on this problem?
Hi!, I have this very same problem, no buttons :(

They're in /Themes/pnpn116/images/english but they don't seem to load :(

I'm using Spanish language board, I copied the modification.english.php to modificacion.spanish_es-utf8.php and that took away the warning of your theme, however buttons are not displayed.

btw, you can see them (not) working here:
http://foro.todosv.com/index.php/topic,59.0.html (http://foro.todosv.com/index.php/topic,59.0.html)

By the way, thank you very much for this great theme :).




Nevermind, I renamed the folder /Themes/pnpn116/images/english to /Themes/pnpn116/images/spanish_es-utf8 and it's working fine now :)
Title: Re: Pn-Pn
Post by: By_GREEN on October 01, 2008, 01:05:18 PM
thanks
Title: Re: Pn-Pn
Post by: AkceO on October 01, 2008, 01:52:34 PM


Very nice theme.

Thnx

MyTaP_o1
Title: Re: Pn-Pn
Post by: HR on January 20, 2009, 11:13:12 AM
Silly question.. how can I narrow or disable the upper menu (aside of commenting out everything)? Im using  2560 x 1026 (dual screens) and by the time you add the gallery arcade and what not the width is just huge.

Also, for some reason expanding categories is not working.. I went back to default to open them up..