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

Pages: 1 ... 3 4 5 6 [7]
91
Mods & Plugins (Requests & Discussions) / Thumbnails at next picture
« on: March 15, 2003, 04:46:07 PM »
V@no can you tell us please, how to do this?





Thanks  :D

92
ThankS V@no  :D



boti

93
Mods & Plugins (Requests & Discussions) / [MOD-HELP] Icon in categorie
« on: March 15, 2003, 01:18:15 PM »
O.K. ich habe es schon verstanden, danke.  :D

94
Mods & Plugins (Requests & Discussions) / [MOD-HELP] Icon in categorie
« on: March 15, 2003, 12:32:29 PM »
Quote from: Jan
I don't know exactly what you mean, but can add an category related image like this:
Code: [Select]
<img src="{template_url}/images/{cat_id}.gif">
Place an image for each category in templates/default/images with the cat_id as the name (1.gif, 2.gif etc.).

Jan


Wo kann ich diese Code einfügen?  :D

95
Quote from: pixelkitty
I have a script that I am currently using at pixelkitty.net to disable right click of images only.

This way, visitors can still use other right click functions such as bookmark, back, open in new window/tab etc on the page itself.

Is it possible to put this script into 4images instead of the current 'disable right click' script?

I want to do this as I find the current disable script is too restrictive, as I use right click extensively for navigation and other purposes when I am within my own sites.

The script I use at the above site is below, for those who may want it.

Code: [Select]
// JavaScript Document
var clickmessage="© Copyright by {site_name}"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()


I do not know how to use this Mod. Anyone help me please.  :)

96
Thanks V@no  :D



boti

97
O.K. ich habe es schon benutzt, es hat ganz gut geklappt. Vielen Dank.

98
Lesen Sie bitte einige Post weiter.

Ich habe eine Testbildkategorie gemacht.
Ich möchte gerne das Hits von den Bilder aus dieser Kategorie abschalten.
Ist das möglich? Was muß ich tun?

Danke, und beste Grüße.

99
Quote from: Nicky
sorry aber ich hab kein bock dir jetzt die welt des mysql und php zu erklären ;)

aber dafür hier was anderes
http://www.nicky.net/4images/table_update.zip

uploade die table_update.php dorthin wo sich deine config.php befindet, und rufe die selbe aus http://ww.deinedomain.com/4images/table_update.php

das wars ^^


Funktioniert auch diese 'table_update', wenn ich schon vorher Deine ältere version von 'Mitgliederliste' benutzt habe?  :?:

100
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: March 14, 2003, 06:32:01 PM »
Quote from: Jasondavis
I can see the avatars opn your site when im logged in or logged out....on my site I can only see them when Im logged in under my admin name still...weird


I do have the same problem.  :oops:

101
is it possible to showing this statistics at any page, not inside 4images?

102
bitte hilft uns...

103
Ich habe in diese Seite gesehen:

http://penum.de/index3.htm?http://penum.de/4images/details.php?image_id=7483&sessionid=785b43291b728c0b9d9f77b259c09c5e

und auch hier:

http://www.hilfebullet.de/bibodia/4images/details.php?image_id=837

da steht letzte Bewertung, von:(user) , lezter Durchschnitt

Wie macht man das? Ich möchte so was auch gerne für meine Galerie, kann jemand mir vielleicht helfen?

Es sieht so aus:

104
Quote from: Schwarzer'Engel
Hat sich erledigt...

View http://www.forgotten-tears.de    :D


Hallo SchwarzeEngel, kannst Du mir vielleicht zeigen was Du gemacht hast,
ich möchte auch gerne die Bilder nebeneinander haben.
 :)

Pages: 1 ... 3 4 5 6 [7]