-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 4, 2011 at 5:16 pm #170400I am using the module in another template not JA. The module display the title and description, the problem is that it does not display the background.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 4, 2011 at 5:25 pm #423248Hi,
Could you give me a link to your page as you said?Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 5, 2011 at 4:47 am #423291I can’t see it. Could you give me a snapshot with your annotation to illustrate your problem? And What is JA Masshead? Because I don’t see it in Download section of Joomlart forum
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
November 6, 2011 at 11:02 am #423406khoand said “And What is JA Masshead?”
@khoand
As a Support Member I’d have thought you’d have read the user guides for Tiris at least. Read the JA Masshead Guide here that should explain what it is where it lives and how it operatesMaybe they need to remove your support status 🙂 and give it to someone who at least reads the guides rather than anyone who puts their hand up for a support badge?
Shanekhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 6, 2011 at 1:52 pm #423424First, it’s my fault. I’m sorry about this. Thank you to show me JA Masshead Guide link
Second, I can’t access your website because I don’t have username+password. Could you give me them? Quickly, you give me username+password of your backend and ftp to find down what happened to you.Maybe they need to remove your support status and give it to someone who at least reads the guides rather than anyone who puts their hand up for a support badge?
Third, Do you need my help? If you want another help from somebody, I will ask my partners to help you.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 12, 2011 at 6:13 pm #424383Can not resolve the problem
The module does not show image backgoudTech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 12, 2011 at 6:41 pm #424386Can someone send me a ticket or who can send the FTP account?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 13, 2011 at 8:14 am #424446<em>@insofticursos 282367 wrote:</em><blockquote>Can someone send me a ticket or who can send the FTP account?</blockquote>
Sorry insofticursos,
you give me username+password of your backend and ftp by Private Message. I will solve it for you.Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 13, 2011 at 12:22 pm #424472message sent
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 14, 2011 at 10:54 am #424571Can someone help me! I’m on this topic for days with no solution
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 14, 2011 at 3:27 pm #424601Sorry for my late response.
When I edit Ja Masshead module, I get a errorCheck-out failed with the following error: The user checking out does not match the user who checked out the item.
You are not permitted to use that link to directly access that page (#153).I need a admin account.
And you have just given me backend information. I need username+password of your ftp.Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 14, 2011 at 4:09 pm #424609FTP data sent to your mailbox
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 14, 2011 at 5:32 pm #424624I fixed it. I change file /modules/mod_jamasshead/tmpl/default.php
<?php
/**
* ------------------------------------------------------------------------
* JA Masshead module for Joomla 1.7.x
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* ------------------------------------------------------------------------
*/defined('_JEXEC') or die('Restricted access');
?>
<div class="ja-masshead" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>
<h3 class="ja-masshead-title"><span><?php echo $masshead['title']; ?></span></h3>
<div class="ja-masshead-desc"><span><?php echo $masshead['description']; ?></span></div>
</div> -
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by Tech-xml 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum