Search found 107 matches
- Fri May 02, 2014 5:02 am
- Forum: General Development Discussion
- Topic: Build Server
- Replies: 23
- Views: 57305
Re: Build Server
Can one assume that the error will be fixed?
- Wed Apr 30, 2014 12:12 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Index tabbed
- Replies: 34
- Views: 59150
Re: [RFC] Index tabbed
-1 I think too for this can be make extension.
- Wed Apr 30, 2014 6:03 am
- Forum: General Development Discussion
- Topic: Build Server
- Replies: 23
- Views: 57305
Re: Build Server
I did not mean MSSQL Native Tests. I mean Development - 3.1.
- Wed Apr 30, 2014 1:07 am
- Forum: General Development Discussion
- Topic: Build Server
- Replies: 23
- Views: 57305
Re: Build Server
All builds from number 1429 have failed. Shall this error on the build server fixed?
https://bamboo.phpbb.com/browse/PHPBB3-DEVELOP
https://bamboo.phpbb.com/browse/PHPBB3-DEVELOP
- Tue Mar 25, 2014 7:35 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_breadcrumb_before
- Replies: 12
- Views: 45080
Re: [Template] overall_header_breadcrumb_before
No Prosk8er that ist a bad option. Why it is so difficult for me this template event to put through. It is an extension created with its own page, which is the first page of the board. Why should it not give this template event like this also https://area51.phpbb.com/phpBB/viewtopic.php?f=111&t ...
- Tue Mar 25, 2014 7:34 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_footer_breadcrumb_before
- Replies: 3
- Views: 20865
Re: [Template] overall_footer_breadcrumb_before
Look at the install.xml from at Mod Board3 Portal. Since it is also done so and for this extension, it is also required too.
- Tue Mar 25, 2014 7:26 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_breadcrumb_before
- Replies: 12
- Views: 45080
Re: [Template] overall_header_breadcrumb_before
No way in the ACP is not the solution. For Marc's Board3 Portal it is needed too.
- Tue Mar 25, 2014 2:45 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_breadcrumb_before
- Replies: 12
- Views: 45080
Re: [Template] overall_header_breadcrumb_before
<ul class="linklist navlinks">
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>‹</strong></span ...
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>‹</strong></span ...
- Tue Mar 25, 2014 2:42 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_footer_breadcrumb_before
- Replies: 3
- Views: 20865
[Template] overall_footer_breadcrumb_before
Identifier: overall_footer_breadcrumb_before
Prosilver Location: overall_footer.html
In-line Add before
<span class="crumb"><a href="{U_INDEX}">{L_INDEX}</a></span>
Explanation: Before the breadcrumb navigation in overall_footer.
before_footer_breadcrumb.PNG
Prosilver Location: overall_footer.html
In-line Add before
<span class="crumb"><a href="{U_INDEX}">{L_INDEX}</a></span>
Explanation: Before the breadcrumb navigation in overall_footer.
before_footer_breadcrumb.PNG
- Tue Mar 25, 2014 2:40 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_breadcrumb_before
- Replies: 12
- Views: 45080
[Template] overall_header_breadcrumb_before
Identifier: overall_header_breadcrumb_before
Prosilver Location: overall_header.html
Add before
<span class="crumb"><a href="{U_INDEX}" accesskey="h"{$MICRODATA}>{L_INDEX}</a></span>
Explanation: Before the breadcrumb navigation in overall_header.
before_header_breadcrumb.PNG
Prosilver Location: overall_header.html
Add before
<span class="crumb"><a href="{U_INDEX}" accesskey="h"{$MICRODATA}>{L_INDEX}</a></span>
Explanation: Before the breadcrumb navigation in overall_header.
before_header_breadcrumb.PNG