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 - Vraxor

Pages: 1 2 3 4 5 [6]
76
Mods & Plugins (Releases & Support) / [Mod] Toplist altered
« on: November 05, 2002, 10:08:02 AM »
Yesterday I started changing the code of 4 images for the first time and with succes. I altered the Toplist to show a top 10 of Most commented images.

I also added some lines to the top.php file to show the thumbnails, this last edit took me many hours since I do not have any programming skills yet, I'm a quick learner so I will be able to mange soon enough I think ;-)

Feel free to take a look and if enough people love the way I changed the toplist I might write a tutorial here.

to view the toplist: http://haunter.student.utwente.nl/Terrarevolution/galleries/top.php

Cheers,
Vraxor

77
I agree that this is a very important feature to keep visitors up to date about the status of their images.

I have had some visitors asking about this feature while my gallery has just opened. It would be nice to let the owner of the image automaticly receive an E-mail with the name of the commenter and a link to his/her image to read the comment.

I had also some other things I wanted to chaneg and I succeeded yesterday :)
The Toplist wasn't the way I like it, I wanted to show only 3 tops, Hits, Rankings and comments. Well the last one wasn't featured yet in the script so I had to add it, but I also wanted to show thumbnails with the images and this took me quite some time since I have no programming skills at all. But I did it and it works wonderful, maybe someday when I have some more time I will write a tutorial about what I did to alter the toplist here at the forum.
You can take a look at the new Toplist here: http://haunter.student.utwente.nl/Terrarevolution/galleries/top.php

Cheers,
Vraxor

78
Mods & Plugins (Requests & Discussions) / Login auf Startseite
« on: September 24, 2002, 01:29:40 PM »
Ok thanks for this info, I will give it a try soon. If it works its simply great.

I think btw. that you forgot a " in

Code: [Select]
echo "Hello ".$user_info['user_name']."! You are logged in;

This is just for if others would like to try the same and encounter errors.
I think the code should be:

Code: [Select]
if ($user_info['user_level'] >= USER) {
  echo "Hello ".$user_info['user_name']."! You are logged in";
}
else {
  echo "Please log in";
}


Cheers,
Vraxor

79
Mods & Plugins (Requests & Discussions) / Login auf Startseite
« on: September 24, 2002, 07:50:37 AM »
Hi,

I don't know if I understoot all of what was said in German above, but I think I have the same question.

I have a site with many pages and only a part of my site is the gallery.
I would love to get the login form on every page so that users more or less have the idea that they login to a site instead of only the galleries.

In a later stage I really need this to work because I would like to inegrate many things like a news script a toplist and many more (just need to learn some PHP ;-))

So is there anyone who knows how to add this to pages outside 4images???

Cheers,
Vraxor

80
Feedback & Suggestions / Help: fonts
« on: August 19, 2002, 04:12:58 PM »
hmm...

that would do it if I knew some html.

I just tried the following, but that does not seem to work.

Code: [Select]
$lang['no_comments'] = "<font size="2" face="Arial">There are no comments for this image</font>";

cheers,
Vraxor

81
Feedback & Suggestions / Help: fonts
« on: August 19, 2002, 03:38:11 PM »
Thanks Jan,

I will take that in mind.
The reason why it looks this bad is because of the use of Frontpage. I never learned real programming and ever since I started making sites I used Frontpage.

I know that it has its limits and somehow it never learned to write the html in a nice way. So its searching for a needly in a haystack :)

Never the less I did find the little bug for the normal comment text, but that does not solve the font problem when there are no comments.

I can't find that anywhere in the template, so is it somewhere else?

Cheers,
Vraxor

82
hmm, yeah, I could use this option too if it was only availeble.

I mean, on my site it would be best if images were shown no bigger then 640x480. But I would like the script to do the work.

So when a user uploads an image of 1024x768 the script will rezise the image back to 640x480 and save the original and the rezised version plus the tumbail seperatly.

After that under each image the options to open images at different sizes should apear, like 800x600 - 1024x768 and so on till the original size.

Those images should be opened in a new window without any site template around them, just for users to view bigger then normal.

This is just some brainstorm activity from me and I hope that it is useful to someone with a little more php knownledge then me.

I will start studying the script in the next couple of months and when I feel capable of writing some php myself I might start working on some extra functions like this one.

Cheers,
Vraxor

83
Feedback & Suggestions / Help: fonts
« on: August 19, 2002, 02:57:38 PM »
well, I have a similar problem...

I can edit most of the fonts on my site but the font of the comments is quite a problem.

if you take a look at this page: http://haunter.student.utwente.nl/Terrarevolution/4images/details.php?image_id=1

And take a look at the comments you see that the time of posting is in a different font. Also does the text that appears when no comments are given yet in a different font.

How can I edit those lines??? I checked the language pack alreasy to see if I could change anything in the main.php file, but those are all template based and since I can't find it in the template....

Cheers,
Vraxor

Pages: 1 2 3 4 5 [6]