Search found 171 matches

by jojobarjo32
Fri Apr 06, 2007 10:24 pm
Forum: Chit Chat
Topic: Where to post feature suggestions/requests? RSS...
Replies: 0
Views: 22378

Re: Where to post feature suggestions/requests? RSS...

Hi :) Actually (since a few years in reality), there is no place to post a feature request for phpBB :) phpBB 3.0 is feature frozen (it means that no new features will be added in the core and that the developpers are only fixing the bugs before a final release). A feature tracker may open after Oly...
by jojobarjo32
Fri Apr 06, 2007 10:05 pm
Forum: [3.0/Olympus] Discussion
Topic: forum permissions suggestion
Replies: 2
Views: 2875

Re: forum permissions suggestion

Aren't private messages better and simpler for that ? :P Just contact an admin or a moderator: moreover normal members won't be "annoyed" by topics which are not for them ;) If you really need such a feature (it may be usefull or even needed for some things, OK), then you'll have to code i...
by jojobarjo32
Fri Apr 06, 2007 12:17 pm
Forum: [3.0/Olympus] Discussion
Topic: suggestion to developers: please release beta-6
Replies: 112
Views: 119795

Re: suggestion to developers: please release beta-6

I want to get practice using the automatic install and uninstall member functions of mod classes. I want to see if there are any bugs in the way these are implemented and prepare myself as necessary. Automatic install and uninstall are not implemented yet and won't be before 3.2 IIRC. install() and...
by jojobarjo32
Mon Mar 26, 2007 5:32 pm
Forum: [3.0/Olympus] Styling
Topic: Avatar IMG Path
Replies: 3
Views: 4714

Re: Avatar IMG Path

{T_AVATAR_PATH} is just the path to the avatar directory, not to user's avatar ;) There is no defined variable by default... if you really want one, add in memberlist.php (I assume you talk about the viewprofile...), around line 518 (after 'AVATAR_IMG' => $poster_avatar, ) that line : 'AVATAR_IMG_PA...
by jojobarjo32
Mon Mar 26, 2007 4:55 pm
Forum: Chit Chat
Topic: S T E E P learning curve - where to start?
Replies: 8
Views: 17623

Re: S T E E P learning curve - where to start?

The coding guidelines may help you too ;)
If you already know PHP a bit, phpBB's code is not that hard to learn :) (except perhaps for some parts such the template engine or the module system... those ones may require some "advanced" skills to understand them perfectly...)
by jojobarjo32
Sun Mar 25, 2007 9:26 pm
Forum: [3.0/Olympus] Discussion
Topic: Locking Topics
Replies: 17
Views: 20052

Re: Locking Topics

Topic author can only (if he has the relevant permission) lock his own topic. He cannot unlock them after (except if he has the moderative permission). So if an admin or a moderator lock a topic, the author won't be able to unlock it ;)
by jojobarjo32
Sun Mar 25, 2007 6:40 pm
Forum: [3.0/Olympus] Discussion
Topic: submit_post() question
Replies: 14
Views: 93206

Re: submit_post() question

Have you checked the permissions of the forum with ID 2 ?
by jojobarjo32
Sun Mar 25, 2007 3:18 pm
Forum: [3.0/Olympus] Discussion
Topic: Locking Topics
Replies: 17
Views: 20052

Re: Locking Topics

It's normal :)
If the relevant permission is set to yes, topic authors can lock their own topics ;)
by jojobarjo32
Sun Mar 25, 2007 10:41 am
Forum: [3.0/Olympus] Styling
Topic: Constants?
Replies: 4
Views: 5462

Re: Constants?

The username is already available in every page :) Use the variable {S_USERNAME} ;) However, if you want the colored username with link to the profile, you must add in functions.php, in the page_header function (line ~3935, after the S_USERNAME declaration): 'S_USERNAME_FULL' => get_username_string(...
by jojobarjo32
Sat Mar 24, 2007 8:11 pm
Forum: [3.0/Olympus] Discussion
Topic: prosilver discussion among users
Replies: 56
Views: 57681

Re: prosilver discussion among users

Thanks for the reply Meik. But can you explain why please ? :) I don't see any disadvantage and moreover the text in the UCP makes think that at least the default style (i.e. proSilver) highlights friends.