Search found 21 matches

by Derky
Tue Aug 16, 2011 11:55 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Migrations
Replies: 122
Views: 184666

Re: [RFC] Migrations

Migrations in MODs encode which phpBB versions they run on. So if you update your MOD to a new version which requires a newer phpBB version, it will not apply the migration until phpBB has been updated. So that means the php code is updated and the database is not. That will crash your board with a...
by Derky
Tue Aug 16, 2011 10:26 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Extensions
Replies: 113
Views: 278352

Re: [RFC] Extensions

CSS: phpBB/ext/<ext>/styles/<style>/theme/<name>.css Template: phpBB/ext/<ext>/styles/<style>/template/<name>.html Where should JavaScript files go? When they differ per style they can be placed in the template folder again, but usually they are the exactly the same for each and every style. my_cus...
by Derky
Thu Aug 26, 2010 9:02 pm
Forum: [3.x] Rejected Event Requests
Topic: [RFC|Rejected] hook_template_snippet
Replies: 8
Views: 42121

Re: [RFC] hook_template_snippet : Injecting into the templa

Region: HTML <head> Use: Injecting additional content into the page header, e.g.: Custom CSS files JavaScript library inclusions Additional meta tags Additional Feeds Preferably below the current feeds. Region: overall_footer.html next to the powered by phpBB copyright Use: Injecting additional con...
by Derky
Wed Jul 15, 2009 2:58 pm
Forum: Chit Chat
Topic: Aaaahrg QR
Replies: 39
Views: 93353

Re: Aaaahrg QR

Unknown feature :P
by Derky
Thu Jul 09, 2009 4:19 pm
Forum: Chit Chat
Topic: Aaaahrg QR
Replies: 39
Views: 93353

Re: Aaaahrg QR

onehundredandtwo wrote:wow I never noticed :o
It's new :P
by Derky
Wed Jul 08, 2009 12:07 pm
Forum: Chit Chat
Topic: Aaaahrg QR
Replies: 39
Views: 93353

Re: Aaaahrg QR

Wow it's amazing :mrgreen:
by Derky
Thu Feb 05, 2009 8:46 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Anonymous Posting
Replies: 1
Views: 6430

Re: Anonymous Posting

You could set the permission for post new topics for the group registered users to never and then only allow the guests to posts there.
That would be the easiest and quickest way, and you can put an explanation in the forum rules that the users have to log out to post in that forum.
by Derky
Wed Feb 04, 2009 8:45 pm
Forum: Chit Chat
Topic: topsecret area51 word game
Replies: 1276
Views: 1120656

Re: topsecret area51 word game

baby
by Derky
Wed Feb 04, 2009 8:29 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Log user activities in private area login
Replies: 2
Views: 7886

Re: Log user activities in private area login

You could use

Code: Select all

add_log('user', $user->data['user_id'], 'LOG_USER_YOUR_MESSAGE'); 
but make sure you add it in the language files to. ;)
by Derky
Wed Feb 04, 2009 8:22 pm
Forum: phpBB 3.0.x Support
Topic: General Error - Could not get style data, any help?
Replies: 9
Views: 25777

Re: General Error - Could not get style data, any help?

Enter the ACP with this link:

yourforum.com/adm/index.php?style=1

If that doesn't work try an other style_id. (this method will only work if you didn't removed all the other styles)