Identifier: overall_header_before
Prosilver Location (if applicable): Line 52, right after: <body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
Explanation: There's already present event for footer: overall_footer_before, so there should be corresponding one for overall_header ...
Search found 6 matches
- Mon Mar 24, 2014 1:31 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_before
- Replies: 5
- Views: 29086
- Thu Feb 27, 2014 12:22 pm
- Forum: [3.x] Discussion
- Topic: Question about module.add
- Replies: 2
- Views: 4549
Re: Question about module.add
It works,
Thank You Very Much
Thank You Very Much
- Wed Feb 26, 2014 5:11 pm
- Forum: [3.x] Discussion
- Topic: Question about module.add
- Replies: 2
- Views: 4549
Question about module.add
Hello again,
In phpBB 3.1 there's ability to create modules and categories using UMIL similar module.add. My question is, is it possible to create top level categories ? Like
array('module.add', array(
'acp',
'ACP_CAT_MYCATEGORY',
)),
I want to create another tab. I don't want to load my ...
In phpBB 3.1 there's ability to create modules and categories using UMIL similar module.add. My question is, is it possible to create top level categories ? Like
array('module.add', array(
'acp',
'ACP_CAT_MYCATEGORY',
)),
I want to create another tab. I don't want to load my ...
- Sat Feb 22, 2014 10:19 am
- Forum: [3.x] Discussion
- Topic: Inject code into admin template
- Replies: 2
- Views: 6254
Inject code into admin template
Hey Guys,
So I've been looking at changes made into 3.1 branch and I'm impressed. One thing bothers me:
https://wiki.phpbb.com/New_Template_Commands_in_3.1
I have been checking this code and trying to inject some code into my extension template admin interface.
Is it possible for example to ...
So I've been looking at changes made into 3.1 branch and I'm impressed. One thing bothers me:
https://wiki.phpbb.com/New_Template_Commands_in_3.1
I have been checking this code and trying to inject some code into my extension template admin interface.
Is it possible for example to ...
- Tue Dec 03, 2013 10:37 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.1 Extensions Cache
- Replies: 3
- Views: 6841
Re: phpBB 3.1 Extensions Cache
Ahh.. can't believe I forgot about that option (Re-compile stale template components). Thank you all!
- Wed Nov 27, 2013 10:49 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.1 Extensions Cache
- Replies: 3
- Views: 6841
phpBB 3.1 Extensions Cache
So.. I've installed latest alpha preview and I absolutely LOVE the extension management. Great work guys. It's gonna be very powerful and popular feature.
However I have one fundamental question. Is there an option to purge extensions cache ? Right now I have following options in extension manager ...
However I have one fundamental question. Is there an option to purge extensions cache ? Right now I have following options in extension manager ...