Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support Image Resize Doesn't Work
1 2
Chris
Posted on 16 Jun 2010, 21:48:02

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

*slaps William*

You're using this code

Code:
<?php 
include 'news/index.php';
$image_maxheight = 300;
$image_maxwidth = 500;
$image_clickable = true;
?>  



The second to last line of the documentation on this page

http://code.google.com/p/n-13news/wiki/Integration

Says

All of the above variables are optional. You can use as many of the variables per include as you like. All variables must go before the include code.

Change it to this

Code:
<?php
$image_maxheight 
= 300;
$image_maxwidth = 500;
$image_clickable = true;
include 
'news/index.php';
?>  
#2513
Last edited by Chris at 2010-06-16 21:48:44 Reason:
William
Posted on 16 Jun 2010, 22:23:04

Access: Member
Total Posts: 38
Joined: 2010-02-12

William SLAPS HIMSELF!
*ashamed* :blushing:


Thanks Chris, again you have saved the day!
#2514
Last edited by William at 2010-06-16 22:23:48 Reason:
1 2
Network-13.com © 2013