-
AuthorPosts
-
mayke Friend
mayke
- Join date:
- May 2008
- Posts:
- 281
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 55
- Thanked:
- 13 times in 1 posts
November 25, 2008 at 11:08 am #135679Hi Experties,
Mind to help?
I need to insert my flash module (W=900px, H=250px), between Main Navigation and JaNews Frontpage without the left and right modules covering half of flash file?
Any advice? Thank you Guys.Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 26, 2008 at 8:41 am #280341Dear mayke,
Please open file: templates/ja_uvite/index.php.
At about lint 141, you could define a new position:[PHP]<?php if($this->countModules(‘new_module’)) : ?>
<!– BEGIN: NEW MODULE –>
<div id=”ja-new_module”>
<jdoc:include type=”modules” name=”new_module” />
</div>
<!– END: NEW MODULE –>
<?php endif; ?>[/PHP]and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.
Hope it helps.
November 26, 2008 at 4:51 pm #280402I can’t seem to figure out how to post a new post for this topic, but its been the worse day of my life and such a long 30 days that I just need to find some answers to such a simple problem!!! SOMEONE PLEASE!!!
I am running PHP 5 , XAMPP on Leopard OS X and using Joomla 1.5 and using Uvite template.
I am completely stumped why I can’t import an SQL file that I just exported from my local server.
I’ve installed XAMPP and been working on a localhost website for 30 days now. Every time I make significant changes, I back up by exporting the sql database in all formated possible and saving the corresponding files on the server.
Today…. I screwed up bad and I went to restore to the previous version of my website…. I can’t import…. I get a maxium size exceeded error and the file is only 30k….. so I tried Big Dump and it won’t accept the file either….
I’ve tried everything… I’m not lacking technical knowledge or skill either….
I work as an IT Technician but I don’t work with SQL or PHP often… I left this behind a year ago…..What can I do to reimport the files??? I can’t keep starting from scratch after months of working on a joomla site !!!
THANKS!!!
soooo tired and hoping tomorrow will be a better dayNovember 26, 2008 at 4:52 pm #280403That’s what I’ve done and it works great!
Setting new positions is easier than I originally thought.mayke Friendmayke
- Join date:
- May 2008
- Posts:
- 281
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 55
- Thanked:
- 13 times in 1 posts
November 26, 2008 at 8:26 pm #280414<em>@JA Developer 92296 wrote:</em><blockquote>Dear mayke,
Please open file: templates/ja_uvite/index.php.
At about lint 141, you could define a new position:[PHP]<?php if($this->countModules(‘new_module’)) : ?>
<!– BEGIN: NEW MODULE –>
<div id=”ja-new_module”>
<jdoc:include type=”modules” name=”new_module” />
</div>
<!– END: NEW MODULE –>
<?php endif; ?>[/PHP]and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.
Hope it helps.</blockquote>
Thank you JA Developer,
I’m using the Blue style of Ja Uvite,
I tried, but the module position is not appear?
I put in the line 141 (is an empty line) under line 140, as shown below;139 <div id=”ja-containerwrap<?php echo $divid; ?>” class=”clearfix”>
140 <div id=”ja-container” class=”clearfix”>141 <?php if($this->countModules(‘new_module’)) : ?>
<!– BEGIN: NEW MODULE –>
<div id=”ja-new_module”>
<jdoc:include type=”modules” name=”new_module” />
</div>
<!– END: NEW MODULE –>
<?php endif; ?>Thank you JAD.
Keep waiting….mayke Friendmayke
- Join date:
- May 2008
- Posts:
- 281
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 55
- Thanked:
- 13 times in 1 posts
December 5, 2008 at 8:59 am #281382Hi JA,
The new inserted modules still won’t show up?
Any advice please….Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 8, 2008 at 7:19 am #281715Dear mayke,
Please open index file, find following script:
[PHP]<!– BEGIN: MAIN NAVIGATION –>
<?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
<div id=”ja-mainnavwrap”>
<div id=”ja-mainnav” class=”clearfix”>
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
</div>
<?php endif; ?>
<!– END: MAIN NAVIGATION –>[/PHP]and change to:
[PHP]<!– BEGIN: MAIN NAVIGATION –>
<?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
<div id=”ja-mainnavwrap”>
<div id=”ja-mainnav” class=”clearfix”>
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
</div>
<?php endif; ?>
<!– END: MAIN NAVIGATION –><?php if($this->countModules(‘new_module’)) : ?>
<!– BEGIN: NEW MODULE –>
<div id=”ja-new_module”>
<jdoc:include type=”modules” name=”new_module” />
</div>
<!– END: NEW MODULE –>
<?php endif; ?>[/PHP]and then login to administrator, go to Extensions -> Module Manager to create a new module for this position. At the new module page, enter text new_module in the dropdown position.
If you have not configed this issue yet, please send me your url, admin account via PM so that i could check again.
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by mayke 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum