-
AuthorPosts
-
adnanpirota Friend
adnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
January 15, 2011 at 1:36 pm #158797What are the chances to have Top panel like in template Ja Social implemented in Ja Teline IV ?
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
January 17, 2011 at 8:27 am #372195Hi @adnanpirota,
you can add top panel in ja teline iv template with ja_toppanel module, to use this module in ja teline iv please do as following:
– Install ja_toppanel module.
– Config params as jasocial template.
– Input module position = “top-panel” (or you can input other position name).
– Go to template manager page, edit “ja_telineiv” template, click on “layouts” tab, and edit default layout.
– Add new block on “default” layout.
<blocks name="top" style="xhtml">
<block name="topbar" type="modules" style="raw">top-panel</block>
...
</blocks
Note: “topbar” is block name which ja teline iv template supported, “top-panel” is module position of ja_topanel.
– Change some style on “template.css” to show correctly topanel on ja_teline iv template.jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 16, 2011 at 5:33 pm #376998I would like to get this to work with JA Ores – I know there is no topbar in ja-ores right? – is there any extra steps to get it to work on ja-ores as its not showing for me?
What I would actually like to do – is add the login and create account and also the top-panel and the date and update time to JA-Ores, the search and logo is already in JA-Ores – any help much apprecated. I really would love to be able to do this and am willing to try this out if maybe you could give me some guidance :-[
thanks in advance and please click the image below to see what I am after – basically the JA-Social header are into the JA-Ores template would be amazing?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 17, 2011 at 9:45 am #377129Dear jamjodesign,
You can just try as following to get the to-panel module working on the ja_ores
open the file templatesja_oreslayoutsblocksheader.php here you should add the top-panel at the place you wanted,you should add this code
[PHP] <?php if ($this->countModules(‘top-panel’)) { ?>
<div id=”ja-top-panel” >
<jdoc:include type=”modules” name=”top-panel” style=”JAxhtml” />
</div>
<?php } ?>[/PHP]Then insatll the mod_jatoppanel module and set it to the top-panel module,I think that it should help !
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 17, 2011 at 12:41 pm #377162Thank you kindly, and how would I get the Login and create an account working in the top right hand corner of the site? Any help would be much apprecaited as I am not a coder but can follow instructions to get this working?:-[ thanks again for your time
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 18, 2011 at 4:57 am #377273Dear jamjodesign,
Do you meant the the Login and create an account working in the top right hand corner like on the Teline iii ,I am afraid that it is not supported in the ja_ores.
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 20, 2011 at 8:42 pm #377589Hi there, I would like the Login and create an account in the top right like JA Social? Is this possible with Ja Ores?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 21, 2011 at 2:11 am #377622Dear jamjodesign,
It is possible,you can take following steps to get your login module as on the ja social
1) Have two templates ja ores and ja social installed on your local machine .
2) Install the mod_jalogin module and assign it to the hotnews module position on the ja_ores site,you can download the module in here
http://www.joomlart.com/forums/downloads.php?do=file&id=1791
3) Copy the html overrride folder of the jalogin module from the social template and put it into the template folder of jaores
I meant you copy this folder templatesja_socialhtmlmod_jalogin and put it into the folder of templatesja_oreshtmlI hope that would help !
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 21, 2011 at 10:49 pm #377834Thank you so much – let me try and il report back here with results.
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 22, 2011 at 11:59 am #377937Hi there, thanks for your help – but I just get the following when I follower your instructions. I have configured the JA Top Module like JA Social and put in the code in header.php
Is there css changes? I dont get anywhere to click a drop down? Any other suggestions? please see below for what I get :-[
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 22, 2011 at 1:04 pm #377941Hi there, I have tried added the Login and create an account as you suggested but again it did not work out as planned. Please see attached. I think I am missing something major – like css? or something?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2011 at 3:04 am #378201Please give me your site URL for further checking!
February 27, 2011 at 1:24 pm #378608Hi,
How can I change name of top panel? I have only “TOP PANEL” and i want to change name to quick contact. And nex question how can I change position of this Tab where is name of top panel? I dont want to change position off module but move it a little bit to the left side in the same module possition.
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
February 27, 2011 at 1:47 pm #378609You can change the name in the launguages folder under the file in there I think.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 28, 2011 at 4:35 pm #378897<em>@5k18a 224073 wrote:</em><blockquote>Hi,
How can I change name of top panel? I have only “TOP PANEL” and i want to change name to quick contact. And nex question how can I change position of this Tab where is name of top panel? I dont want to change position off module but move it a little bit to the left side in the same module possition.</blockquote>
could you provide a screenshot with some annotations of your idea?AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 6 voices, and was last updated by Ninja Lead 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum