That usually works with other plugins that seem to mismatch version numbers!
1 2007-04-28 08:05
Re: Miniportal - your example websites (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2007-04-26 21:15
Re: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks I will give it a go!
3 2007-04-26 18:20
Re: Miniportal - your example websites (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You can download the script from;
http://www.punres.org/desc.php?pid=188
It is called Pun Upload Extra
4 2007-04-26 17:08
Topic: PunUploadExtra-notify admin by email when file is downloaded (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
5 2007-04-26 16:18
Re: Newsletter plugin - how do you use it? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There is a Template 1 .txt file in a directory Newsletters but the template options drop-down box is empty, is this related?
6 2007-04-26 16:04
Re: Newsletter plugin - how do you use it? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks for that.
I have tried putting in some text and html but the emails received are blank!
7 2007-04-26 15:39
Re: Newsletter plugin - how do you use it? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
8 2007-04-26 15:09
Re: Newsletter plugin - how do you use it? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If I go to admin I have a header-body-footer section.
What do I do here?
9 2007-04-26 15:08
Re: AP_Broadcast_Email installation instructions required (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Of course, its easy when you know how!
Done, that, seems to work ok.
Many thanks.
10 2007-04-26 15:01
Topic: AP_Broadcast_Email installation instructions required (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
How do you install and run this plugin ?
11 2007-04-26 14:55
Topic: Newsletter plugin - how do you use it? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
12 2007-04-26 11:47
Re: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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!
13 2007-04-26 11:43
Re: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes, is it anything to do with Miniportal?
14 2007-04-26 11:38
Re: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have just tried that and I just get a white page whether logged in or not!
15 2007-04-26 11:30
Re: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What is ?
{
//your code
}
also where do I paste ?
if($pun_user['g_id'] != PUN_GUEST)
{
//your code
}
16 2007-04-26 10:38
Topic: Prevent guests from opening some pages (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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!
17 2007-04-25 07:52
Re: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have succesfully integrated Coppermine using the bridge incorporated in it. Looks very much better!
18 2007-04-24 15:50
Re: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
19 2007-04-24 15:31
Re: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
For some reason if i set FTP Upload Server to 'No' it works!
Don't understand this.
20 2007-04-24 15:26
Re: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
21 2007-04-24 13:44
Re: Add 'logout' to menu (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
22 2007-04-24 13:38
Topic: PunBB/Miniportal- which is the best gallery? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
23 2007-04-24 11:55
Topic: Add 'logout' to menu (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
24 2007-04-23 19:08
Re: Miniportal - your example websites (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
25 2007-04-23 12:00
Topic: Miniportal - your example websites (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.