PDA

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



soheylsoft
11-01-2010, 07:02 PM
سلام دوستان
من مي خواهم يه ناحيه چپ1 به قالبم در كنار ناحيه چپ فعلي اضافه كنم. لطفا بفرماييد چه كدي در hndex بايد بزارم. كد در زير اوردم كه دقيقتر راهنمايي بفرماييد.


// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

include_once (dirname(__FILE__).DS.'ja_vars_1.5.php');

?>

&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> xml:lang=&quot;&lt;?php echo $this-&gt;language; ?&gt;&quot; lang=&quot;&lt;?php echo $this-&gt;language; ?&gt;&quot;&gt;

&lt;head&gt;
&lt;jdoc:include type=&quot;head&quot; /&gt;
&lt;?php JHTML::_(&#039;behavior.mootools&#039;); ?&gt;

&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo $tmpTools-&gt;baseurl(); ?&gt;templates/system/css/system.css&quot; type=&quot;text/css&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo $tmpTools-&gt;baseurl(); ?&gt;templates/system/css/general.css&quot; type=&quot;text/css&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/css/template.css&quot; type=&quot;text/css&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/css/typo.css&quot; type=&quot;text/css&quot; /&gt;

&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
var siteurl = &#039;&lt;?php echo $tmpTools-&gt;baseurl();?&gt;&#039;;
var tmplurl = &#039;&lt;?php echo $tmpTools-&gt;templateurl();?&gt;&#039;;
&lt;/script&gt;

&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/js/ja.script.js&quot;&gt;&lt;/script&gt;
&lt;!-- js for dragdrop --&gt;

&lt;!-- Menu head --&gt;
&lt;?php if ($jamenu) $jamenu-&gt;genMenuHead(); ?&gt;
&lt;link href=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/css/colors/&lt;?php echo $tmpTools-&gt;getParam(JA_TOOL_COLOR); ?&gt;.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;

&lt;!--[if lte IE 6]&gt;
&lt;style type=&quot;text/css&quot;&gt;
.clearfix {height: 1%;}
img {border: none;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte IE 7.0]&gt;
&lt;style type=&quot;text/css&quot;&gt;
.clearfix {display: inline-block;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;?php if ($tmpTools-&gt;isIE6()) { ?&gt;
&lt;!--[if lte IE 6]&gt;
&lt;link href=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/css/ie6.php&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.addEvent (&#039;load&#039;, makeTransBG);
function makeTransBG() {
makeTransBg($$(&#039;img&#039;));
}
&lt;/script&gt;
&lt;![endif]--&gt;
&lt;?php } ?&gt;
&lt;!--[if gt IE 7]&gt;
&lt;link href=&quot;&lt;?php echo $tmpTools-&gt;templateurl(); ?&gt;/css/ie8.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;![endif]--&gt;

&lt;/head&gt;
&lt;?php
//populate background for body
$bodybg = $tmpTools-&gt;getParam(&#039;ja_bodybg&#039;);
if ($bodybg) {
$bodybg = &quot; style=\&quot;background-image: url(&quot;.$tmpTools-&gt;templateurl().&quot;/images/background/$bodybg);\&quot;&quot;;
}
?&gt;
&lt;body id=&quot;bd&quot; class=&quot;&lt;?php echo $tmpTools-&gt;getParam(JA_TOOL_LAYOUT);?&gt; &lt;?php echo $tmpTools-&gt;getParam(JA_TOOL_SCREEN);?&gt; fs&lt;?php echo $tmpTools-&gt;getParam(JA_TOOL_FONT);?&gt;&quot;&lt;?php echo $bodybg;?&gt; &gt;
&lt;a name=&quot;Top&quot; id=&quot;Top&quot;&gt;&lt;/a&gt;
&lt;ul class=&quot;accessibility&quot;&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo $tmpTools-&gt;getCurrentURL();?&gt;#ja-content&quot; title=&quot;&lt;?php echo JText::_(&quot;Skip to content&quot;);?&gt;&quot;&gt;&lt;?php echo JText::_(&quot;Skip to content&quot;);?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo $tmpTools-&gt;getCurrentURL();?&gt;#ja-mainnav&quot; title=&quot;&lt;?php echo JText::_(&quot;Skip to main navigation&quot;);?&gt;&quot;&gt;&lt;?php echo JText::_(&quot;Skip to main navigation&quot;);?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo $tmpTools-&gt;getCurrentURL();?&gt;#ja-col1&quot; title=&quot;&lt;?php echo JText::_(&quot;Skip to 1st column&quot;);?&gt;&quot;&gt;&lt;?php echo JText::_(&quot;Skip to 1st column&quot;);?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo $tmpTools-&gt;getCurrentURL();?&gt;#ja-col2&quot; title=&quot;&lt;?php echo JText::_(&quot;Skip to 2nd column&quot;);?&gt;&quot;&gt;&lt;?php echo JText::_(&quot;Skip to 2nd column&quot;);?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div id=&quot;ja-wrapper&quot;&gt;

&lt;div id=&quot;ja-topbar&quot; class=&quot;clearfix&quot;&gt;
&lt;div id=&quot;ja-pathway&quot;&gt;
&lt;strong&gt;You are here:&lt;/strong&gt;&lt;jdoc:include type=&quot;module&quot; name=&quot;breadcrumbs&quot; /&gt;
&lt;/div&gt;
&lt;?php if ($this-&gt;countModules(&#039;user4&#039;)) { ?&gt;
&lt;div id=&quot;ja-search&quot; class=&quot;clearfix&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user4&quot; style=&quot;raw&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;
&lt;/div&gt;

&lt;!-- BEGIN: HEADER --&gt;
&lt;div id=&quot;ja-header&quot; class=&quot;clearfix&quot;&gt;

&lt;?php
$siteName = $tmpTools-&gt;sitename();
if ($tmpTools-&gt;getParam(&#039;logoType&#039;)==&#039;image&#039;) { ?&gt;
&lt;h1 class=&quot;logo&quot;&gt;
&lt;a href=&quot;index.php&quot; title=&quot;&lt;?php echo $siteName; ?&gt;&quot;&gt;&lt;span&gt;&lt;?php echo $siteName; ?&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;
&lt;?php } else {
$logoText = (trim($tmpTools-&gt;getParam(&#039;logoText&#039;))==&#039;&#039;) ? $config-&gt;sitename : $tmpTools-&gt;getParam(&#039;logoText&#039;);
$sloganText = (trim($tmpTools-&gt;getParam(&#039;sloganText&#039;))==&#039;&#039;) ? JText::_(&#039;SITE SLOGAN&#039;) : $tmpTools-&gt;getParam(&#039;sloganText&#039;); ?&gt;
&lt;div class=&quot;logo-text&quot;&gt;
&lt;p class=&quot;site-slogan&quot;&gt;&lt;?php echo $sloganText;?&gt;&lt;/p&gt;
&lt;h1&gt;
&lt;a href=&quot;index.php&quot; title=&quot;&lt;?php echo $siteName; ?&gt;&quot;&gt;&lt;span&gt;&lt;?php echo $logoText; ?&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if ($this-&gt;countModules(&#039;top&#039;)) { ?&gt;
&lt;div id=&quot;ja-login&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;top&quot; style=&quot;raw&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;!-- BEGIN: MAIN NAVIGATION --&gt;
&lt;?php if ($tmpTools-&gt;getParam(&#039;ja_menu&#039;) != &#039;none&#039;) : ?&gt;
&lt;div id=&quot;ja-mainnav&quot;&gt;
&lt;?php if ($jamenu) $jamenu-&gt;genMenu (0); ?&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;
&lt;!-- END: MAIN NAVIGATION --&gt;

&lt;/div&gt;
&lt;!-- END: HEADER --&gt;

&lt;?php if ($hasSubnav) : ?&gt;
&lt;div id=&quot;ja-subnav&quot; class=&quot;clearfix&quot;&gt;
&lt;?php if ($jamenu) $jamenu-&gt;genMenu (1,1); ?&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;


&lt;?php if( $this-&gt;countModules(&#039;topsl1&#039;) &amp;&amp; $this-&gt;countModules(&#039;topsl2&#039;) ) { ?&gt;
&lt;!-- BEGIN: TOP SPOTLIGHT --&gt;
&lt;div id=&quot;ja-topsl&quot; class=&quot;clearfix&quot;&gt;
&lt;div id=&quot;ja-topsl1&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;topsl1&quot; style=&quot;raw&quot; /&gt;
&lt;/div&gt;
&lt;div id=&quot;ja-topsl2&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;topsl2&quot; style=&quot;xhtml&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- END: TOP SPOTLIGHT --&gt;
&lt;?php } ?&gt;

&lt;div id=&quot;ja-containerwrap&lt;?php echo $divid; ?&gt;&quot;&gt;
&lt;div id=&quot;ja-container&quot; class=&quot;clearfix&quot;&gt;

&lt;div id=&quot;ja-mainbody&quot; class=&quot;clearfix&quot;&gt;

&lt;?php
$spotlight = array (&#039;user1&#039;,&#039;user2&#039;,&#039;user5&#039;);
$contentsl = $tmpTools-&gt;calSpotlight ($spotlight,$tmpTools-&gt;isOP()?100:99.9);
if( $contentsl ) {
?&gt;
&lt;!-- BEGIN: CONTENT SPOTLIGHT--&gt;
&lt;div id=&quot;ja-contentsl1&quot; class=&quot;clearfix&quot;&gt;

&lt;?php if( $this-&gt;countModules(&#039;user1&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $contentsl&#91;&#039;user1&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $contentsl&#91;&#039;user1&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user1&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user2&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $contentsl&#91;&#039;user2&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $contentsl&#91;&#039;user2&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user2&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user5&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $contentsl&#91;&#039;user5&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $contentsl&#91;&#039;user5&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user5&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;/div&gt;
&lt;!-- END: CONTENT SPOTLIGHT --&gt;
&lt;?php } ?&gt;

&lt;!-- BEGIN: CONTENT --&gt;
&lt;div id=&quot;ja-content&quot;&gt;&lt;div id=&quot;ja-content-top&quot;&gt;&lt;div id=&quot;ja-content-bot&quot; class=&quot;clearfix&quot;&gt;
&lt;jdoc:include type=&quot;message&quot; /&gt;

&lt;div id=&quot;ja-current-content&quot; class=&quot;clearfix&quot;&gt;
&lt;jdoc:include type=&quot;component&quot; /&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;!-- END: CONTENT --&gt;

&lt;?php if ($ja_left) { ?&gt;
&lt;!-- BEGIN: LEFT COLUMN --&gt;
&lt;div id=&quot;ja-col1&quot;&gt;
&lt;div class=&quot;ja-innerpad&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;left&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;!-- END: LEFT COLUMN --&gt;
&lt;?php } ?&gt;

&lt;?php if($this-&gt;countModules(&#039;banner&#039;)) : ?&gt;
&lt;div id=&quot;ja-banner&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;banner&quot; /&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;

&lt;?php
$spotlight = array (&#039;user6&#039;,&#039;user7&#039;);
$contentsl = $tmpTools-&gt;calSpotlight ($spotlight,$tmpTools-&gt;isOP()?100:99.9);
if( $contentsl ) {
?&gt;
&lt;!-- BEGIN: CONTENT SPOTLIGHT 2--&gt;
&lt;div id=&quot;ja-contentsl2&quot; class=&quot;clearfix&quot;&gt;

&lt;?php if( $this-&gt;countModules(&#039;user6&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $contentsl&#91;&#039;user6&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $contentsl&#91;&#039;user6&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user6&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user7&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $contentsl&#91;&#039;user7&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $contentsl&#91;&#039;user7&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user7&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;/div&gt;
&lt;!-- END: CONTENT SPOTLIGHT 2--&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user10&#039;) ) {?&gt;
&lt;!-- BEGIN: TABS --&gt;
&lt;div id=&quot;ja-tabs&quot; class=&quot;clearfix&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user8&quot; style=&quot;rounded&quot; /&gt;
&lt;/div&gt;
&lt;!-- END: TABS--&gt;
&lt;?php } ?&gt;

&lt;/div&gt;

&lt;?php if ($ja_right) { ?&gt;
&lt;!-- BEGIN: RIGHT COLUMN --&gt;
&lt;div id=&quot;ja-col2&quot;&gt;
&lt;div class=&quot;ja-innerpad&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;right&quot; style=&quot;rounded&quot; /&gt;
&lt;?php $tmpTools-&gt;genToolMenu($tmpTools-&gt;getParam(&#039;usertool_bg&#039;)); ?&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;!-- END: RIGHT COLUMN --&gt;
&lt;?php } ?&gt;

&lt;/div&gt;&lt;/div&gt;

&lt;?php
$spotlight = array (&#039;user9&#039;,&#039;user10&#039;,&#039;user11&#039;,&#039;user12&#039;);
$botsl = $tmpTools-&gt;calSpotlight ($spotlight,$tmpTools-&gt;isOP()?100:99.9);
if( $botsl ) {
?&gt;
&lt;!-- BEGIN: BOTTOM SPOTLIGHT --&gt;
&lt;div id=&quot;ja-botsl&quot; class=&quot;clearfix&quot;&gt;

&lt;?php if( $this-&gt;countModules(&#039;user9&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $botsl&#91;&#039;user9&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $botsl&#91;&#039;user9&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user9&quot; style=&quot;xhtml&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user10&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $botsl&#91;&#039;user10&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $botsl&#91;&#039;user10&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user10&quot; style=&quot;xhtml&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user11&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $botsl&#91;&#039;user11&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $botsl&#91;&#039;user11&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user11&quot; style=&quot;xhtml&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;?php if( $this-&gt;countModules(&#039;user12&#039;) ) {?&gt;
&lt;div class=&quot;ja-box&lt;?php echo $botsl&#91;&#039;user12&#039;]&#91;&#039;class&#039;]; ?&gt;&quot; style=&quot;width: &lt;?php echo $botsl&#91;&#039;user12&#039;]&#91;&#039;width&#039;]; ?&gt;;&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user12&quot; style=&quot;xhtml&quot; /&gt;
&lt;/div&gt;
&lt;?php } ?&gt;

&lt;/div&gt;
&lt;!-- END: BOTTOM SPOTLIGHT --&gt;
&lt;?php } ?&gt;

&lt;!-- BEGIN: FOOTER --&gt;
&lt;div id=&quot;ja-botnav&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;user3&quot; /&gt;
&lt;/div&gt;
&lt;div id=&quot;ja-footer&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;footer&quot; /&gt;
&lt;/div&gt;
&lt;!-- END: FOOTER --&gt;

&lt;/div&gt;

&lt;jdoc:include type=&quot;modules&quot; name=&quot;debug&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
addSpanToTitle();
jaAddFirstItemToTopmenu();
jaRemoveLastContentSeparator();
//jaRemoveLastTrBg();
&lt;/script&gt;

&lt;/body&gt;

&lt;/html&gt;
البته نمي دونستم جه طوري فايل را پيوست كنم. اگر ممكنه بفرماييد چه طوري مي تونم عكس بزارم تا راحتر منظورم را برسانم.
ممنون

** اضافه شدن تگ کد

مهدی.
11-01-2010, 07:45 PM
سلام

برای اضافه کردن موقعیت ماژول باید دانش html داشته باشید.

اگر قالب شما یک قالب تجاری نیست لینک دانلود و یا نام قالب را اینجا قرار دهید تا دوستان دقیقتر راهنمایی نمایند.

برای قرار دادن عکس ابتدا تصویر خود را در یک سایت آپلود تصویر بارگذاری کنید و آنرا در ارسال قرار دهید. بنا به دلایل امنیتی آپلود فایل در انجمن برای کاربران غیر فعال میباشد.

هیچکس تنهاتر از خدا نیست

soheylsoft
11-01-2010, 08:19 PM
خوب ايني كه گذاشتم كل كد ايندكس ، اگر مي خواهيد راهنمايي كنيد از روي اين كد بفرماييد ديگه نياز نيس قالب رو پيوست كنم. بفرماييد كد مربوط به ناحيه چپ كدومه؟ و براي اضافه كردن ناحيه ديگه كنار ناحيه چپ چيكار كنم؟
هم كد در دسترسه و هم سوال مفهومه . لطفا راهنمايي كنيد. فكر نمي كنم براي شكا كه حرفه اي هستيد زياد سخت باشه؟!!!

مهدی.
11-01-2010, 09:16 PM
بهتره آدرس دانلود قالب باشه تا برای کاربران بعدی که مشکل دارند این تاپیک ارزش فنی داشته باشه ! ;) البته قالب رو هم اونموقع میشه بررسی کرد که کامرشیال نباشه تا از نظر قانونی هم مشکلی نباشه :)

هیچکس تنهاتر از خدا نیست

firoozmandan
11-02-2010, 06:00 AM
قالب فوق از سری قالب های سایت Joomlart هست که کامرشیال هست و ...

rafig256
11-10-2010, 04:57 PM
سلام ظاهرا نشد به اون دوستمون کمک کنید اما اگر امکانش هست کمی راهنمایی کنید تا دیگران که با خوندن تیتر این تاپیک وارد می شن بتونن استفاده ببرن! مثلا اینکه باید css قالب رو دستکاری کنیم یا html یا php. و اینکه مرجعی هست که با مطالعه اون مبتدی ها بتونن چند تا موقعیت تو قالبشون اضافه کنن. من با نرم افزار آرتیستر یه قالب درست کردم ولی می خوام چند تا موقعیت دیگه بهش اضافه کنم