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

Pages: 1 [2] 3
16
I am trying to restrict this mod to unregistered users, so that registered users won't have to enter the security number for every comment, but I'm stuck...   :roll:

Do you know how to do this?  :idea:

17
I would like to remove the borders around the "new" images shown as thumbnails on my site.

I have searched this board and changed all
Code: [Select]
border ="1" to "0" and also checked the functions.php for borders, but the black borders just won't go away.

Just where are the "new" images thumbnail borders set?  :roll:

18
Thanks a lot V@no.   :mrgreen:

Is it possible to show the most recent comments first???  I remember doing this for the details page a while ago, but I just cannot find how that was done...  It must be my eyes again...  8O

19
This works great!  Well almost, behind the dropdown on the right of "Comments per page"  I get

Quote
nn1n2n3n4n5n6n7n8n9n10n11n12n13n14n15nn


My member.php looks like this:

Code: [Select]
   $commentsperpage_dropdown = "n<select name=\"commentsetperpage\" onchange=\"if (this.options[this.selectedIndex].value != 0){ forms['commentsperpage'].submit() }\" class=\"select\">n";
   for($i = 1; $i <= 15; $i++) {
     $setvalue = 1 * $i;
     $commentsperpage_dropdown .= "<option value=\"".$setvalue."\"";
       if ($setvalue == $commentperpage) {
       $commentsperpage_dropdown .= " selected=\"selected\"";
     }
     $commentsperpage_dropdown .= ">";
     $commentsperpage_dropdown .= $setvalue;
     $commentsperpage_dropdown .= "</option>n";
   }
   $commentsperpage_dropdown .= "</select>n";

   $site_template->register_vars("commentsperpage_dropdown", $commentsperpage_dropdown);
   $commentsperpage_dropdown_form = $site_template->parse_template("member_commentsdropdown_form");
   $site_template->register_vars("commentsperpage_dropdown_form", $commentsperpage_dropdown_form);


Can anyone spot why this is happening?  I seem to be blind...  8O

20
V@no - that is fantastic!

This really makes 4images a lot easier to modify!

 :D  :D  :D

21
Hello all

I would like to display the user details of the image owner below every image in details.html.

I have searched this board long and hard, but cannot find what I am looking for, and I have so far not managed to get it to work by myself.

V@no has been very helpful in solving a similar request of mine: http://www.4homepages.de/forum/index.php?topic=12914.0  - but I have so far not been able to figure this out...


22
Hey guys (and girls)

It would be nice if your css tutorial would interlink with the mod that BartAfterDark posted above. 

Lots of people seem to have implemented the star rating (rather than the dropdown) - isn't anyone feeling generous today?  :roll:

23
Hi V@no

I have checked the code again, and I did exactly as above.

I have two different phenomena:

1.  I added a comment to the following picture as user "kelly", and then (perhaps whilst still logged in as kelly) I replaced the main image (there was no image, just a thumbnail) which had disappeared as a result of a failed resize.

http://www.lifeofamodel.com/4images/details.php?image_id=20&mode=search


2. I have this picture, where the link just leads to http://www.lifeofamodel.com/4images/ 
    Again, I have no idea why that is happening.  All the other photos of that user have a working link underneath.

http://www.lifeofamodel.com/4images/details.php?image_id=93&mode=search


This is what I have in details.html:
[qcode] <div align="center">
                {image}
                {if admin_links}<br />{admin_links}<br />{endif admin_links}
<br /><a href="{url_show_user_images}">Display {owner_name}'s portfolio</a><br />
                <br />{lightbox_button}&nbsp;&nbsp;{postcard_button}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
              </div>
[/qcode]

Thanks a lot for your help, V@no.

24
I am trying to take this one further and add the image owner's details (as shown on his profile page) to the details.html .

I cannot get it to show though...  :cry:

25
Thanks V@no.  I am not sure what you mean.  The image 'user' is still the same.

Here is the link to the offending image:

http://www.lifeofamodel.com/4images/details.php?image_id=20&mode=search

26
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: July 27, 2006, 07:51:44 PM »
I had a user upload an image and the description showed up as

<img src="./templates/default/smilies/icon_smile.gif">

Presumably he tried to enter a

The correct path would be

<img src="./../templates/default/smilies/icon_smile.gif">

When I try it it works fine.  Any ideas what may cause this????

27
I have come across a bug:

When I as the administrator edit an existing image of another user (e.g. change description...), the user_images_link then points to no or another user account.  :evil:

Does anyone know why this is happening?  8O

28
I had a user upload an image and the description showed up as

<img src="./templates/default/smilies/icon_smile.gif">

Presumably he tried to enter a :-)

The correct path would be

<img src="./../templates/default/smilies/icon_smile.gif">

When I try it it works fine.  Any ideas what may cause this????

29
Mods & Plugins (Requests & Discussions) / Re: LIVE CHAT WITH ADMIN?
« on: July 26, 2006, 12:19:37 PM »
Heinrich-Uwe, have you tried incorporating this with usernames, so that people don't have to enter their name?

Is this possible V@no?  If you point me in the right direction, I will happilly make it work and post it.

30
V@no, could you re-post the package, please.  The link does not seem to work.

Many thanks!!! :D

Pages: 1 [2] 3