Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

how to change main banner pic

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

how to change main banner pic the main banner pic type is jpg and i want to replace with gife file how i can replace plz both file are atteched

Attachment guest-bg_2014-02-16.jpg not found

Attachments:
10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

sorry second pic is here

Attachment tigra-map320.gif not found

Attachments:
10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

You can edit this file components/com_community/templates/default/images/guest-bg.jpg or change the URL image from components/com_community/templates/default/frontpage.guest.php

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

hello i find this file but i cant find image url i upload file same folder file name map can you do set for me please

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

in frontpage.guest.php you can find this code :

<?php echo JURI::root(); ?>components/com_community/templates/default/images/guest-bg.jpg

change it with your own image banner

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

Hello in this file i see just this code i cant fine tht line
<?php
/**
* @copyright (C) 2013 iJoomla, Inc. - All rights reserved.
* @license GNU General Public License, version 2 ( www.gnu.org/licenses/gpl-2.0.html )
* @author iJoomla.com <This email address is being protected from spambots. You need JavaScript enabled to view it.>
* @url www.jomsocial.com/license-agreement
* The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0
* More info at www.jomsocial.com/license-agreement
*/
defined('_JEXEC') or die();
?>

<div class="cGuest">

<div class="row-fluid hero-area">
<h1><?php echo JText::_('COM_COMMUNITY_GET_CONNECTED_TITLE'); ?></h1>
<div class="content">
<div class="row-fluid">
<div class="span7">
<p><?php echo JText::_('COM_COMMUNITY_HERO_PARAGRAPH'); ?></p>
</div>
<div class="span4 offset1">
<?php if ($allowUserRegister) : ?>
<a class="btn btn-block btn-large btn-primary" href="<?php echo CRoute::_( 'index.php?option=com_community&view=register' , false ); ?>">
<?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?>
</a>
<?php endif; ?>
</div>
</div>
</div>
</div>

<div class="login-area">

<form action="<?php echo CRoute::getURI();?>" method="post" name="login" id="form-login" >

<div class="row-fluid">

<div class="span5">
<div class="input-prepend input-block-level">
<span class="add-on"><i class="js-icon-user"></i></span>
<input type="text" name="username" id="username" tabindex="1" placeholder="<?php echo JText::_('COM_COMMUNITY_USERNAME'); ?>" />
</div>
</div>

<div class="span5">
<div class="input-prepend input-block-level">
<span class="add-on"><i class="js-icon-lock"></i></span>
<input type="password" name="<?php echo COM_USER_PASSWORD_INPUT;?>" id="password" tabindex="2" placeholder="<?php echo JText::_('COM_COMMUNITY_PASSWORD'); ?>" />
</div>
</div>

<div class="span2">
<input type="submit" value="<?php echo JText::_('COM_COMMUNITY_LOGIN_BUTTON');?>" name="submit" id="submit" class="btn btn-block btn-primary" tabindex="3" />
</div>

</div>

<div class="row-fluid">
<div class="span4">
<?php if(JPluginHelper::isEnabled('system', 'remember')) : ?>
<label for="remember" class="checkbox inline">
<input type="checkbox" alt="<?php echo JText::_('COM_COMMUNITY_REMEMBER_MY_DETAILS'); ?>" value="yes" id="remember" name="remember" tabindex="4" />
<?php echo JText::_('COM_COMMUNITY_REMEMBER_MY_DETAILS'); ?>
</label>
<?php endif; ?>
</div>

<div class="span8">
<ul class="inline unstyled pull-right">
<li>
<a class="reminder-link" href="<?php echo CRoute::_( 'index.php?option='.COM_USER_NAME.'&view=remind' ); ?>" tabindex="5">
<?php echo JText::_('COM_COMMUNITY_FORGOT_USERNAME_LOGIN'); ?></a>
</li>
<li>
<a class="reminder-link" href="<?php echo CRoute::_( 'index.php?option='.COM_USER_NAME.'&view=reset' ); ?>" tabindex="6">
<?php echo JText::_('COM_COMMUNITY_FORGOT_PASSWORD_LOGIN'); ?>
</a>
</li>
<li>
<?php if ($useractivation) { ?>
<a class="reminder-link" href="<?php echo CRoute::_( 'index.php?option=com_community&view=register&task=activation' ); ?>" class="login-forgot-username">
<span><?php echo JText::_('COM_COMMUNITY_RESEND_ACTIVATION_CODE'); ?></span>
</a>
<?php } ?>
</li>
</ul>
</div>
</div>

<input type="hidden" name="option" value="<?php echo COM_USER_NAME;?>" />
<input type="hidden" name="task" value="<?php echo COM_USER_TAKS_LOGIN;?>" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>

<?php echo $fbHtml;?>




</div>

</div>

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Oh I see, you are using old Jomsocial version, you need update it first to versoin 3.1.0.4

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

how i can updat it please

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Go to iJoomla insatller attockfacebook.com/administrator/index.p...com_ijoomlainstaller and click update.. and then follow the steps inside it

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

showing same issue pls you do check completely

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

ok another method, open this file components/com_community/templates/default/css/style.css, find this code :

'../images/guest-bg.jpg'

and replace with your own.

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

thanks I appreciate you cz sloved my banner change picture my problem
I have one more issue you know faacebook sign in button showing on the top of banner I want to show facebook sign in button under the banner how I can do plz

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

please check it, I just set it..

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

sorry to say you it still showing both place i dont need on top of the banner i need just under the banner please

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW