Nu apare butonul edit

Folosiţi acest forum pentru a discuta problemele apărute în timpul folosirii forumului phpBB 3.0.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
axle
Nou venit
Mesaje: 4
Membru din: 25-Oct-2011, 15:55:45
Versiune: 3.0.5
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Nu apare butonul edit

Mesaj de axle »

Deci am o problema am adaugat o tema pe forum noua si nu apare butonul edit,quoste etc nu stiu ce pot sa ii fac am incercat tot ce am gasit pe net,acest forum permisiunile sunt facute.Imi dati un raspuns?
Avatar utilizator
Cătălin
ColaboratorColaborator
Mesaje: 298
Membru din: 18-Oct-2011, 15:39:42
Versiune: 3.0.10
Ext: Da
Server: Windows
Nivel phpBB: Experimentat
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de Cătălin »

Să înţeleg că pe o temă default merge nu?
Ai căutat înainte să întrebi pe forum? poftim : viewtopic.php?f=32&t=15841
Şi dacă nu reuşeşti atunci urmează asta:
1.Dacă ai forumul pe limba română atunci în temata/imageset ar trebui să ai folderul "ro"(cu imaginiile respective),iar în caz că nu ai folderul "ro" atunci pur şi simplu îl redenumeşti "ro"(fără ");
PS:modifică din en în ro
2.Refresh la temă.
3.Dacă nu poţi să-ţi alegi alt set de imagini din:

Cod: Selectaţi tot

P.A. ---> Stiluri ---> Seturi imagine (categoria Componente stil)
4.Dacă nici aşa nu a mers atunci mai verifică o dată permisiunile!
Mai bine să fii prost 5 minute dacă pui o intrebare , decât să rămâi prost toată viaţa dacă n-o faci !

ID vechi: >>Catalin
JusT
Utilizator înregistrat
Mesaje: 100
Membru din: 31-Iul-2011, 09:35:58
Versiune: 3.0.8
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Re: Nu apare butonul edit

Mesaj de JusT »

Link catre forum?
Link catre stil?
Vezi daca ai asa ceva:
Daca tema e bazata pe prosilver - cauta prin style/TemaTA/template/viewtopic_body.html daca ai aceste coduri!

Cod: Selectaţi tot

					<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
Daca tema e bazata pe subsilver2 - Cauta in style/TemaTA/template/viewtopic_body.html daca ai aceste coduri!

Cod: Selectaţi tot

					<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
					<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
Mai intai verifica cele spuse de >>Catalin
axle
Nou venit
Mesaje: 4
Membru din: 25-Oct-2011, 15:55:45
Versiune: 3.0.5
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de axle »

Deci uite linkul catre forum http://www.royallongju.com/forum

viewtopic_body cuprinde

Cod: Selectaţi tot

<!-- INCLUDE overall_header.html -->
<h2<!-- IF not S_IS_BOT --> class="leftside"<!-- ENDIF -->><a href="{U_VIEW_TOPIC}" id="topic-title">{TOPIC_TITLE}</a></h2>
<!-- IF not S_IS_BOT -->
<p class="rightside">
    <!-- IF U_MCP -->
        <a href="{U_MCP}">{L_MCP}</a>
        <!-- DEFINE $CA_TOPIC_LINKS = '1' -->
    <!-- ENDIF -->
    <!-- IF S_WATCH_FORUM_LINK -->
        <!-- IF $CA_TOPIC_LINKS --> &bull; <!-- ELSE --><!-- DEFINE $CA_TOPIC_LINKS = '1' --><!-- ENDIF -->
        <a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a>
    <!-- ENDIF -->
    <!-- IF U_WATCH_TOPIC -->
        <!-- IF $CA_TOPIC_LINKS --> &bull; <!-- ELSE --><!-- DEFINE $CA_TOPIC_LINKS = '1' --><!-- ENDIF -->
        <a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a>
    <!-- ENDIF -->
    <!-- IF U_BOOKMARK_TOPIC -->
        <!-- IF $CA_TOPIC_LINKS --> &bull; <!-- ELSE --><!-- DEFINE $CA_TOPIC_LINKS = '1' --><!-- ENDIF -->
        <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a>
    <!-- ENDIF -->
    <!-- IF U_BUMP_TOPIC -->
        <!-- IF $CA_TOPIC_LINKS --> &bull; <!-- ELSE --><!-- DEFINE $CA_TOPIC_LINKS = '1' --><!-- ENDIF -->
        <a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a>
    <!-- ENDIF -->
</p>
<br style="clear: all;" />
<!-- ENDIF -->

<!-- IF FORUM_DESC --><p class="forum-desc">{FORUM_DESC}</p><!-- ENDIF -->

<!-- IF MODERATORS or U_MCP -->
	<p>
		<!-- IF MODERATORS -->
			<strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}
		<!-- ENDIF -->

	</p>
<!-- ENDIF -->

<!-- IF S_FORUM_RULES -->
	<div class="rules">
		{$CA_BLOCK_START}

		<!-- IF U_FORUM_RULES -->
			<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
		<!-- ELSE -->
			<strong>{L_FORUM_RULES}</strong><br />
			{FORUM_RULES}
		<!-- ENDIF -->

		{$CA_BLOCK_END}
	</div>
<!-- ENDIF -->

<div class="topic-actions">

	<div class="buttons">
	<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
		<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
	<!-- ENDIF -->
	</div>

	<!-- IF S_DISPLAY_SEARCHBOX -->
		<div class="search-box">
			<form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
            <form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
            <fieldset>
                <input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
                <input class="button2" type="submit" value="{L_SEARCH}" />
                {S_SEARCH_LOCAL_HIDDEN_FIELDS}
			</fieldset>
			</form>
		</div>
	<!-- ENDIF -->

	<!-- IF PAGINATION or TOTAL_POSTS -->
		<div class="pagination">
			<!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS}
			<!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
		</div>
	<!-- ENDIF -->

</div>
<div class="clear"></div>

<!-- IF S_HAS_POLL -->
	<form method="post" action="{S_POLL_ACTION}">

	<div class="panel" id="poll">
		{$CA_BLOCK2_START}
			<h2>{POLL_QUESTION}</h2>
		{$CA_BLOCK2_START2}

		<div class="content">
			<p class="poll-author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE -->{L_MAX_VOTES}<!-- ENDIF --></p>

			<fieldset class="polls">

			<!-- BEGIN poll_option -->
				<dl class="poll-row<!-- IF poll_option.POLL_OPTION_VOTED --> voted<!-- ENDIF --><!-- IF poll_option.S_FIRST_ROW --> poll-first<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF -->>
					<dt><!-- IF S_CAN_VOTE --><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>
					<!-- IF S_CAN_VOTE --><dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
					<!-- IF S_DISPLAY_RESULTS --><dd class="resultbar">
					    <div class="pollbar <!-- IF poll_option.POLL_OPTION_RESULT == 0 -->pollbar-empty<!-- ELSEIF poll_option.POLL_OPTION_PERCENT == '100%' -->pollbar-full<!-- ELSE -->pollbar-half<!-- ENDIF -->"><div>
					        <table width="<!-- IF poll_option.POLL_OPTION_RESULT == 0 -->1%<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF -->" border="0" cellspacing="0" cellpadding="0"><tr><td>{poll_option.POLL_OPTION_RESULT}</td></tr></table>
                        </div></div>
                    </dd>
					<dd><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd><!-- ENDIF -->
				</dl>
			<!-- END poll_option -->

			<!-- IF S_DISPLAY_RESULTS -->
				<dl class="poll-last">
					<dt>&nbsp;</dt>
					<dd class="resultbar">{L_TOTAL_VOTES} : {TOTAL_VOTES}</dd>
				</dl>
			<!-- ENDIF -->

			<!-- IF S_CAN_VOTE -->
				<dl class="poll-last">
					<dt>&nbsp;</dt>
					<dd class="resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>
				</dl>
			<!-- ENDIF -->

			<!-- IF not S_DISPLAY_RESULTS -->
				<dl class="poll-last">
					<dt>&nbsp;</dt>
					<dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>
				</dl>
			<!-- ENDIF -->
			</fieldset>
		</div>

		{$CA_BLOCK2_END}
		{S_FORM_TOKEN}
		{S_HIDDEN_FIELDS}
	</div>


	</form>
<!-- ENDIF -->

<!-- BEGIN postrow -->
	<!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
	<div id="p{postrow.POST_ID}" class="post<!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->">
		<!-- IF postrow.S_ROW_COUNT == 0 -->{$CA_POST_FIRST_START}<!-- ELSE -->{$CA_POST_START}<!-- ENDIF -->

		<!-- IF not postrow.S_IGNORE_POST -->
		<!-- DEFINE $CA_POPUP = '0' -->
		<!-- IF not S_IS_BOT -->
		    <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
		        <!-- DEFINE $CA_POPUP = '1' -->
            <!-- ENDIF -->
        <!-- ENDIF -->
        <div class="post-maximize" style="display: none;"></div>
        <div class="post-profile-block">
        {$CA_POST_PROFILE_START}
        <div class="postprofile">
            <div class="profile-top">
                <p class="profile-author">
                    <a class="profile-link popup-link" id="popup-link-{postrow.S_ROW_COUNT}" href="<!-- IF postrow.U_POST_AUTHOR -->{postrow.U_POST_AUTHOR}<!-- ELSE -->javascript:void(0);<!-- ENDIF -->"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR};"<!-- ENDIF -->>{postrow.POST_AUTHOR}</a>
                </p>
                <!-- IF $CA_POPUP -->
                    <div id="popup-{postrow.S_ROW_COUNT}" class="profile-buttons">
                        <ul>
                            <li><a href="{postrow.U_POST_AUTHOR}">{L_READ_PROFILE}</a></li>
                            <!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}"><span>{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
                            <!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                        </ul>
                    </div>
                <!-- ENDIF -->
            </div>
            <!-- IF postrow.POSTER_AVATAR -->
            <div class="profile-avatar">
                {postrow.POSTER_AVATAR}
            </div>
            <!-- ENDIF -->

			<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->
			    <p class="profile-rank">
			        {postrow.RANK_TITLE}
			        <!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->
			        {postrow.RANK_IMG}
			    </p>
            <!-- ENDIF -->

            <div class="profile-details">
                <!-- IF postrow.POSTER_POSTS != '' --><p><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</p><!-- ENDIF -->
                <!-- IF postrow.POSTER_JOINED --><p><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</p><!-- ENDIF -->
                <!-- IF postrow.POSTER_FROM --><p><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</p><!-- ENDIF -->
                <!-- IF postrow.S_PROFILE_FIELD1 -->
                    <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                    <p><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</p>
                <!-- ENDIF -->
                <!-- BEGIN custom_fields -->
                    <p><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</p>
                <!-- END custom_fields -->
            </div>
		</div>
		{$CA_POST_PROFILE_END}
		</div>
		<!-- ELSE -->
		{$CA_POST_PROFILE_EMPTY}
    	<!-- ENDIF -->

        {$CA_POST_TEXT_START}
		<div class="postbody">
		    <div class="post-content">
			<!-- IF postrow.S_IGNORE_POST -->
				<div class="ignore">{postrow.L_IGNORE_POST}</div>
			<!-- ELSE -->

			<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --> {postrow.POST_DATE} <!-- IF postrow.POST_AUTHOR_FULL --><span class="post-author-inline" style="display: none;">{L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL}</span><!-- ENDIF --></p>

			<h3<!-- IF postrow.S_FIRST_ROW --> class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}" class="post-subject">{postrow.POST_SUBJECT}</a></h3>

			<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
				<p class="rules">
					<!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><br /><!-- ENDIF -->
					<!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
				</p>
			<!-- ENDIF -->

			<div class="content">{postrow.MESSAGE}</div>

			<!-- IF postrow.S_HAS_ATTACHMENTS -->
			    <div class="ca-bbcode"><div class="ca-bbcode2 ca-attachment">
				<dl class="attachbox">
					<dt>{L_ATTACHMENTS}</dt>
					<!-- BEGIN attachment -->
						<dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
					<!-- END attachment -->
				</dl>
				</div></div>
			<!-- ENDIF -->

			<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
			<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
				<div class="notice">{postrow.EDITED_MESSAGE}
					<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
				</div>
			<!-- ENDIF -->

			<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
			<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
            <!-- ENDIF -->
            </div>

		<!-- IF not S_IS_BOT -->
            <ul class="profile-icons">
        		<li class="top-icon"><a href="#top" class="top" title="{L_BACK_TO_TOP}"><span>{L_BACK_TO_TOP}</span></a></li>
                <!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
                <!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
                <!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
                <!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
                <!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
                <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
            </ul>
		<!-- ENDIF -->

            <div class="clear"></div>
		</div>

        {$CA_POST_TEXT_END}

		{$CA_POST_END}
	</div>

<!-- END postrow -->
<!-- IF S_QUICK_REPLY -->
	<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->

<!-- IF S_NUM_POSTS > 1 or PREVIOUS_PAGE -->
	<form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">

	<fieldset class="display-options" style="margin-top: 0; ">
		<!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
		<!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
		<!-- IF not S_IS_BOT -->
		<label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
		<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
		<!-- ENDIF -->
	</fieldset>

	</form>
	<hr />
<!-- ENDIF -->

<div class="topic-actions">
	<div class="buttons" id="viewtopic-buttons">
	<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
		<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
	<!-- ENDIF -->
	</div>

	<!-- IF PAGINATION or TOTAL_POSTS -->
		<div class="pagination">
			{TOTAL_POSTS}
			<!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
		</div>
	<!-- ENDIF -->
</div>

<!-- INCLUDE jumpbox.html -->

<!-- IF S_TOPIC_MOD -->
	<form method="post" action="{S_MOD_ACTION}">
	<fieldset class="quickmod">
		<label for="quick-mod-select">{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" />
		{S_FORM_TOKEN}
	</fieldset>
	</form>
<!-- ENDIF -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
    {$CA_PANEL_START}
	<h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
	<p>{LOGGED_IN_USER_LIST}</p>
	{$CA_PANEL_END}
<!-- ENDIF -->

<!-- INCLUDE overall_footer.html -->

Permisiunile facute:
Imagine

Am facut ce a spus Catalin degeaba tot nu apar
Avatar utilizator
Cătălin
ColaboratorColaborator
Mesaje: 298
Membru din: 18-Oct-2011, 15:39:42
Versiune: 3.0.10
Ext: Da
Server: Windows
Nivel phpBB: Experimentat
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de Cătălin »

Nu mai scrie aşa mare te rog!Vedem destul de bine şi dacă scrii normal :)

Mai te întreb odată ... pe o temă default(prosilver sau subsilver) apar butoanele?

Dacă nu încearcă să pui codul ăsta:

Cod: Selectaţi tot

<!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> 
în loc de :

Cod: Selectaţi tot

 <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
Mai bine să fii prost 5 minute dacă pui o intrebare , decât să rămâi prost toată viaţa dacă n-o faci !

ID vechi: >>Catalin
axle
Nou venit
Mesaje: 4
Membru din: 25-Oct-2011, 15:55:45
Versiune: 3.0.5
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de axle »

deci da pe o tema default apar butoanele dar pe aceasta tema nu nu stiu de ce modific acum si iti spun rezultatul

Edit:Nici o schimbare
Avatar utilizator
Cătălin
ColaboratorColaborator
Mesaje: 298
Membru din: 18-Oct-2011, 15:39:42
Versiune: 3.0.10
Ext: Da
Server: Windows
Nivel phpBB: Experimentat
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de Cătălin »

Vezi întâi aici: http://www.phpbb.ro/viewtopic.php?t=17117
Dacă nu urmează asta:
-ce versiune are tema ta?Dacă nu este 3.0.9 te rog să o actualizezi (am păţit si eu asta...nu mi se vedea nicio imagine)...
vezi aici: knowledge/kb_show.php?id=159
Mai bine să fii prost 5 minute dacă pui o intrebare , decât să rămâi prost toată viaţa dacă n-o faci !

ID vechi: >>Catalin
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: Nu apare butonul edit

Mesaj de Ivan Petre Paul »

Ai verificat permisiunile de forum pentru grupuri?
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
axle
Nou venit
Mesaje: 4
Membru din: 25-Oct-2011, 15:55:45
Versiune: 3.0.5
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Re: Nu apare butonul edit

Mesaj de axle »

Deci tot nu merge am Dat update degeaba si permisiunile la grupuri sunt facute
edit:Cand dau new post imi apare doar scrisul nu si poza:|
ps:vreau sa spun ca la butoane nu se vad pozele deloc.
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Nu apare butonul edit

Mesaj de bogdan »

Ai verificat versiunea temei? Ai actualizat-o manual?

Seteaza permisiunile pe un subforum si incearca din nou.

Pune si o captura sa vedem cum si unde nu apare.
Închis

Înapoi la “3.0.x Funcţionare”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 2 vizitatori