PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : راهنمایی در مورد قالب rhuk_solarflare_ii_rtl



azizkhani
03-16-2008, 09:22 AM
من نمی تونم توی این قالب دو تا موقعیت که سمت چپ و بالا (زیر موقعیت چهارم ) قرار داره رو حذف کنم .
این هم تصویر
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
لطفا در این باره من رو راهنمایی کنید .

این هم کد قالب


&lt;?php
defined( &#039;_VALID_MOS&#039; ) or die( &#039;Restricted access&#039; );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( &#039;=&#039;, _ISO );
// xml prolog
echo &#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;&#039;. $iso[1] .&#039;&quot;?&#039; .&#039;&gt;&#039;;
?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;html xmlns=&quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;head&gt;
&lt;?php mosShowHead(); ?&gt;
&lt;?php
if ( $my-&gt;id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( &#039;right&#039; ) + mosCountModules( &#039;user1&#039; ) ) ? 2 : 1;
//script to determine which div setup for layout to use based on module configuration
$user1 = 0;
$user2 = 0;
$colspan = 0;
$right = 0;
// banner combos

//user1 combos
if ( mosCountModules( &#039;user1&#039; ) + mosCountModules( &#039;user2&#039; ) == 2) {
$user1 = 2;
$user2 = 2;
$colspan = 3;
} elseif ( mosCountModules( &#039;user1&#039; ) == 1 ) {
$user1 = 1;
$colspan = 1;
} elseif ( mosCountModules( &#039;user2&#039; ) == 1 ) {
$user2 = 1;
$colspan = 1;
}

//right based combos
if ( mosCountModules( &#039;right&#039; ) and ( empty( $_REQUEST[&#039;task&#039;] ) || $_REQUEST[&#039;task&#039;] != &#039;edit&#039; ) ) {
$right = 1;
}
?&gt;
&lt;meta <b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b> content=&quot;text/html; &lt;?php echo _ISO; ?&gt;&quot; /&gt;
&lt;link href=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/rhuk_solarflare_ii_rtl/css/template_css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div align=&quot;center&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;808&quot;&gt;
&lt;tr&gt;
&lt;td class=&quot;outline&quot;&gt;
&lt;div id=&quot;pathway_outer&quot;&gt;
&lt;div id=&quot;pathway_inner&quot;&gt;
&lt;div id=&quot;pathway_text&quot;&gt;
&lt;?php mosPathWay(); ?&gt;
&lt;/div&gt;
&lt;div id=&quot;buttons&quot;&gt;
&lt;?php mosLoadModules ( &#039;user3&#039;, -1); ?&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;search_outer&quot;&gt;
&lt;div id=&quot;search_inner&quot;&gt;
&lt;?php mosLoadModules ( &#039;user4&#039;, -1 ); ?&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;clr&quot;&gt;&lt;/div&gt;

&lt;div id=&quot;header_outer&quot;&gt;
&lt;div id=&quot;header&quot;&gt;
&amp;nbsp;
&lt;/div&gt;



&lt;div id=&quot;top_outer&quot;&gt;
&lt;div id=&quot;top_inner&quot;&gt;
&lt;?php
if ( mosCountModules( &#039;top&#039; ) ) {
mosLoadModules ( &#039;top&#039; );
} else {
?&gt;
&lt;span class=&quot;error&quot;&gt;Top Module Empty&lt;/span&gt;
&lt;?php
}
?&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;left_outer&quot;&gt;
&lt;div id=&quot;left_inner&quot;&gt;
&lt;?php mosLoadModules ( &#039;left&#039; ); ?&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;content_outer&quot;&gt;
&lt;div id=&quot;content_inner&quot;&gt;
&lt;?php
if ( mosCountModules (&#039;banner&#039;) ) {
?&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; class=&quot;content_table&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div id=&quot;banner_inner&quot;&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/rhuk_solarflare_ii_rtl/images/advertisement.png&quot; alt=&quot;advertisement.png, 0 kB&quot; title=&quot;advertisement&quot; border=&quot;0&quot; height=&quot;8&quot; width=&quot;468&quot;/&gt;&lt;br /&gt;
&lt;?php mosLoadModules( &#039;banner&#039;, -1 ); ?&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;?php
}
?&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; class=&quot;content_table&quot;&gt;
&lt;tr valign=&quot;top&quot;&gt;
&lt;?php if (mosCountModules(&#039;right&#039;) ) { ?&gt;


&lt;td&gt;
&lt;div id=&quot;right_outer&quot;&gt;
&lt;div id=&quot;right_inner&quot;&gt;
&lt;?php mosLoadModules ( &#039;right&#039; ); ?&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;

&lt;?php } ?&gt;

&lt;td width=&quot;99%&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; class=&quot;content_table&quot;&gt;

&lt;?php
if ($colspan &gt; 0) {
?&gt;
&lt;tr valign=&quot;top&quot;&gt;
&lt;?php
if ( $user1 &gt; 0 ) {
?&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;div class=&quot;user2_inner&quot;&gt;
&lt;?php mosLoadModules ( &#039;user2&#039; ); ?&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;?php
}
if ( $colspan == 3) {
?&gt;
&lt;td width=&quot;2&quot;&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/rhuk_solarflare_ii_rtl/images/spacer.png&quot; alt=&quot;&quot; title=&quot;spacer&quot; border=&quot;0&quot; height=&quot;10&quot; width=&quot;2&quot;/&gt;
&lt;/td&gt;
&lt;?php
}
if ( $user2 &gt; 0 ) {
?&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;div class=&quot;user1_inner&quot;&gt;
&lt;?php mosLoadModules ( &#039;user1&#039; ); ?&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;?php
}
?&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;&lt;?php echo $colspan; ?&gt;&quot;&gt;
&lt;img src=&quot;&lt;?php echo $mosConfig_live_site;?&gt;/templates/rhuk_solarflare_ii_rtl/images/spacer.png&quot; alt=&quot;&quot; title=&quot;spacer&quot; border=&quot;0&quot; height=&quot;2&quot; width=&quot;100&quot;/&gt;&lt;br /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;?php
}
?&gt;
&lt;tr&gt;
&lt;td colspan=&quot;&lt;?php echo $colspan; ?&gt;&quot; class=&quot;body_outer&quot;&gt;
&lt;?php mosMainBody(); ?&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;


&lt;/td&gt;
&lt;?php
if ( $right &gt; 0 ) {
?&gt;



&lt;?php
}
?&gt;

&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;?php include_once( $GLOBALS[&#039;mosConfig_absolute_path&#039;] . &#039;/includes/footer.php&#039; ); ?&gt;
&lt;?php mosLoadModules( &#039;debug&#039;, -1 );?&gt;
&lt;/body&gt;
&lt;/html&gt;

firoozmandan
03-16-2008, 09:43 AM
سلام

قالب رو به صورت کامل اینجا قرار بدید ( تمام فایلها به صورت Compress )

و دقیقا بگید چه موقعیت هایی رو میخوایید حذف کنید ...

یا علی

azizkhani
03-16-2008, 09:58 AM
این لینک قالبه
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>

موقعیت سمت چپ پایین موقعیت 4 جایی که نوشته &quot; Top Module Empty &quot; و موقعیت زیر اون که لوگوی مامبو
ممنونم

firoozmandan
03-16-2008, 10:00 AM
به نظر میاد این قالب مشکل داره

شما دانلود کنید و Extract !

سایز این فایل فقط 6K هست !

یا علی

azizkhani
03-16-2008, 10:11 AM
فکر نمی کنم چون من دانلود و نصب کردم!!!!!
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>

azizkhani
03-23-2008, 04:58 AM
اين لينك هم تو انجمن بود
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
بايد كدوم قسمت رو دست كاري كنم؟ ممنون مي شم راهنمايي بفرماييد.

firoozmandan
03-23-2008, 10:06 AM
متاسفانه باز هم سعی کردم این قالب رو دانلود کنم اما به نظر میرسه مشکل داره چون بعد از دانلود حجم این فایل تنها 6 کیلو هست !

یا علی

azizkhani
03-23-2008, 12:28 PM
اين دفعه فايل رو دانلود كردم و خودم آپلود كردم ( حجم فايل زيپ 37 و فايل اكستركت شده 70 كيلو) و از يه سيستم ديگه هم تستش كردم جواب مي ده :D

<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>

ممنون مي شم راهنمايي بفرماييد