| |||||||
| المدوّنات | البحث | مشاركات اليوم | اجعل كافة المشاركات مقروءة |
|
| | LinkBack | أدوات الموضوع |
| |||||
|
[AJAX] - Slide Panel (F1) 1. Upload the js file in clientscript : forumroot/clientscript/slidepanel.js 2. Add to CSS كود: #dhtmlgoodies_leftPanel ul{
padding-left:20px;
margin-left:0px;
}
#dhtmlgoodies_leftPanel div{
padding:3px;
}
#mainContent{
width:460px;
background-color:#fff;
padding-right:5px;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
padding-left:5px;
}
#dhtmlgoodies_leftPanel{
background:#fff;
color:#000;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
height:100%;
left:0px;
z-index:10;
position:absolute;
display:none;
overflow:hidden;
}
#dhtmlgoodies_leftPanel #leftPanelContent{
padding:0px;
}
#dhtmlgoodies_leftPanel .closeLink{
padding-left:2px;
padding-right:2px;
background-color:#FFF;
position:absolute;
top:7px;
left:135px;
border:1px solid #000;
color:#000;
font-size:0.8em;
}
#dhtmlgoodies_leftPanel .closeLink:hover{
color:#FFF;
background-color:#000;
} <script type="text/javascript" src="clientscript/slidepanel.js"></script> 4. Add to template HEADER كود: <!-- Code for the left panel -->
<div id="dhtmlgoodies_leftPanel">
<a class="closeLink" href="#" onclick="initSlideLeftPanel();return false">Fermer</a>
<div id="leftPanelContent">
<!-- This is the content -->
<div>
<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr><td class="tcat" nowrap="nowrap"><a href="usercp.php$session[sessionurl_q]">
Tableau de bord</a></td></tr>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('yourcp')"><img id="collapseimg_yourcp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_yourcp].gif" alt="" border="0" /></a><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Votre profil</a></td></tr>
<tbody id="collapseobj_yourcp" style="$vbcollapse[collapseobj_yourcp]">
<tr><td class="$navclass[profile]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">Modifier vos informations</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[customize]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_edit.gif" width="16" height="16"></td>
<td>
<a class="smallfont" href="profile.php?$session[sessionurl]do=customize">Personnalisation du profil</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['profilepiclink']">
<tr><td class="$navclass[profilepic]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">Modifier votre portrait</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('networking')"><img id="collapseimg_networking" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_networking].gif" alt="" border="0" /></a>Réseau</td></tr>
<tbody id="collapseobj_networking" style="$vbcollapse[collapseobj_networking]">
<tr><td class="$navclass[buddylist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/emoticon_smile.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />Contacts</if></a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group.gif" width="16" height="16"></td>
<td><a class="smallfont" href="group.php$session[sessionurl_q]">Groupes sociaux</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[usergroups]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/group_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">Mes groupes</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[album]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/photos.gif" width="16" height="16"></td>
<td><a class="smallfont" href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">Images & Albums</a></td>
</tr>
</table>
</td></tr>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('settings')"><img id="collapseimg_settings" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_settings].gif" alt="" border="0" /></a>Paramètres
et Options</td></tr>
<tbody id="collapseobj_settings" style="$vbcollapse[collapseobj_settings]">
<if condition="$show['avatarlink']">
<tr><td class="$navclass[avatar]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_empty.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">Modifier votre avatar</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['siglink']">
<tr><td class="$navclass[signature]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/page_red.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">Modifier votre signature</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[password]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/lock.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">Email & Mot de passe</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/cog.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">Modifier vos options</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[ignorelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_delete.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">Modifier la liste d'ignorés</a></td>
</tr>
</table>
</td></tr>
</tbody>
<if condition="$show['pmmainlink']">
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_pmfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pm')"><img id="collapseimg_pm" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pm].gif" alt="" border="0" /></a>Messages
privés</span></td>
</tr>
<tbody id="collapseobj_pm" style="$vbcollapse[collapseobj_pm]">
<tr><td class="$navclass[pm_messagelist]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_open.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=0">Boîte de réception</a></td>
</tr>
<tr>
<td width="20">
</td>
<td>
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="private.php?$session[sessionurl_q]folderid=-1">Éléments envoyés</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['pmsendlink']">
<tr><td class="$navclass[pm_newpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Envoyer un message</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['pmtracklink']">
<tr><td class="$navclass[pm_trackpm]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/email_go.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">Suivre vos messages</a></td>
</tr>
</table>
</td></tr>
</if>
<tr><td class="$navclass[pm_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">Modifier vos dossiers</a></td>
</tr>
</table>
</td></tr>
</if>
</tbody>
<tr>
<td class="thead" nowrap="nowrap">
<span id="nav_subsfolders"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('subs')"><img id="collapseimg_subs" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_subs].gif" alt="" border="0" /></a>Discussions
suivies</span></td>
</tr>
<tbody id="collapseobj_subs" style="$vbcollapse[collapseobj_subs]">
<tr><td class="$navclass[substhreads_listthreads]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/newspaper.gif" width="16" height="16"></td>
<td colspan="2"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">Lister les abonnements</a></td>
</tr>
<tr>
<td width="20">
</td>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" /></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&daysprune=-1&folderid=all">Voir tout</a></td>
</tr>
</table>
</td></tr>
<tr><td class="$navclass[substhreads_editfolders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/folder_edit.gif" width="16" height="16"></td>
<td><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">Modifier vos dossiers</a></td>
</tr>
</table>
</td></tr>
</tbody>
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>Divers</td></tr>
<tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]">
<tr><td class="$navclass[event_reminders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/time.gif" width="16" height="16"></td>
<td><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">Rappel des événements</a></td>
</tr>
</table>
</td></tr>
<if condition="$show['paidsubscriptions']">
<tr><td class="$navclass[paid_subscriptions]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td>
<td><a class="smallfont" href="payments.php$session[sessionurl_q]">Abonnements payants</a></td>
</tr>
</table>
</td></tr>
</if>
<if condition="$show['attachments']">
<tr><td class="$navclass[attachments]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/attach.gif" width="16" height="16"></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">Pièces jointes</a></td>
</tr>
</table>
</td></tr>
<tbody>
</if>
</table>
<!-- / usercp nav -->
<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_subsfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[subsfolders]
</table>
</div>
</if>
<if condition="$show['popups']">
<div class="vbmenu_popup" id="nav_pmfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
</tr>
$cpnav[pmfolders]
</table>
</div>
</if>
</td>
</tr>
</table>
<!-- / table to support left column nav -->
</div>
<!-- End content -->
</div>
</div>
<!-- End code for the left panel --> كود: <a href="#" onclick="initSlideLeftPanel();return false">Voir le Slide Panel ou appuyez sur F1</a>
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Description Advanced Forum 1.0 emplate: FORUMDISPLAY Position: Under "navbar" Not require template modifications This product work also for vbulletin version 3.6.x (tested) Install: * Go to your AdminCP -> Plugin System -> Manage Products -> [Add/Import Product] * Click "Browse" and upload the file xml: product-description_adv_forum-1.0.xml * Go AdminCP -> Forums & Moderators -> Forum Manager * Here click GO on forum that you want to modify. * Go on the bottom and show the new options! You can enable/disable and write the description on the textarea. You can use code HTML!! * By default the product is disable for every forum
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Display Options Above Threads - as seen on vbulletin.org
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
New PM button in messagelist Style Manager -> Edit Templates -> pm_messagelist Find: كود: <if condition="$show['pagenav']"> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="bottom"> <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> </if> كود: <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="bottom"> <td><a href="private.php?do=newpm"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="$vbphrase[send_new_message]" border="0" /></a></td> <if condition="$pagenav"> <td align="$stylevar[right]">$pagenav</td></if> </tr> </table> You may change $stylevar[imgdir_button]/sendpm.gif to any other image.
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
GTSmiliebox - Move Smilies Below Editor
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
RSS Feed Icon for boards Add a Rss feed icon to each forum on forumhome open template forumhome_forumbit_level2_post After : كود: <tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> كود: <a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a> If you update remove the old code PrintScreen : Icon next to forum Name :Check Screenshots open template forumhome_forumbit_level2_post After : كود: <div style=float:left>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> كود: <a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a> Upload this icon to your images/misc
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
MySmilies VB (v3.7.0) Description This hack puts the control of the smilies on the users. It lets any user (that you give permission to) upload or modify the smilies that he can use. Installation instructions See the included readme.txt in the ms_mysmiliesvb.zip file.
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
IE Style infobar Alert Installation. 1. Upload infobar.css from the attached zip to /clientscript/vbulletin_css 2. Upload alert.png to /images 3. Edit header template and add this code at the top. كود: <if condition="$show[guest]">
<!-- Infobar -->
<link rel="stylesheet" href="clientscript/vbulletin_css/infobar.css" type="text/css">
<div id="info"><div id="infobar" align="left"><a href="register.php">You are not registered yet. Please click here to register!</a></div></div>
<!-- Infobar -->
</if>
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Show latest threads on showthread Place this code into template ad_showthread_beforeqr كود: <!-- show latest active threads -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tbody><tr><td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_external')"><img
id="collapseimg_forumhome_external"
src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_external].gif" alt="" border="0" /></a>
<a href="forumdisplay.php?f=$foruminfo[forumid]">New topics in $foruminfo[title]</a>
</td></tr></tbody>
<tbody id="collapseobj_forumhome_external" style="$vbcollapse[collapseobj_forumhome_external]">
<tr><td class="alt1" width="100%" valign="top">
<div class="smallfont">
<script type="text/javascript" src="external.php?forumids=$foruminfo[childlist]&type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
}
//-->
</script>
</div>
</td>
</tr></tbody>
</table>
<!-- / show latest active threads -->
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Sticky background color change ACP -> Styles & Templates -> Style Manager -> Edit Templates -> Threadbit Find: كود: <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> كود: <!-- Sticky Color --> <if condition="$thread['sticky'] == 1"> <td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> <else /> <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> </if> <!-- /Sticky Color --> ACP -> Styles & Templates -> Style Manager -> Style Name -> Main CSS -> Additional CSS Definitions Add the following: . كود: stickybg
{
background-color: #333333;
}
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
LeetTube BB Code LeetTube BB Code for you guys: Title: LeetTube BB Code Tag: lt Replacement: كود: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="425" height="350">
<param name="movie" value="http://www.leettube.com/agriyaplayer.swf?config=http://www.leettube.com/playerXml.php?viewkey={param}&themes=http://www.leettube.com/themes.xml&flv=http://www.leettube.com/flvideo/1370.flv&autostart=true&showfsbutton=true" />
<param name="quality" value="high" />
<param name="allowfullscreen" value="true" />
<param autostart="false" />
<embed src="http://www.leettube.com/agriyaplayer.swf?config=http://www.leettube.com/playerXml.php?viewkey={param}&themes=http://www.leettube.com/themes.xml&flv=http://www.leettube.com/flvideo/1370.flv&autostart=true&showfsbutton=true" width="425" height="350" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowfullscreen="true"></embed>
</object> [lt]01cedc15f5118a762609[/lt] Description: Leettube.com BBCode Use {option} No You can change the values width="425" height="350" (2 Times) if you want in the replacement codes to change the size of the video window. Edit: this doesn't work yet, I will see if I can make it working. Download Now
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Navbar Search Form/Input Box AdminCP -> Style Manager -> Edit Templates -> navbar Find: كود: <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> كود: <!-- Search Box --> <td valign="middle" class="alt1"> <div style="white-space:nowrap"> <form action="http://www.yourdomain.com/forum/search.php" method="post"> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="text" style="width:100px;" class="bginput" name="query"/> <input style="font: bold 10px Arial" type="submit" class="button" value="Search" /></form> <a style="text-decoration:none" href="search.php" accesskey="4" rel="nofollow" id="navbar_search" class=""></a> </div></td> <!-- /Search Box --> Optional: Remove the old search link from your navbar. Simply comment out the search text, like so. I'm sure there's a better way to accomplish this, but that's how I pull it off on my site. Any input appreciated. كود: <!-- $vbphrase[search] -->
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Image Resize using Lytebox INSTALLATION * Upload files from folder upload. * Import Product ImageResize_MK.xml * Edit file includes/class_bbcode.php,find كود: return '<img src="' . $link . '" border="0" alt="" />'; كود: return '<a target="_blank" href="' . $link . '" rel="lytebox"><img src="' . $link . '" border="0" alt="" /></a>'; Default max width available of images is 500px,you can change it in ACP => Image Resize Using Lytebox
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
vS-Hide Hack Resurrection [HIDE-POSTS]: defines the minimum number of posts required to read the content within. [SHOWTOGROUPS]: defines the usergroups that may read the content within. [HIDE-THANKS]*: defines that the content within may only be read after the person says thank you by pressing a special button. (Expanded Edition Only) [HIDE-REPLY]*: defines that the content within may only be read after the person replies. (Expanded Edition Only)
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
Proxy IP to real IP conversion This hack makes the forum always use the members real ip when a proxy is detected, meaning that all existing ip functions should continue to work, basically ignoring the proxy server (other than recording it's presence).
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
FanMod - How To Separate Sticky and Normal Threads This Code allows you to seperate your Sticky threads from your normal threads.. Go to: Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY كود: $threadbits_sticky كود: <tr><td class="thead" colspan="<if condition="(($show['threadicons'] AND $colspan = 6) OR (!$show['threadicons'] AND $colspan = 5)) AND ($show['inlinemod'] AND $colspan++)"></if>$colspan"> </td></tr>
__________________ ماذا تفعل لو بأيدك بيانات سوالف سوفت ؟ دعم فني للمنتديات الأسلاميه مجانآ راسلني خدمه ساعِد | |||||
|
| |||||
|
بارك الله فيك، نرجو الاستمرار مع التركيز على النسخة 3.7 فما فوق
__________________ شارك نغماتك و صورك مع اصدقائك الاخرين في اي مكان في العالم مجاناً www.up2wap.com | |||||
|