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

Pages: 1 2 3 4 [5] 6
61
Mods & Plugins (Releases & Support) / Re: [MOD] Multi-Lightboxes v1.03.1
« on: October 21, 2006, 03:14:25 PM »
I know I have once seen a fix somewhere here to make the multi-lightbox recognize all css settings correctly.... and I did the changes listed in there (can't find the post anymore, else I would post in there).... anyway, I still can't get the dropdown button itself to respond to css changes..... the lightbox button always has the look of the other dropdowns.... I can change the font, color etc of the dropdownfield.. but the css class ligboxibutton for the dropdownbutton itself still gets ignored.... my lightbox_dropdown.html looks like this
Code: [Select]
<div>
<form method="post" action="{self}" name="lightbox" style="margin: 0px 0px 0px 0px;">
&nbsp;<img border="0" src="{template_url}/images/active_favourites.jpg" align="absmiddle">{user_lightbox_dropdown}<noscript>&nbsp;<input type="submit" value="{lang_lightbox_select}" class="lightboxibutton"></noscript>
<input name="mode" value="{mode}" type="hidden">
</form>
</div>

The css entry looks like this:
Code: [Select]
.lightboxibutton {
font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
background-color: Black;
color: #fcdc43;
font-weight: bold;
font-style: normal;
font: 10px;
}

So completely different from the standart dropdowns..... but still, it looks like them all.....

62
Thanx a lot! :)
... I will always get lost in all this syntaxing....  :?

63
Thanx, but how do I have to alter the lines to load an image..... in html it would be something like <img src="{template_url}/images/blah.gif">
But what would it look like in php?

64
How can I exchange the paging stuff like "next" "previous" "last page"and "first page" with graphics-buttons?.... and how can I define a background-graphic fo the paging numbers?
Thanx in advance....

65
Hi.

A friend did a new loginsystem that differentiates logins by username and password..... so it is possible to have members with the same username.. but the login is able to differentiate them by also comparing the password.... but my friend can't find the right point where to add this function in the 4images system.. The new login forwards the username and password to the 4images system.. but the gallery system is not able to differentiate users with same usernames but ifferent password.... where exactly would be the right point in the 4images system to look for right portion of script that would need to get changed? Maybe someone already knows what exactly would be needed to do?

Thanx in advance...

66
Mods & Plugins (Releases & Support) / Re: [MOD] 4images Quiz
« on: June 22, 2006, 10:40:53 AM »
it's great..... but can you make it so, that only the first try get's stored in the "highscore"?.... else everyone can obtain 100% by simply doing it over and over again..... ;)
Maybe with a comment when trying it for a second time like "You decisions will not be counted as you already tried your luck.... this will be for learning purposes only" ;)

And you already shuffeled the answers when trying again.. can you also shuffel the questions? So that they always come in a diffrent order?

67
Oh,... and another problem... I show 10 imageas for ratings in the top list.... since the new algorythm, the last image is always one with 0 rating and 0 votes..... as soon as I rate it, it gets replaced by another one with 0/0.... any ideas?

68
Same problem here.....

69
Hi.
For some reason, my users do not longer get logged out after the session timout I configured in the admin panel.
In what scripts are all the portions that handle these session-timeout-logouts?.... besides sessions.php... (cause this file seems to be ok).. might be a timer issue or whatever....

70
How can I I show useravatars instead of userimages? Guess most users will use avatars to identify themself on a site instead of using a custom userpic.....
Maybe like.... If no userpic then show useravatar... and if no userpic and no useravatar show nopic

And how can I disable specific users from being counted or shown in the stats?

Would be great if somwone could figure out how to do it...

71
Mods & Plugins (Requests & Discussions) / Re: 2 V@no about Files list v1
« on: September 08, 2005, 10:20:03 AM »
Hi, V@no.. great mod!
Is it possible to run 2 or maybe even 3 indipendent file-lists.... every site with it's own folder for storing files?
And can you maybe add a field to the list, where a thumb is displayed? to visualize the download.... maybe this thumb could even be enlargable by clicking on it?

Would be great....

72
Plugins / Re: [Plugin] Rebuild Search Index
« on: May 21, 2005, 10:53:23 AM »
Habs installiert.. aber wenn ich im admin panel draufckicke erscheint einfach nur eine weisser screen...    ist das eventuell nur fuer v1.7?

73
Plugins / Re: [Plugin] Notepad in Control Panel
« on: May 21, 2005, 09:53:03 AM »
Well, I get an error when trying to execute the SQL... please help...
Code: [Select]
Failed to execute SQL : SQL CREATE TABLE admin_notes
( notes text NOT NULL, width char(3) NOT NULL default '',
height char(3) NOT NULL default '', FULLTEXT KEY notes (notes) )
TYPE=MyISAM; INSERT INTO admin_notes VALUES
('Your notes', '100', '10'); failed : You have an error in your SQL
syntax near '; INSERT INTO admin_notes VALUES ('Your notes', '100', '10')'
at line 1
And when doing it manually, mysql tells me that "notes" can not have a default value.
So, it is not possible to insert the data as needed...

74
How can I have different numbers of rows/columns in different categories and galleries. And how can I change the picture alignment for these categories/galleries indipendently then?

75
Mods & Plugins (Requests & Discussions) / Semi-autocreate usercategory
« on: March 17, 2005, 09:01:12 AM »
Hi. :) ..and one more question. ;)

I have read about the "create usergallery automatically on signup".... well, nice idea but besides the fact that no one has done that mod, it would swamp the system with unused and empty galleries.... The thing I have in mind is and option in the users controll panel saying "create personal gallery". So that a user can create one if he wants to.... a user should only be able to create one personal gallery... so after clicking on "create personal gallery" the system should create a gallery in the category "user galleries" where the gallery has the users name. After that the link "create personal gallery" should change to something like "my private gallery"... clicking on that will show the pics that the user has already uploaded and the upload funktion.
Every personal gallery should only be editable by the owner and admins.... but should be visible and accessible to everyone... *editing only needs to include "delete" and maybe "rename"/"change discription".
Hehe, integration of somthing like a feature to automatically exchange the folder icons with a small thumb grabbed from the linked gallery would make the whole category more colorfull and more interesting. ;)

No problem if this can't be done... would just expand usability and fun users can have with 4images. :)

Pages: 1 2 3 4 [5] 6