php.de

Zurück   php.de > Webentwicklung > HTML, Usability und Barrierefreiheit

HTML, Usability und Barrierefreiheit Themen rund um Textauszeichnung, Formatierung, Barrierefreiheit und Usability.

Thema geschlossen
 
LinkBack Themen-Optionen Thema bewerten
Alt 23.11.2010, 23:08  
Neuer Benutzer
 
Benutzerbild von o0Pascal0o
 
Registriert seit: 23.11.2010
Beiträge: 1
PHP-Kenntnisse:
Anfänger
o0Pascal0o befindet sich auf einem aufstrebenden Ast
Standard phpBB Style-Codechanges - nicht im Code gefunden -> ucp_pm_history.html

Hallo, ich möchte einen php-code Ändern für ein Board nach Anleitung, jedoch hänte ich an einer Stelle. Ich nutze den Style: phpBB 3 Style: eTech

Ich mache gerade Codechanges: http://www.phpbb.com/files/release/p...odechanges.zip von 3.0.7Pl1 auf 3.0.8. Jedoch habe ich dabei 1 Problem in der styles/subsilver2/template/ucp_pm_history.html. In der Codechanges.txt steht:
Code:
#-----[ FIND ]---------------------------------------------
# Around Line 1

<table class="tablebg" width="100%" cellspacing="1">
<tr>
        <th align="center">{L_MESSAGE_HISTORY} - {HISTORY_TITLE}</th>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript">
// <![CDATA[
        bbcodeEnabled = {S_BBCODE_ALLOWED};
// ]]>
</script>

<table class="tablebg" width="100%" cellspacing="1">
<tr>
        <th align="center">{L_MESSAGE_HISTORY}</th>
Jedoch finde ich diese Stelle nicht in meiner ucp_pm_history.html:
Code:
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_MESSAGE_HISTORY} - {HISTORY_TITLE}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="0" style="border-left-width: 0; border-top-width: 0;">
<tr>
        <td class="row1" style="padding: 0; border-width: 0;"><div style="overflow: auto; width: 100%; height: 300px;">

                <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
                <tr>
                        <th width="22%">{L_AUTHOR}</th>
                        <th>{L_MESSAGE}</th>
                </tr>
        <!-- BEGIN history_row -->
                        <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
                        <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" class="row" valign="top"><a name="{history_row.MSG_ID}"></a>
                                <table width="150" cellspacing="0">
                                <tr>
                                        <td align="center" colspan="2"><span class="postauthor">{history_row.MESSAGE_AUTHOR_FULL}</span></td>
                                </tr>
                                </table>
                        </td>
                        <td class="row<!-- IF history_row.S_CURRENT_MSG --> history-current<!-- ENDIF -->" width="100%">
                                <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}:</b>&nbsp;{history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b>&nbsp;{history_row.FOLDER}</div>
                        </td>
                </tr>

                <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
                        <td class="row" valign="top">
                                <div class="postbody">{history_row.MESSAGE}<br />
                <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
                                <br />
                                <div style="float: {S_CONTENT_FLOW_END}" class="postdetails"><b>{L_SENT_AT}:</b> {history_row.SENT_DATE}</div>
                                <a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a>
                                <!-- IF history_row.U_POST_REPLY_PM --> | <a href="{history_row.U_POST_REPLY_PM}">{L_POST_REPLY}</a><!-- ENDIF -->
                                </div></div>
                        </td>
                </tr>

                <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
                        <td class="gensmall row">&nbsp;</td>
                        <td class="row">
                            <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF history_row.U_PROFILE --><a href="{history_row.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_EMAIL --><a href="{history_row.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}'); return false;"<!-- ENDIF -->>{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_POST_REPLY_PM --><a href="{history_row.U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF -->&nbsp;</div></td>
                            <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}'); return false;"<!-- ENDIF -->>{QUOTE_IMG}</a> <!-- ENDIF -->&nbsp;</div>
            </td>

                </tr>
                <tr>
                        <td class="spacer" colspan="2"><img src="http://www.supernature-forum.de/images/spacer.gif" alt="" width="1" height="1" /></td>
                </tr>
        <!-- END history_row -->
                </table>
        </div></td>
</tr>
</table>
{$CA_BLOCK_END}

<br clear="all" />
Was nun

Vielen Dank!
o0Pascal0o ist offline  
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 23.11.2010, 23:27  
Moderator¹
 
Registriert seit: 28.03.2010
Beiträge: 7.470
PHP-Kenntnisse:
Fortgeschritten
ChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer AnblickChrisB ist ein wunderbarer Anblick
Standard

Bitte beachten: http://www.php.de/php-einsteiger/543...produkten.html (Fachfragen zu bestimmten Softwareprodukten)

*close*
__________________
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
ChrisB ist offline  
Alt 23.11.2010, 23:27  
moderatives Dielektrikum
 
Benutzerbild von nikosch
 
Registriert seit: 21.05.2008
Beiträge: 35.987
PHP-Kenntnisse:
Fortgeschritten
nikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunftnikosch hat eine strahlende Zukunft
Standard

Naja, wird wohl diese Stelle sein:

Zitat:
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
Probier halt mal, das Script davor zu schreiben. Aber ohne Garantie, im Zweifel mal ein Forum für PHPBB konsultieren.

Mit PHP hat diese Frage im Übrigen überhaupt NULL zu tun.


Bitte beachten:

Forenrichtlinien
http://www.php.de/php-einsteiger/543...produkten.html (Fachfragen zu bestimmten Softwareprodukten)
Bitte Forenstruktur beachten!

[MOD: verschoben]
__________________
--
One pixel is still too big. Please make it smaller. ASAP.

Initiative Mittelstand.
Die wichtigste Gestaltungsregel im Screendesign ist Pi mal Daumen des Arbeitgebers.
--
nikosch ist offline  
Thema geschlossen


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
[Erledigt] Lizenzen/Copyright am Code d0ne Off-Topic Diskussionen 8 31.08.2010 12:50
Code funktioniert plötzlich nicht mehr nach Serverumzug Hawk PHP Tipps 2010 4 18.08.2010 08:12
Integration von phpbb - Logindaten der eigenen Seite verwenden grunz PHP-Fortgeschrittene 8 28.07.2009 13:05
Design und Code Trennen TeazY PHP Tipps 2008 29 21.05.2008 12:08
Nur bestimmten Html Code zulassen? litterauspirna PHP Tipps 2008 5 29.04.2008 12:30
FiFo macht Probs beim Css Code Matthiasnet HTML, Usability und Barrierefreiheit 10 18.08.2006 13:14
phpBB Loginscript in eigenes Login Script einbinden 2wuck PHP Tipps 2007 4 19.12.2005 23:10
PHP: Wie parst der Server den Code am schnellsten? SvenLittkowski PHP Tipps 2007 4 17.12.2005 10:58
bb code in htm code wandeln janni PHP Tipps 2007 2 04.11.2005 22:36
[Erledigt] JS Code in PHP Code?? HTML, Usability und Barrierefreiheit 12 08.08.2005 15:45
[Erledigt] Lesbarkeit von Code Off-Topic Diskussionen 6 14.07.2005 14:48
code aus db mit eval replacen chief-thomson PHP Tipps 2005-2 4 08.07.2005 15:33
Bestätigungmail code? PHP Tipps 2005 7 16.05.2005 13:18
Problem mit COde PHP Tipps 2004 5 28.08.2004 16:04

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
code changes, phpbb template php code, php code style:width %, phpbb3 themes code, phpbb codechanges, phpbb3 \<!-- php -->\ code styles, phpbb3 style cod, tr php style, php codes für phpbb, codechanges phpbb

Alle Zeitangaben in WEZ +2. Es ist jetzt 06:27 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum