Jul 20, 2008

Header Web Joomla

Free Web Hosting, No Ads > General > Hosted Members Area

free web hosting

Header Web Joomla

xereo
How i do to change index.php of joomla sript if index.php is unwriteable?
I want to put my own header. How i do? sad.gif i heard for change the header web you have to change index.php(site.-->Template--->template site-->edit html=edit index.php and suddenly appears unwriteable)

Reply

rvalkass
If the index.php file is unwriteable you need to CHMOD it to 0777 (or just 777 depending on the program) while you edit it, then put it back to what it was before so that it can't be edited again.

I don't use Joomla so I can't provide specific instructions. Just go into your FTP program and find the CHMOD option, and CHMOD the index.php file to 0777 or 777. Then do whatever it was you were trying to do. Once you're finished put the file back to the numbers it was at before.

Hope this helps you.

Reply

xereo
thanks for your answer, chmod is a module downloable?how i do to edit and where i install the module?.Thanks at all.

Reply

Goosestaf
for my ftp, if you right click on a file, the option of CHMOD is at the bottom, this is wher eu amek the changes stated above. It is not a module for joomla.

I don't understand 100% what you want to do. . .
do you want to make it so its editable in the joomla control panel
OR
do you bassicly just want to edit how the page looks and the structure.?

and well done on choosing Joomla!, its quality biggrin.gif


Reply

xereo
i want to customizate my own header banner.

Reply

guangdian
locating where the banner is,
opened your cpanel -- file manager.
click the file which banner in.
on the right small panel click edit it.
--
just edited it like that,so you needn't chmod something.
guangdian

Reply

xereo
I changed chmod to 777 in cpanel,afterwards i go to joomla´s site template and i go to edit html, now i see writeable smile.gif the code is the following:
CODE
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}

?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/ddj002/css/template_css.css" rel="stylesheet" type="text/css"/>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="808" align="center">
<tr>
<td class="outline">
<table width="802" border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
   <td>
<div id="buttons_outer">
 <div id="buttons_inner">
  <div id="buttons">
  <?php mosLoadModules ( 'user3', -1); ?>
  </div>
 </div>
</div>
<div id="search_outer">
 <div id="search_inner">
 <?php mosLoadModules ( 'user4', -1 ); ?>
 </div>
</div>
</td>
 </tr>
 <tr>
<td>
 <div id="header_outer">
  <div id="header">
   <div id="pathway_text">
   <?php mosPathWay(); ?>
   </div>
  </div>
  <div id="top_outer">
   <div id="top_inner">
   <?php
   if ( mosCountModules( 'top' ) ) {
    mosLoadModules ( 'top', -2 );
   } else {
    ?>
    <span class="error">Top Module Empty</span>
    <?php
   }
   ?>
    </div>
  </div>
 </div>
</td>
 </tr>
 <tr>
   <td id="main_area">
 <table width="802" border="0" cellspacing="0" cellpadding="0">
 <tr>
    <td id="left_side">
   <div id="left_outer">
     <div id="left_inner">
    <?php mosLoadModules ( 'left', -2 ); ?>
     </div>
   </div>
  </td>
   <td id="main_body">
  <?php
  if ( mosCountModules ('banner') ) {
  ?>
   <div id="banner_inner">
    <img src="<?php echo $mosConfig_live_site;?>/templates/ddj002/images/advertisement.png" alt="advertisement.png, 0 kB" title="advertisement" border="0" height="8" width="468"/><br />
    <?php mosLoadModules( 'banner', -1 ); ?>
   </div>
  <?php
  }
  if ( mosCountModules( 'user1' ) && mosCountModules( 'user2' )) {
  include('user1_user2.php');
  }
  ?>
  <div id="body_outer">
   <?php mosMainBody(); ?>
   <div class="clr"></div>
  </div>
   </td>
   <?php if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) { ?>
   <td id="right_side">
  <div id="right_outer">
    <div id="right_inner">
   <?php mosLoadModules ( 'right', -2 ); ?>
    </div>
  </div>
   </td>
   <?php } ?>
 </tr>
 </table>
  </td>
 </tr>
</table>
   </td>
  </tr>
 </table>
<div align="center" class="dd">joomla templates by <a href="http://www.dezinedepot.com/">dezinedepot</a></div>
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>


Which is the line to have change for edit header banner and put my own header banner customizate?

 

 

 


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. "you need to chmod" mambot - 4.63 hr back. (1)
  2. how solve restricted access problem in joomla - 6.62 hr back. (1)
  3. edit header, joomla - 8.07 hr back. (1)
  4. how to edit header in joomla - 10.74 hr back. (1)
  5. edit header in joomla - 31.86 hr back. (1)
  6. install joomla template invalid checksum file error - 35.17 hr back. (2)
  7. how to change header in joomla - 38.05 hr back. (1)
  8. joomla header center - 40.10 hr back. (1)
Similar Topics

Keywords : header, web, joomla

  1. Joomla 1.5.2 Broken Link?
    Add New User won't work (3)
  2. Successfully Installing Joomla [resolved]
    Has anyone done it? (2)
    Hello everyone, I was wondering if anyone around here has successfully installed Joomla on their
    Trap17 web space. If so, what was your solution to the session save path dilema? I attempted to make
    a custom php.ini with no luck and also attempted to edit the htaccess.txt file. All of these
    solutions yielded no result, my session save path is still not set, and I can't properly install
    Joomla 1.0.13. Should I try using 1.5 RC4? I doubt that would matter, any advice or help is greatly
    appreciated /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt=....
  3. Installing Joomla And Shell Question
    i get error when i trayed to install joomla i get some (0)
    i get error when i trayed to install joomla about the default premising check this out i have set
    the file premising to 777 and to 755 and the same problem what to do where to fix this
    http://zam.trap17.com/earn-money/installation/index.php and in my hosting plans i did see shell
    access but i cant it at my cpanel why ??? ---UPDATE--- will i have been able to install joomla
    thanks but i still asking about the shell account double post merged ....
  4. I Need Help With A Joomla Install Not Thru Fantastico [resolved]
    (5)
    im installing joomla right now direct install not going thru fantastico currently im stuc and i
    need help its asking for the following info hostname and also database name.. and im not sure what
    do i enter in threse fields.. can anyone help....
  5. Few Joomla Problems!
    Nothing serious but... (7)
    Hello! I dont know if this is the right place to open this topic. Probably is because i am
    hosted! Well i have been avoiding this topic but i am afraid that i cant solve this alone.
    It`s nothing serious, just few little warnings, errors, fixes.. Where to start? OK, i have site
    powered by joomla. I installed a loads of components, mambots etc. which will help me to maintain
    the site! I also have SMF forums and i had to bridge them with joomla-smf bridge made by
    joomlahacks.com MY site is TheMusicOnly My joomla version is: 1.0.12 My SMF version is: 1.1....
  6. Errors With Php Setcookie() And Headers! Please Help!
    Having header errors when I try to set a cookie with PHP function setc (2)
    Hey guys, I'm having a problem setting cookies with PHP. I am trying to implement a script that
    will allow someone to log in and access members only pages on my website. One of the aspects is that
    I have to place a cookie on that persons computer. I know that you can use the PHP function
    setcookie() to place it on your computer. The problem is that wherever i have setcookie() in my PHP
    code I get an error: " Warning: Cannot modify header information - headers already sent by (output
    started at /home/runeco/public_html/cookie.php:6) in /home/runeco/public_html/cooki....
  7. Security Check Php Register_globals
    When installing Joomla on trap17 (7)
    Joomla shows this warning QUOTE Following PHP Server Settings are not optimal for Security
    and it is recommended to change them: * PHP register_globals setting is `ON` instead of
    `OFF` Well it shows two warnings but the other one i can change. Is this something
    i, or you should be woried about or is it normal.......
  8. Joomla Problem
    If someone have joomla on this server please help me ! (2)
    I have instal joomla on publc_html but it doesnt work. Can someone help me ? /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> Warning:
    main(language_detection.php): failed to open stream: No such file or directory in
    /home/darlord/public_html/installation/index.php on line 24 Warning: main(language_detection.php):
    failed to open stream: No such file or directory in /home/darlord/public_html/installation/index.php
    on line 24 Warning: main(language_detection.php): failed to open stream: No such file or directory
    in /home/darlord/....
  9. I Dont Acces To My Admin Panel(joomla)
    (3)
    When i access to admin panel on joomla script i put my same username and paswoord and i seee that es
    incorrect, then i remember that i change the name of username(but in theory my nick initial on
    sevillatrap should be the same)and i put my new username and i see a failure to. ¿somebody help me?....
  10. Joomla Upgrade From Fantastico Script
    (4)
    Hello, I have Joomla from Fantastico Script and to my I would like to make the upgrade from the
    version 1.03 to the version 1.04 by means of a patch that it upgrades it, How I Do for not to
    already lose the data already kept in my obsolete version 1.0.3?Thanks very much.See you soon.....
  11. Error Uploading Files From Joomla Script.
    (1)
    i have seen the other post but i don´t understand very well, i have joomla in fantastico and when i
    want to upload file i see: Invalid checksum for file " Upload language - Upload Failed for
    example.i upload with the ftp integrated in joomla online and see this anunncement.How i do?i upload
    the files when i unzipped files and upload from C directory.....
  12. phpbb header
    i think i did somthing wrong (1)
    i didn't like the way the header was set up so i went to overall_header and changed with html
    editor. but then i tried to see if it worked but now i get a green flash and them nothing happens.
    no forum at all. please tell me what i can do to fix this problem. thanks in advance.....

    1. Looking for header, web, joomla

Searching Video's for header, web, joomla
advertisement



Header Web Joomla



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE