• 21-04-2009, 09:47:36
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.





    Tüm kullanıcıların profilindeki web sitesi bölümünü nasıl iptal ederim
  • 21-04-2009, 11:54:04
    #2
    Üye Profili Değiştir (Modify User Option)modifyprofile sablonunda bul ve sil .
    <fieldset class="fieldset">
    				<legend><label for="tb_homepage">$vbphrase[home_page_url]</label></legend>
    				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    				<tr>
    					<td>$vbphrase[let_other_visitors_know_url]</td>
    				</tr>
    				<tr>
    					<td>$vbphrase[home_page_url]<br /><input type="text" class="bginput" name="homepage" id="tb_homepage" value="$bbuserinfo[homepage]" size="50" maxlength="200" dir="ltr" /></td>
    				</tr>
    				</table>
    			</fieldset>
    Eğer belırttıgım sablonda hıcbır degısıklık yapmamıssan asagıdakı kodlarla degıstırmende yeterlı olur.
    <if condition="$bbuserinfo['coppauser']">
    <!-- coppa text -->
    <form action="register.php?do=coppaform" method="post">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="coppaform" />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="tcat">$vbphrase[coppa_information]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
    			<p class="smallfont">
    				<phrase 1="$vboptions[contactuslink]">$vbphrase[make_changes_parent_notified]</phrase>
    			</p>
    			<p class="smallfont">
    				$vbphrase[print_new_permissions_form]
    			</p>
    			<input type="submit" class="button" style="font-weight:normal" value="$vbphrase[display_permissions_form]" />
    		</div>
    	</div>
    	</td>
    </tr>
    </table>
    </form>
    <br />
    <!-- end coppa text -->
    </if>
    <form action="profile.php?do=updateprofile" method="post" id="profileform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="updateprofile" />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="tcat">$vbphrase[edit_your_details]<span class="normal"> $bbuserinfo[username]</span></td>
    </tr>
    <tr>
    	<td class="thead">$vbphrase[registration_required_information]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
    			<fieldset class="fieldset">
    <if condition="$bbuserinfo[fbemail]">
    <legend>$vbphrase[fbconnect_email_settings]</legend>
    <a href="#" onclick="facebook_prompt_permission('email'); return false;">$vbphrase[set_email_notification_settings]</a>
    <else />
    <legend>$vbphrase[email_and_password]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td>$vbphrase[click_button_below_edit_email]</td>
    </tr>
    <tr>
    <td>
    <!-- don't remove -->
    <input type="image" src="$vboptions[cleargifurl]" style="width: 1px; height: 1px;" />
    <!-- / don't remove -->
    <input type="submit" class="button" style="font-weight:normal" value="$vbphrase[edit_email_and_password]" name="gotopassword" />
    </td>
    </tr>
    </table>
    </if>
    </fieldset>
    			<if condition="$bbuserinfo['coppauser']">
    			<fieldset class="fieldset">
    				<legend><label for="tb_parentemail">$vbphrase[parent_guardian_email]</label></legend>
    				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    				<tr>
    					<td>$vbphrase[if_under_13_provide_parent]</td>
    				</tr>
    				<tr>
    					<td>
    						$vbphrase[parent_guardian_email]<br />
    						<input type="text" class="bginput" name="parentemail" id="tb_parentemail" size="50" maxlength="30" value="$bbuserinfo[parentemail]" />
    						<input type="hidden" name="coppauser" value="1" />
    					</td>
    				</tr>
    				</table>
    			</fieldset>
    			</if>
    			<if condition="$show['birthday_required']">
    				$birthdaybit
    			</if>
    			$customfields[required]
    		</div>
    	</div>
    	</td>
    </tr>
    </table>
    <br />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="thead">$vbphrase[optional_information_will]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
    			<if condition="$show['customtitleoption']">
    			<fieldset class="fieldset">
    				<legend><label for="tb_customtext">$vbphrase[custom_user_title]</label></legend>
    				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    				<tr>
    					<td colspan="2">$vbphrase[title_appears_beneath_your_name]</td>
    				</tr>
    				<tr>
    					<td>$vbphrase[your_current_user_title_is]<br /><strong>$bbuserinfo[usertitle]</strong></td>
    					<td align="$stylevar[right]"><label for="cb_resettitle"><input type="checkbox" name="resettitle" value="yes" id="cb_resettitle" />$vbphrase[reset]</label></td>
    				</tr>
    				<tr>
    					<td>$vbphrase[custom_user_title]<br /><input type="text" class="bginput" name="customtext" id="tb_customtext" value="" size="50" maxlength="$vboptions[ctMaxChars]" /></td>
    				</tr>
    				</table>
    			</fieldset>
    			</if>
    			<if condition="$show['birthday_optional']">
    				$birthdaybit
    			</if>
    			<fieldset class="fieldset">
    				<legend>$vbphrase[instant_messaging]</legend>
    				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    				<tr>
    					<td colspan="2">$vbphrase[may_enter_identity_for_im]</td>
    				</tr>
    				<tr>
    					<td>$vbphrase[icq_number]<br />
    						<img src="$stylevar[imgdir_misc]/im_icq.gif" alt="" />
    						<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td>
    					<td>$vbphrase[aim_screen_name]<br />
    						<img src="$stylevar[imgdir_misc]/im_aim.gif" alt="" />
    						<input type="text" class="bginput" name="aim" value="$bbuserinfo[aim]" size="25" maxlength="30" dir="ltr" /></td>
    				</tr>
    				<tr>
    					<td>$vbphrase[msn_messenger_handle]<br />
    						<img src="$stylevar[imgdir_misc]/im_msn.gif" alt="" />
    						<input type="text" class="bginput" name="msn" value="$bbuserinfo[msn]" size="25" maxlength="50" dir="ltr" /></td>
    					<td>$vbphrase[yahoo_messenger_handle]<br />
    						<img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" />
    						<input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="25" maxlength="30" dir="ltr" /></td>
    				</tr>
    				<tr>
    					<td>$vbphrase[skype_name]<br />
    						<img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
    						<input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
    					<td>&nbsp;</td>
    				</tr>
    				</table>
    			</fieldset>
    <if condition="$customfields['regular']">
    <!-- start if customfields -->
    		</div>
    	</div>
    	</td>
    </tr>
    </table>
    <br />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="thead">$vbphrase[additional_information]</td>
    </tr>
    <tr>
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
    		$customfields[regular]
    <!-- end if custom fields -->
    </if>
    		</div>
    	</div>
    	<div style="margin-top:$stylevar[cellpadding]px">
    		<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
    		<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
    	</div>
    	</td>
    </tr>
    </table>
    </form>
  • 21-04-2009, 12:17:42
    #3
    teşekkürler ilgin için rsmalee ama beceremedim veya olmadı :S
    bende o şablon aynen böyle

    Alıntı
    <if condition="$bbuserinfo['coppauser']">
    <!-- coppa text -->
    <form action="register.php?do=coppaform" method="post">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="coppaform" />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    <td class="tcat">$vbphrase[coppa_information]</td>
    </tr>
    <tr>
    <td class="panelsurround" align="center">
    <div class="panel">
    <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

    <p class="smallfont">
    <phrase 1="$vboptions[contactuslink]">$vbphrase[make_changes_parent_notified]</phrase>
    </p>

    <p class="smallfont">
    $vbphrase[print_new_permissions_form]
    </p>

    <input type="submit" class="button" style="font-weight:normal" value="$vbphrase[display_permissions_form]" />

    </div>
    </div>
    </td>
    </tr>
    </table>
    </form>
    <br />
    <!-- end coppa text -->
    </if>

    <form action="profile.php?do=updateprofile" method="post" id="profileform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="updateprofile" />

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    <td class="tcat">$vbphrase[edit_your_details]<span class="normal"> $bbuserinfo[username]</span></td>
    </tr>
    <tr>
    <td class="thead">$vbphrase[registration_required_information]</td>
    </tr>
    <tr>
    <td class="panelsurround" align="center">
    <div class="panel">
    <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

    <fieldset class="fieldset">
    <legend>$vbphrase[email_and_password]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td>$vbphrase[click_button_below_edit_email]</td>
    </tr>
    <tr>
    <td>
    <!-- don't remove -->
    <input type="image" src="$vboptions[cleargifurl]" style="width: 1px; height: 1px;" />
    <!-- / don't remove -->
    <input type="submit" class="button" style="font-weight:normal" value="$vbphrase[edit_email_and_password]" name="gotopassword" />
    </td>
    </tr>
    </table>
    </fieldset>

    <if condition="$bbuserinfo['coppauser']">
    <fieldset class="fieldset">
    <legend><label for="tb_parentemail">$vbphrase[parent_guardian_email]</label></legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td>$vbphrase[if_under_13_provide_parent]</td>
    </tr>
    <tr>
    <td>
    $vbphrase[parent_guardian_email]<br />
    <input type="text" class="bginput" name="parentemail" id="tb_parentemail" size="50" maxlength="30" value="$bbuserinfo[parentemail]" />
    <input type="hidden" name="coppauser" value="1" />
    </td>
    </tr>
    </table>
    </fieldset>
    </if>

    <if condition="$show['birthday_required']">
    $birthdaybit
    </if>

    $customfields[required]

    </div>
    </div>
    </td>
    </tr>
    </table>

    <br />

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    <td class="thead">$vbphrase[optional_information_will]</td>
    </tr>
    <tr>
    <td class="panelsurround" align="center">
    <div class="panel">
    <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

    <if condition="$show['customtitleoption']">
    <fieldset class="fieldset">
    <legend><label for="tb_customtext">$vbphrase[custom_user_title]</label></legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td colspan="2">$vbphrase[title_appears_beneath_your_name]</td>
    </tr>
    <tr>
    <td>$vbphrase[your_current_user_title_is]<br /><strong>$bbuserinfo[usertitle]</strong></td>
    <td align="$stylevar[right]"><label for="cb_resettitle"><input type="checkbox" name="resettitle" value="yes" id="cb_resettitle" />$vbphrase[reset]</label></td>
    </tr>
    <tr>
    <td>$vbphrase[custom_user_title]<br /><input type="text" class="bginput" name="customtext" id="tb_customtext" value="" size="50" maxlength="$vboptions[ctMaxChars]" /></td>
    </tr>
    </table>
    </fieldset>
    </if>

    <if condition="$show['birthday_optional']">
    $birthdaybit
    </if>

    <fieldset class="fieldset">
    <legend><label for="tb_homepage">$vbphrase[home_page_url]</label></legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td>$vbphrase[let_other_visitors_know_url]</td>
    </tr>
    <tr>
    <td>$vbphrase[home_page_url]<br /><input type="text" class="bginput" name="homepage" id="tb_homepage" value="$bbuserinfo[homepage]" size="50" maxlength="200" dir="ltr" /></td>
    </tr>
    </table>
    </fieldset>

    <fieldset class="fieldset">
    <legend>$vbphrase[instant_messaging]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
    <tr>
    <td colspan="2">$vbphrase[may_enter_identity_for_im]</td>
    </tr>
    <tr>
    <td>$vbphrase[icq_number]<br />
    <img src="$stylevar[imgdir_misc]/im_icq.gif" alt="" />
    <input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td>
    <td>$vbphrase[aim_screen_name]<br />
    <img src="$stylevar[imgdir_misc]/im_aim.gif" alt="" />
    <input type="text" class="bginput" name="aim" value="$bbuserinfo[aim]" size="25" maxlength="30" dir="ltr" /></td>
    </tr>
    <tr>
    <td>$vbphrase[msn_messenger_handle]<br />
    <img src="$stylevar[imgdir_misc]/im_msn.gif" alt="" />
    <input type="text" class="bginput" name="msn" value="$bbuserinfo[msn]" size="25" maxlength="50" dir="ltr" /></td>
    <td>$vbphrase[yahoo_messenger_handle]<br />
    <img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" />
    <input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="25" maxlength="30" dir="ltr" /></td>
    </tr>
    <tr>
    <td>$vbphrase[skype_name]<br />
    <img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
    <input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
    <td>&nbsp;</td>
    </tr>
    </table>
    </fieldset>

    <if condition="$customfields['regular']">
    <!-- start if customfields -->

    </div>
    </div>
    </td>
    </tr>
    </table>

    <br />

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    <td class="thead">$vbphrase[additional_information]</td>
    </tr>
    <tr>
    <td class="panelsurround" align="center">
    <div class="panel">
    <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

    $customfields[regular]

    <!-- end if custom fields -->
    </if>

    </div>
    </div>

    <div style="margin-top:$stylevar[cellpadding]px">
    <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
    <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
    </div>
    </td>
    </tr>
    </table>

    </form>
  • 21-04-2009, 12:43:05
    #4
    Neden yapamadıgını buldum üstte verdıgım sekılde yaparak Uyelerın Profil duzenlemesınde Sıte yazmalarını engellıyorsun daha sonra onceden sıte ısımlerı yazan varsa onların goruntulenmemesı ıcın memberinfo_block_contactinfo şablonunda Bul ve Sil
    <if condition="$prepared['homepage']">
    	<dt class="shade">$vbphrase[home_page]</dt>
    		<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
    	</if>
    	<dt class="shade">$vbphrase[this_page]</dt>
    Ya da aşağıdaki kodlarla değiştir.
    <div class="alt1 block_row">
    <if condition="$show['messagelinks']">
    	<fieldset>
    		<legend><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></legend>
    		<div class="fieldset_padding floatcontainer">
    			<ul class="list_no_decoration" id="messaging_list">
    				<if condition="$show['post_visitor_message']">
    					<li>
    						<img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" border="0" class="inlineimg" />
    						<a href="#" onclick="return goto_post_pm()"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a>
    					</li>
    					<if condition="is_browser('safari')">&nbsp;</if>
    				</if>
    				<if condition="$show['pm']">
    					<li>
    						<img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" border="0" class="inlineimg" />
    						<a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
    					</if>
    					<if condition="is_browser('safari')">&nbsp;</if>
    				<if condition="$show['email']">
    					<li>	
    						<img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" border="0" class="inlineimg" />
    						<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
    					</li>
    					<if condition="is_browser('safari')">&nbsp;</if>
    				</if>
    			</ul>
    		</div>
    	</fieldset>
    </if>
    	<if condition="$prepared['hasimdetails']">
    		<fieldset>
    			<legend>$vbphrase[instant_messaging]</legend>
    			<div class="fieldset_padding floatcontainer">
    				<div><phrase 1="$prepared[username]">$vbphrase[send_instant_message_to_x_using]</phrase></div>
    				<ul class="list_no_decoration" id="instant_messaging_list">
    					$block_data[imbits]
    				</ul>
    			</div>
    		</fieldset>
    	</if>
    	<dl class="list_no_decoration" id="additional_contact_details">
    	<if condition="$prepared['displayemail']">
    	<dt class="shade">$vbphrase[email_address]</dt>
    		<dd><a href="mailto:$prepared[displayemail]">$prepared[displayemail]</a></dd>
    	</if>
    			<dd><a href="$prepared[profileurl]">$prepared[profileurl]</a></dd>
    	<if condition="$show['vcard']">
    	<dt class="shade">$vbphrase[vcard]</dt>
    		<dd><a href="member.php?$session[sessionurl]do=vcard&amp;u=$prepared[userid]" rel="nofollow">$vbphrase[download_vcard]</a></dd>
    	</if>
    	</dl>
    </div>
  • 21-04-2009, 12:49:38
    #5
    ellerine sağlık oldu amacım çok teşekkürler