That usually works with other plugins that seem to mismatch version numbers!

Thanks I will give it a go!

You can download the script from;

http://www.punres.org/desc.php?pid=188

It is called Pun Upload Extra

Does anyone know how to modify PunUploadExtra to notify admin everytime someone downloads a file with;
1/ their email address/user name
2/ file name

Users would have to be logged in to use it

There is a Template 1  .txt file in a directory Newsletters but the template options drop-down box is empty, is this related?

Thanks for that.
I have tried putting in some text and html but the emails received are blank!

When I click on Newsletter i get a page of admin which contains...

Help
This mod allows you to send

Settings
Use HTML?

Template to use (no options)

Header

Body

Footer

Submit button

Where do I put the newsletter?

If I go to admin I have a header-body-footer section.
What do I do here?

Of course, its easy when you know how!
Done, that, seems to work ok.

Many thanks.

How do you install and run this plugin ?

I have just installed Newsletter.
If I click my menu link for Newletter I get the box with e-mail address and 2 buttons 'subscribe' & 'unsubscribe'

If I fill this in and subscribe, I get another box saying 'I am subscribed' but whet happens next?
How do I send a newsletter?

Sorry I had missed out the } in

<?php
}
require PUN_ROOT.'footer.php';

I was rushing it !

It seems to work ok, many thanks mate!

Yes, is it anything to do with Miniportal?

I have just tried that and I just get a white page whether logged in or not!

What is ?

{
//your code
}

also where do I paste ?

if($pun_user['g_id'] != PUN_GUEST)
{
//your code
}

I have PunBB with Miniportal.
I have some php pages which I want users to login before they can see them.
When they click that page in the menu I need a message "You must login to see this page!"

My code is..

<?php

define('PUN_ROOT', './');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';

//Set the page title here
$page_title = pun_htmlspecialchars($pun_config['o_board_title']) . ' / Page 6';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
require PUN_ROOT.'include/parser.php';

?>

<div> blah blah </div>

<?php

require PUN_ROOT.'footer.php';

What is the code that I should write in the page and where exactly should it go?

Many thanks in advance!

I have succesfully integrated Coppermine using the bridge incorporated in it. Looks very much better!

Coppermine bridge works just fine (check the link in my signature) but integrating a common design is a pain as Coppermine structure is transitionnal and a bit messy

http://www.tuningtour.org/
--------------------------------------------------------------------------------
Powered by PunBB

Coppermine fits in with this site very well.
I am not too happy with PBB Gallery layout.

I am going to have a go at the bridge now...
watch this space

For some reason if i set FTP Upload Server to 'No' it works!
Don't understand this.

I have installed PBB Gallery. http://www.punres.org/desc.php?pid=70

Have a slight problem...
Have set up albums but unable to FTP.

I get an error message..

ERROR : Image FTP loading failed! Start again later.

My site is : http://www.mysite.co.uk/forum/upload/index.php
My forum is : http://www.mysite.co.uk/forum/upload/forum.php
My gallery is : http://www.mysite.co.uk/forum/upload/gallery.php

gallery settings are:
FTP Upload Server - Yes
HTTP Base URL of FTP : http://www.mysite.co.uk
FTP Upload Directory : forum/upload/img/gallery
FTP server : ftp.mysite.co.uk
FTP user name : same as with my FTP software which works ok
FTP password : same as with my FTP software which works ok

Any ideas please?

I have found this...

http://www.punres.org/desc.php?pid=314

which adds a logout link after your 'name logged in'
so I could delete 'logout' from navlinks on side bar and wouldn't need it in top menu.

No need to duplicate any function on a webpage, such as login etc, some sites have it 3 or 4 times!

Its a usability issue.

I have a PunBB / Miniportal site and I want to add a gallery.
Nothing special, just albums etc, no user uploads just admin.

What can I use, I can't seem to find any galleries listed.

Wonder if Coppermine will integrate, I am familiar with it

I have set up Miniportal following the wiki tutorial http://wiki.punres.org/Miniportal.
I have removed the top menu i.e.

Index | User list | Search | Profile | Logout

I have set it up as a side menu (pun_sidelinks) and created a forum.tpl where it only shows when you are actually in the forum.(because it only relates to when you are in the forum except 'log out')

I have a main menu on the side for all the other pages on the site i.e. page1, page2, page3 etc.
I have also added login box on the side.
I have created a new top navigation bar with...

Home | About us | Contact us etc

I wish to add 'Log out' to this.

Any ideas please?

I'm not sure if I can edit functions.php because won't it affect the side bar as well?

Andrew your site http://www.belviewumc.org is exactly what I have been looking for...

Header without menu items, navigation in a side panel, forum integrated perfectly, also a gallery and file/download page with restricted acces.

How did you do it?

Obviously you are using PunBB and Miniportal but what was the gallery module and the downloads module?

Has anyone installed Miniportal?
I would like to see some examples of your websites to see how Miniportal works.

I need to revamp a website to include PunBB with register/login operations.