Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vienix

Pages: 1 [2] 3 4 5 6 ... 8
16
Mods & Plugins (Requests & Discussions) / Adding Links
« on: July 07, 2002, 01:27:35 PM »
Maybe you can look on my forum, how I created a "random image" page, this may give you a idea...

from Indonesia,

Vienix

17
Mods & Plugins (Requests & Discussions) / Adding Links
« on: July 07, 2002, 01:20:08 PM »
Hi,

What I did for http://www.vierstra.com was create a sort of uniform layout for my phpBB forum and 4images and the rest of the pages...

So it looks like its "one" site...

18
Template pages needed to edit:

home.html
error.html
top.html
search.html
register.html
postcard_create.html
member.html
lightbox.html
details.html
categories.html

Look for :

<?php echo date("d.m.Y, H:i"); ?>

Add after that:

<?php include("yourmenu.php"); ?>

place the yourmenu.php in you root dir of 4images

I think you need to name it php and not html...

19
I use a include php file in my templates,
that works....

(actually its just html inside.....)

The path for the included php file is standard the root
dir....

20
Mods & Plugins (Requests & Discussions) / New rating
« on: July 02, 2002, 08:37:52 PM »
I didn't try it myself yet, and indeed no change...

It seems you have adjust rate_form.html in your
template as well...

21
Feedback & Suggestions / Zufallsbild außerhalb des Scripts
« on: July 02, 2002, 03:31:16 PM »
Why don't you try this approach:

http://www.vierstra.com/forum/viewtopic.php?t=37

22
Mods & Plugins (Requests & Discussions) / New rating
« on: July 01, 2002, 11:48:21 PM »
Sure, done !

I searched for vote and found this written by Jan:

See "includes/constants.php" and change:

define('MAX_RATING', 5);

to:

define('MAX_RATING', 100);

23
Jan, please remove me from your ignore list :)

I want to understand...

The reason for disabling auto admin login is that people don't get admin access from my pc when I am not there right ? Or is there more ?

24
Quote from: erock
eeeek!!  ack!!  argh!

i ran thru the update -- meticulously from the installation.txt instructions...

in the admin cp, everything looks fine -- the images are there, the comments are there, the descriptions are there, etc...

on the actual site, though, the full size images are NOT displayed, nor are the descriptions, dates, etc....

is there something i'm missing?

help!


Yes ! images on the frontpage :)

How about a reinstall ?

leave your pics where they are... you can add them by check>new pics

(i think)

25
Maybe maybe its your mime settings

Maybe Maybe, you should use jpg instead of JPG
or add JPG as a new mime type...

How is your upload definitions file ?

Did you change something there ???

26
Feedback & Suggestions / phpbb integration Poll
« on: June 30, 2002, 07:24:23 PM »
Yo, helpme help ME ?

I want this too !!

please post the details  8O  8O  8O

Oh and, where oh where is your site ???

27
Discussion & Troubleshooting / Can the visitors choise the language?
« on: June 30, 2002, 05:24:30 PM »
Oh, after my remark about Brazil it probably to much asked if we can have the same thing for templates ?? :)

28
Discussion & Troubleshooting / Language Mod :)
« on: June 30, 2002, 05:10:31 PM »
put this in your header

Code: [Select]
function iSearch(){
var index;
index = document.ZoekMaar.service.selectedIndex;
var site;
site = document.ZoekMaar.service.options[index].value;
{top.location=site;
}
}


And this form somewhere in your home.html:

Code: [Select]
<FORM action="javascript:iSearch();void(0)//" method=get name="ZoekMaar">
<p>
<SELECT name=service size=1 style="font-family: Arial; font-size: 10pt;">
<OPTION selected value="http://adam/?l=english">English</OPTION>
<OPTION value="http://adam/?l=deutsch">Deutsch</OPTION>
</SELECT>
<INPUT onclick="iSearch()" type=button value="GO" style="font-family: Arial; font-size: 10pt;"></p>
</form>



Java hotshots can probaly make it so that the language chosen is also shown in the menu...

4images hotshots replace "GO" with something from the language file

Germans put German before english

English are glad that Brazil won ;)

(oh my adam is in the attic so...)

29
Feedback & Suggestions / Log In Log Out :(
« on: June 30, 2002, 11:33:47 AM »
Jan, please...

Its really annoying, happens all the time.

It's probably because you disable admin auto login...

Is there a way to switch this off ?, I am not on a public computer, an when I am, I think I know what I am doing, allthough other people think otherwise sometimes :)

30
Discussion & Troubleshooting / [Possible Bug] E-Cards
« on: June 30, 2002, 12:55:44 AM »
ALAN !

Every users has a email adresses dbase, for sending ecards,
with predefined messages.

Mass ecarding :)

( and i will not give my users access to the admin panel :))

Pages: 1 [2] 3 4 5 6 ... 8