-
AuthorPosts
-
October 24, 2010 at 12:51 pm #155645
Hi
I am trying to install aicontactsafe component and it says that as I dont have <jdoc:include type=”message” statement in my index.php, it can not function properly.
Can you let me know that in the T3 V2 where can I find these statements.
Thanks
Nishantaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 30, 2010 at 2:26 pm #361132Hi Aman
Thanks a lot for your reply. Was out because of fever so couldnt thank you earlier for the info 🙂
November 4, 2010 at 10:42 am #361648it doesn’t work in my end..
i changed to this:<body id=”bd” class=”<?php echo $this->getBodyClass();?> contentpane”>
<jdoc:include type=”message” />
TESTING START
<jdoc:include type=”component” />
TESTING END
</body>but when i view the source from browser… no TESTING START and TESTING END found !
i need to add specific DIV in <jdoc:include type=”component” /> for ajax purposeaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 5, 2010 at 11:19 am #361748Hi veeco,
Can you please eloborate as to what you wish to achieve
November 8, 2010 at 3:34 am #361884basically i have it change :
<jdoc:include type=”component” />to
<div id=”main_search”><jdoc:include type=”component” /></div>
but i can’t find <div id=”main_search”> on my front-end even when i made the changes in :
plugins/system/jat3/base-themes/default/page/component.phpplease help.. thanks
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
November 9, 2010 at 5:51 pm #362134<em>@veeco 202308 wrote:</em><blockquote>basically i have it change :
<jdoc:include type=”component” />to
<div id=”main_search”><jdoc:include type=”component” /></div>
but i can’t find <div id=”main_search”> on my front-end even when i made the changes in :
plugins/system/jat3/base-themes/default/page/component.phpplease help.. thanks</blockquote>
Hi,
I have taken a deeper look and seems that this code syntax is being overridden
You can please change this::
<?php if (!$this->getParam (‘hide_content_block’, 0)): ?>
<div id=”ja-content-main” class=”ja-content-main clearfix”>
<?php echo $this->showBlock (‘content’) ?>
</div>
<?php endif ?>to
<?php if (!$this->getParam (‘hide_content_block’, 0)): ?>
<div class=”YOUR_CLASS_ATTRIBUTE”><div id=”ja-content-main” class=”ja-content-main clearfix”>
<?php echo $this->showBlock (‘content’) ?>
</div></div>
<?php endif ?>in plugins/system/jat3/base-themes/default/page/default.php and you will be able to get desired results as needed 🙂
YOUR_CLASS_ATTRIBUTE — You can change this to your class attribute
November 24, 2010 at 11:57 am #364117Hi,
Great, I was also wondering where to change/modify the html code generated in the template.
One question, if we modify this and maybe other files in the plugin folder, what happenes when we wish to upgrade the framework and template files using upgrade from the administration, are the plugin files overwritten when upgrading.
Thanks…
November 25, 2010 at 4:18 am #364204This is where joomla’s template overriden comes handy.. you just need to copy the file and create similiar structure in your template folder.. (you can put it on your template root or from your /core/themes/ template)
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by veeco 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum