Hi, could anyone help me, i whould liketo change a php file but i get an error on top off my web page.
i would like to chage the browse.php file
i don't want to see online or with pictures.
is that possible?
Hi, could anyone help me, i whould liketo change a php file but i get an error on top off my web page.
i would like to chage the browse.php file i don't want to see online or with pictures.
is that possible?
|
Open browse.php and find code below and hide this code
<div class="only"> ' . $online_only_check . ' </div>
change it to
<!-- <div class="only"> ' . $online_only_check . ' </div> --> |
Hi, thanks for your help but....i still get the error on top of site:
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/browse.php:1) in /home/mysite/public_html/inc/design.inc.php on line 488
Any thoughts
thanks again |
If you get an error before you edit it to what I wrote you will still have an error...
Upload new browse.php file and do what I write above, it shall work. |
Yeah, it doesn't work... it get the error, i have the original browse.php file.
if any ideas give me a shout...
but i get the ideas of putting it as a comment.
does any thing have to do with the design.inc.php
Thanks |
Yeah, it doesn't work... it get the error, i have the original browse.php file.
if any ideas give me a shout...
but i get the ideas of putting it as a comment.
does any thing have to do with the design.inc.php
Thanks
What does line 488 say? Did you recompile your language? |
well line 488 says : header( 'Content-type: text/html; charset=utf-8' ); in the design.inc.php
and recompile ? do you mean the button compile, in between edit and delete if so than yes i just tried it and i still get the error message.
thanks |
Hi, thanks for your help but....i still get the error on top of site: Warning: Cannot modify header information - headers already sent by (output started at /home/xfindout/public_html/browse.php:1) in /home/xfindout/public_html/inc/design.inc.php on line 488 Any thoughts thanks again This error normally due to whitespaces before the code .Go to design.inc.php at line 488, backspace all the whitespaces before line 488. |
Hi guys,
well i tried to erase the white space and nothing... then i tried erasing the 488 line and that kind of worked, i have no more error on top of the site but now the site is not centered its on the right.
anything else someone can think about?
thanks |
Yes !!!
ok, i got it, finaly i went to the css file browse.css and in the class only(.only) i added display: none
i also had to bring down the .submit after the .only
so the code looks like this from line 85:
.only
rather then:
.submit,
|
Any idea how to get rid of everything except the member thumbnails? Thank |
Any idea how to get rid of everything except the member thumbnails?
Thank
You hides this code
<!--<form id="browse_form" action="' . $_SERVER['PHP_SELF'] . '" method="get"> <div class="browse_form_row"> <div class="browse_form_row"> <div class="browse_form_row"> <div class="only"> <div class="submit"> </div> |