Click to See Complete Forum and Search --> : PHP Help


AOD_Thump
08-29-2006, 01:49 PM
I'm working with PHP Nuke and I'm trying to post an image beside download links.

Example: http://www.masgrafx.com/masgrafxracing/modules.php?op=modload&name=Downloads&file=index&req=viewsdownload&sid=1039

I don't know if I need to download a new download module or what.

Doc Thirst
08-29-2006, 01:56 PM
If I recall php nuke is a package. It would be like asking how to insert an image in dreamweaver on an html forum. Do you have some code we could check out? The html to add an image is fairly simple:

<img src="imagelink/image.jpg">

You can open your page in notepad, find the <a href="link.com">text</a> tags and just insert the above in front of it. Considering this is php nuke, I'd imagine its all dynamic so it would prob really look like:

<a href="$link">$linktitle</a>

$link and $linktitle being variables storing data from the database.

AOD_Thump
08-29-2006, 02:06 PM
Here is a pic of what I'm looking at and trying to upload zip files. http://img82.imageshack.us/img82/5482/untitled2copyqk1.jpg

There is no spot to upload a picture... so do I need to download a new module or is there a code I can put in?

In the description box, if I click on the HTML box and put the code to post an image, it will post the image after I hit update but when I save everything it disappears. It's like I need a spot that says something like 'Upload Pic' to go along with it.