Wiki-front page redesign, ideas/suggestions please

All topics about ZGameEditor goes here.

Moderator: Moderators

User avatar
VilleK
Site Admin
Posts: 2383
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

Thanks Kjell. This script needs to be "included" right? Can you change it so that it can be referenced in a img-tag directly because otherwise I don't think I can use it from pmwiki. Like this: <img src="randomimage.php"/>

There are many useful add-on to PMWiki in the Cookbook-section. I haven't had time to look through them all, but for instance this one looks like it could be used to let users add their own project-pages:

http://www.pmwiki.org/wiki/Cookbook/EditTemplates

If you or anyone else have time to examine this some more then that would be very helpful.
User avatar
Kjell
Posts: 1935
Joined: Sat Feb 23, 2008 11:15 pm

Post by Kjell »

8)

Just change the last line from ..

Code: Select all

echo '<img src="'.$path.$images[$key].'" />';
into ..

Code: Select all

header('location:'.$path.$images[$key]);
K
User avatar
jph_wacheski
Posts: 1005
Joined: Sat Feb 16, 2008 8:10 pm
Location: Canada
Contact:

Post by jph_wacheski »

The random images is a good idea,. looking at the site just now, I notice most of what you have posted are a bit old,. a lot has changed in ZGE! I will start caping screens of the editor and final projects, when I get something cool. (open a thread for this purpose?) I'm sure Kjell and others can help find interesting images that help sell ZGE as well! Perhaps add a couple of usefull images to the features page as well,. as that is the first place I look when evaluateing an engine/tool.
Attachments
Here is one image,. .
Here is one image,. .
ZGE_recursive_mesh.jpg (341.32 KiB) Viewed 4657 times
iterationGAMES.com
Post Reply