Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

Make donations with PayPal!
Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $25.00
Net Balance: $23.57
Left to go: $76.43

Donations
Anonymous ($15)Jun-14
Anonymous ($10)Jun-10

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 2013 Abuse admin adslight AntiHarvesting AntiMalUser AntiSpam API banner Beats billige black Blocks blue Captcha cell Christmas chronolabs content Conversion database demo docek download Dresses editor evden eve facebook floor free Head herre Honeypot Human IP jQuery kantor lamps Legal log logger mobile module modules Monster mulberry MyAlbum-p Networks newbb news Notices online PageRank pandora pdf Permissions pink Plugin portal Prevention profile project Protector publisher Rights rmcommon Room sale security Server site Smarty Spam statistics stem Studio tag tags tdmcreate template Theme themes User userlog website Whitepaper Winter Wishcraft XML XooLaT xoops Xoopspoll Xortify Yolande ZendFramework

New Users

Registering user

# 136108

pioacieo

Welcome to XOOPS!




Bottom   Previous Topic   Next Topic  Register To Post

(1) 2 3 4 ... 14 »


#1 Posted on: 2004/3/5 1:51 Newbb Pro (attachments, mark read ...)
I have added lots of hacks to my newbb forum.
The changes:

-Mark all forums read.
-Mark all posts read.
-Show users groups.
-Send PM button.
-Delete one post or all.
-Attachaments. (Hability to delete or change attachments editing the post).
-Private forums are hidded to users without permission.
-New buttons, Private forums with new messages, Private forums without new messages.
-New button for sticky posts (you can see if sticky post has new messages or not)
-Little icon for showing if post has attachments.

INSTALLATION:

Download HERE

UPDATING XOOPS 206 NEWBB MODULE:
A simple script is included for update the old newbb db "up_newbb_pro1.php"
Just copy it to your site and open it on browser.
Please before update the bd make sure you have a copy.

Overwrite newbb module with mine and refresh it in Modules Control Panel.

NEW INSTALLATION:
Overwrite original newbb module with mine and install.

I'm waiting for impressions. (For very bad impressions just lie )

Top

samuels
Quite a regular
Quite a regular
Joined:
2003/10/30 11:29
Group:
Registered Users
Posts: 231
(Show More) (Show Less)


#2 Posted on: 2004/3/5 2:31 Re: Newbb Pro (attachments, mark read ...)
Thanks We'll review the hacks and se if we can integrate them into the official module!

Herko


Top

Herko
XOOPS is my life!
XOOPS is my life!
Joined:
2002/2/4 4:01
From 127.0.0.1
Group:
Registered Users
Posts: 4013
(Show More) (Show Less)


#3 Posted on: 2004/3/5 3:45 Re: Newbb Pro (attachments, mark read ...)
Just about to give this a shot but the URL is misspelt, try here;

Corrected Download Path

Update:

Installs fine, works fine, however (aaaarrggghhhh) the bulk of the changes are in Spanish - as are some of the graphics. Anyone up for a translation?

Also the changes in admin are without correct labels EG;

_MD_A_ALLOW_ATTACHMENTS
_MD_A_ATTACHMENT_SIZE
_MD_A_ALLOWED_EXTENSIONS
_MD_A_EXTENSIONS_DELIMITED_BY



Top

Wingz
Just popping in
Just popping in
Joined:
2002/8/22 19:03
From 'Straya
Group:
Registered Users
Posts: 71
(Show More) (Show Less)


#4 Posted on: 2004/3/5 5:17 Re: Newbb Pro (attachments, mark read ...)
Ok, solved.
If you don't want to download again add this to language/enlgish/admin.php

define("_MD_A_ALLOW_ATTACHMENTS","Allow attachments");
define("_MD_A_ATTACHMENT_SIZE" ,"Max Size");
define("_MD_A_ALLOWED_EXTENSIONS", "Allowed Extensions");
define("_MD_A_EXTENSIONS_DELIMITED_BY","Extensions delimited by |");

Top

samuels
Quite a regular
Quite a regular
Joined:
2003/10/30 11:29
Group:
Registered Users
Posts: 231
(Show More) (Show Less)


#5 Posted on: 2004/3/5 13:18 Re: Newbb Pro (attachments, mark read ...)
I am still getting this in my forums:

Marcar Todos Los Foros como leídos

Tabby

Top

Tabasco
Not too shy to talk
Not too shy to talk
Joined:
2003/12/26 16:34
From Chicago
Group:
Registered Users
Posts: 195
(Show More) (Show Less)


#6 Posted on: 2004/3/5 13:34 Re: Newbb Pro (attachments, mark read ...)
Sounds faboo!

I'm wondering if it would be a lot of trouble to hack this so that it can actually run side-by-side with the existing NewBB module. (I'd like to give it a test run before moving over...plus I'd like to have a little security that if I do an upgrade to the core it won't break the BBS.)

Top

Ace_Armstrong
Quite a regular
Quite a regular
Joined:
2003/1/8 21:08
Group:
Registered Users
Posts: 223
(Show More) (Show Less)


#7 Posted on: 2004/3/5 14:29 Re: Newbb Pro (attachments, mark read ...)
This hack uses the same tables in bd that original newbb. But it adds some files to bb_forums and bb_posts tables.

I think there is no problem to restore the original newbb after testing newbb pro.
Just make a backup of bd if not sure.
Newbb Pro doesn't delete any existing info in your bd.

@TABBY

For solve the problem with texts:

Open viewforum.php
In line 328, change
$xoopsTpl->assign('mark_read'"<a href="viewforum.php?forum=".$forum."&mark_read=1">Marcar todos los mensajes como leídos</a>");


With
$xoopsTpl->assign('mark_read'"<a href="viewforum.php?forum=".$forum."&mark_read=1">"._MD_MARK_ALL_POSTS."</a>");


Open index.php
In line 56 change:
$xoopsTpl->assign('mark_read'"<a href="index.php?mark_read=2">Marcar todos los foros como leidos</a>");


With
$xoopsTpl->assign('mark_read'"<a href="index.php?mark_read=2">"._MD_MARK_ALL_FORUMS."</a>");


Finally, open language/english/main.php and add:
define("_MD_MARK_ALL_FORUMS","Mark all forums read");
define("_MD_MARK_ALL_POSTS","Mark all posts read");


Top

samuels
Quite a regular
Quite a regular
Joined:
2003/10/30 11:29
Group:
Registered Users
Posts: 231
(Show More) (Show Less)


#8 Posted on: 2004/3/5 16:35 Re: Newbb Pro (attachments, mark read ...)
Lovely, I saw a hack like this before but that was in for a not understandable language and this is at least in english... :)

However, a suggestion. And this moment it is impossible to give different groups different permissions. Since now 'normal' members can upload also files, why, I for example want to set upload for admins and mods only.

Top

Jan304
Official Support Member
Official Support Member
Joined:
2002/3/31 7:13
From Belgium/België/Belgique
Group:
Registered Users
Posts: 422
(Show More) (Show Less)


#9 Posted on: 2004/3/5 18:55 Re: Newbb Pro (attachments, mark read ...)
@Jan304
I'll work on it, i have collected some experience with groups permissions modifying mydownloads module.

(I'm sorry with translations, I love german but it's tooooo dificult. )

Top

samuels
Quite a regular
Quite a regular
Joined:
2003/10/30 11:29
Group:
Registered Users
Posts: 231
(Show More) (Show Less)


#10 Posted on: 2004/3/6 4:18 Re: Newbb Pro (attachments, mark read ...)
Thx. But, now you said that, don't forget I expect a lot of it

Oh btw, I do not speak german, but dutch :)

Top

Jan304
Official Support Member
Official Support Member
Joined:
2002/3/31 7:13
From Belgium/België/Belgique
Group:
Registered Users
Posts: 422
(Show More) (Show Less)




(1) 2 3 4 ... 14 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.

[Advanced Search]