Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Problem With New Pages Preview

Asked Modified Viewed 3,485 times
D
D3Co
D
D3Co 10
My First Site : http://d3co.hit.bg
My Second Site : http://d3co.thezone.bg
My First Site Copy At : http://d3co.thezone.bg/Old%20Site/
My Second Site Hosted At Navhost.com http://d3co.navhost.com/
My First Site Copy At Navhost.com : http://d3co.navhost.com/Old%20Site/
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hello!From today I have one problem with the new pages.When I put image in the new page and I click on "Preview" , I see that :
img382.imageshack.us/img382/1049/phpfusion60115newpageprnv3.th.jpg
If I save the page,an then go to this page - no problems.Ideas?And I have one more little problem : With latest_images_panel.When I upload an image from My Computer With bigger resoliution (640x480 for example),my panel is extending,like this :
img525.imageshack.us/img525/3401/phpfusion60115latestimart9.th.jpg
The Picture Size Is 1280x720.I see from my friends site,which is with the same version of PHPFusion and with the same panel,pictures with size 1280x800+,with no problems.Here is the panel's code :

Quote

<?php
/* Created for PHP-FUSION 6.00
Copyright (c) 2005 Petter Paulsson
http://www.php-fusion.se/
Gets it?s name from panel administration. */
include LOCALE.LOCALESET."photogallery.php";

if (!defined("IN_FUSION" )) { header("Location:../../index.php" ) ; exit; }


$result = dbquery("SELECT panel_name FROM ".$db_prefix."panels WHERE panel_filename = 'latest_images_panel'" );
if (dbrows($result) != 0 ) {
$data = dbarray($result);
$panel_name = $data['panel_name'];
}
openside($panel_name);

$result = dbquery("SELECT tp.*, tu.user_id, user_name FROM ".$db_prefix."photos tp LEFT JOIN ".$db_prefix."users tu ON tp.photo_user=tu.user_id ORDER BY tp.photo_id DESC LIMIT 0,5" );
if (dbrows($result) != 0) {
while($data = dbarray($result)) {
$itemsubject = trimlink($data['photo_id'], 23);
$itemdescription = trimlink($data['photo_title'], 23);
echo "<br>";
echo "<a href='".BASEDIR."photogallery.php?photo_id=".$data['photo_id']."' title='".$data['photo_title']."' class='side'><center>
<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_thumb1']."' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0'><br /> $itemdescription <p> </a>\n";
echo $locale['459'].showdate("shortdate", $data['photo_datestamp'])."<br>\n";
echo $locale['460']."<a href='".BASEDIR."profile.php?lookup=".$data['photo_user']."' class='side'>".$data['user_name']."</a></center><br>\n";
}
} else {

echo $locale['004'];
}
closeside();
?>

Edited by D3Co on 13-08-2008 17:56,
0 replies

6 posts

S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
answered
Member

Bulgarian:

Pich, po purviq problem. V administraciata, kartinata ti ne se vijda zaradi linka koito si dal, t.e IMAGES/test.jpg. Fakticheski, toi tarsi kartinata v http://sait/administration/IMAGES/test.jpg. A kogato zapazish stranicata tursi kartinata v http://sait/IMAGES/test.jpg. Zatova ne vijdash kartinata, no tova ne problem. Prosto trqbva da zadadesh celiat adres http://sait/IMAGES/test.jpg.

Vtoriq problem: emotikonite v posta razvalqt koda...


English: Sorry for the bulgarian language, but I saw that he is bulgarian.

0 replies
D
D3Co
D
D3Co 10
My First Site : http://d3co.hit.bg
My Second Site : http://d3co.thezone.bg
My First Site Copy At : http://d3co.thezone.bg/Old%20Site/
My Second Site Hosted At Navhost.com http://d3co.navhost.com/
My First Site Copy At Navhost.com : http://d3co.navhost.com/Old%20Site/
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Bulgarian : Ami mahnah emotikonkite kato postavih intervali,taka che ne trqbva da se vijdat :).A otnosno kartinkite : Ami predi se vijdaha...

English : I left spaces in code between : and ) or " and ),because if i type the code without spaces,you will see emoticons.
Edited by D3Co on 13-08-2008 19:36,
0 replies
K
KonickMultimedia
K
Free Online Games: http://www.gamescut.com
  • Member, joined since
  • Contributed 76 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

try 'images' instead of 'IMAGES'
0 replies
D
D3Co
D
D3Co 10
My First Site : http://d3co.hit.bg
My Second Site : http://d3co.thezone.bg
My First Site Copy At : http://d3co.thezone.bg/Old%20Site/
My Second Site Hosted At Navhost.com http://d3co.navhost.com/
My First Site Copy At Navhost.com : http://d3co.navhost.com/Old%20Site/
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Quote

f1r3bl00d wrote:
try 'images' instead of 'IMAGES'

Same Result ...
0 replies
X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Where is that image placed (full path please).
otherwise try: <img src='".BASEDIR."IMAGES/test.jpg style='margin: 5px; margin-left: auto; margin-right: auto'>
if the file is placed in the images folder in the root folder.
Edited by Xessive on 14-08-2008 09:46,
0 replies
D
D3Co
D
D3Co 10
My First Site : http://d3co.hit.bg
My Second Site : http://d3co.thezone.bg
My First Site Copy At : http://d3co.thezone.bg/Old%20Site/
My Second Site Hosted At Navhost.com http://d3co.navhost.com/
My First Site Copy At Navhost.com : http://d3co.navhost.com/Old%20Site/
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Yesterday I locked my MySQL Database,because I made astupid mistake...So I Reinstall the Web Server and The PHPFusion 6.01.15,and I lost all.But few minutes before,I maded a copy,and I hosted it to navhost.com,so I returned the information,but the users accounts are deleted.Can you tell me how I can return the accounts or that is inposible?And when I made new page,where I can find it?It types : the url to the page is ... , but where I can find this page?BTW : The problem with the Page Preview is not solve.
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet