1

(7 replies, posted in PunBB 1.2 troubleshooting)

I'm experiencing this problem as well.

I wonder if it's merely a matter of the user clearing cache after the major upgrade of 1.2 to 1.3.

It appears that other threads do not offer solutions, though I'm checking more now.

of 2000 users, 15 called to report problem, 4 emailed.

2

(2 replies, posted in PunBB 1.2 troubleshooting)

With PunBB 1.2.10 installed at http://www.betrbeagle.com/forums/, the posts by one user Tughill's Beagles (and by a later test user setup by the same person as Tina- Tughill's Beagles) are corrupted, see

http://www.betrbeagle.com/forums/viewtopic.php?id=358

When I tried to delete the user (so I could then add them back myself), I cannot access their user area and instead I get the following error message,

Fatal error: Call to undefined function: truncate_url() in /usr/www/users/enhan/betrbeagle/forums/include/parser.php(336) : regexp code on line 1

Thanks.

1.2.6, not working here,

http://www.betrbeagle.com/forums/viewforum.php?id=3

Rickard wrote:

I've redone the all caps protection in 1.2, so hopefully, it will work better.

4

(2 replies, posted in Feature requests)

This works great!

I can now invite clients into the board to discuss their project -- without them seeing other client discussions. Very cool!

One small downside is that if you have many clients (category level) with a few forums or topics under each one (design, maintenance, misc) you have 6-8 check boxes to swich off for each "Edit group permissions for this forum" area, you have lots of settings to change manually, potentially hundreds, depending on the size of your system. But anyway, it's a great tool for my business now.

I added the Mod which allows only me (the Admin) to add subcribers.

Thanks.


Frank H wrote:

put them in different usergroups, and then assign access accordingly ... but only to forums (not topics)

5

(2 replies, posted in Feature requests)

I want allow my clients & helpers to access "project forums" where we discuss our project... but I don't want the clients to see each others forums. Is it possible to restrict certain users to certain forums?

Thanks,
Tobias Brown.

6

(14 replies, posted in General discussion)

D9r wrote:

I think you're trying to do too much.  Just logon as an administrator, click 'Admin', 'Permissions', and next to 'Guest' set the 4 radio buttons to 'Yes'.

I'm so stupid that I figured I better update these directions for the latest version of PunBB -- as this setting location has changed and it's HARD TO FIND if you're stupid. I know I will be back here... again. ;-)

For PunBB 1.2.x, Admin Menu, User Groups, Existing Groups, Edit Guest, set all radios to Yes.

Some credit is due, I figure this one out myself.

TB

7

(17 replies, posted in General discussion)

Works!

But how do I convince visitors to use this pattern?

[ingredients]blah blah blah[directions]blah blah blah blah[/recipe]

Toby

8

(17 replies, posted in General discussion)

I replaced the parser.php section which begins and ends as follows with the php from your post but it had no effect:

$pattern = array('#\[b\](.*?)\[/b\]#s',

<snippage of middle part>
                    
'<span style="color: $1">$2</span>');

I simply switched out the script section and uploaded the revised parser.php file to the appropriate "include" folder.

Here's the test post,

http://www.homesteadhelpers.com/forums/ … ?pid=13#13

Thanks,
TB.

9

(17 replies, posted in General discussion)

That works! Thanks.

Now, a quote please from someone to do item #3:

Use bbcode... "which parses the message into a two column table and then returns it complete with the table code. Something like side by side quote boxes."

Regards.

10

(17 replies, posted in General discussion)

Connorhd wrote:

the word changes are all in the language files

I'm searching for the language files.
No clues from a search.

And I don't think you mean the "lang" folder

11

(17 replies, posted in General discussion)

Here are the customizations I'll hire someone to do for my client's PunBB, located at:

http://www.homesteadhelpers.com/forums/

-Change every instance of "Topics" to "Recipes"
-Change "Message" to "Ingredients & Directions"
-If possible, break this message area into two side-by-side sections: an Ingredients section and a
Directions section. 
-Change "Announcement" to "Granny's Recipe Box"
-Bold font for everything in the announcement box and make each sentence
a separate line centered in the announcement box

Please send cost/requirements to toby@enhanced-designs.com

Thanks,
Toby.

12

(17 replies, posted in General discussion)

Nothing too large I expect.

First, the client would like to add iconic graphics next to categories (like next to Bug Reports on the PunBB board).

I can try to develop a list of items w/client first if someone's interested.

Thanks,
Toby.

13

(17 replies, posted in General discussion)

Is anyone available for "paid customization" of a PunBB forum which I setup for a business client of mine?

Please email toby@enhanced-designs.com.

Will pay via paypal.

Thanks,
Toby.

14

(14 replies, posted in General discussion)

That makes sense.

But recently I watched a forum based on Matt's WWWBoard go from regular use to no use... presumably because they upgraded to a board with registration. (They upgraded because they were tired of dealing with spammers... which is what you have to deal with if you don't have registration, I know.)

With PunBB even if you don't actually have to register, the mere presence of the word register might make some potential posters think they MUST register to post, so I would prefer to remove it. But I have to think more about this now...

Thanks.

15

(14 replies, posted in General discussion)

D9r wrote:

I think you're trying to do too much.  Just logon as an administrator, click 'Admin', 'Permissions', and next to 'Guest' set the 4 radio buttons to 'Yes'.

I took Chacmool's advice and manaully removed the "Register" and "Login" links (located in the top header area). So, this particular job does not appear to be an option in the 'Admin'... area. So, to be consistent and not have the Register option appear anywhere, I need to go through most of the other PHP pages and remove these options manually, as well. Okay, that's doable.

BUT when I downloaded 'index.php' and tried to manully edit out "Register" and "Login", I could not find these links... When I viewed the source online instead, the links were clearly present... So, I edited from the source and uploaded... I tried a post before lunch and it worked... but now I tried a post and it doesn't work. The message says I haven't registered... And when I tried a search, it told me I wasn't registered. In the Guest section of the Admin module, I have "Guests may use search" checked as "Yes" so why must I register?

Correction, I posted Sugar Pie but the body of the message is missing. So, the post worked partially.

Did I screw up the script by editing the source version?

I'm referring to the forum located at,

http://www.homesteadhelpers.com/forums/index.php

Thanks,
Toby.

16

(14 replies, posted in General discussion)

Is there a help file on this topic?

Anyways, in the 'functions.php' file, should I remove the following section?

if ($cookie['is_guest'])
    {
        if ($pun_config['o_search'] == '1' && $pun_config['p_guests_search'] == '1')
            $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';

        $links[] = '<a href="register.php">'.$lang_common['Register'].'</a> | <a href="login.php">'.$lang_common['Login'].'</a>';
       
        $info = $lang_common['Not logged in'];
    }
    else
    {
        if ($cur_user['status'] < PUN_MOD)
        {
            if ($pun_config['o_search'] == '1')
                $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<a href="profile.php?id='.$cur_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<a href="login.php?action=out">'.$lang_common['Logout'].'</a>';
        }
        else

Thanks,
Toby.

17

(14 replies, posted in General discussion)

Thanks.

But when I try to pull up the functions page, the screen's blank,

http://www.homesteadhelpers.com/forums/ … ctions.php

and the index file contains only a "."...

http://www.homesteadhelpers.com/forums/ … index.html

Do I still need to install something here?

Thanks,
Toby.

18

(14 replies, posted in General discussion)

Okay, I now see that not registering is the default setting, eh?

19

(14 replies, posted in General discussion)

In Permissions Registration area there are two options:

"Allow banned e-mail addresses"
"Allow duplicate e-mail addresses"

I don't see an option there to turn off registration completely, that is, to allow someone to post freely without registering.

20

(14 replies, posted in General discussion)

Is it possible to disable the registation requirement in PunBB?

I search these forum and browsed the config module but found nothing.

Thanks,
Toby.