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.


Topics - nfprehn

Pages: [1]
1
I have changed the alignment of my templates from center to left, i.e. I changed the following in the main template files:

Code: [Select]
<table width="640" border="0" cellspacing="0" cellpadding="0" align="[color=Red]left[/color]">
For some reason, the copyright notice has now moved to the top-right corner and I cannot get it back to the bottom!

I just do not understand why that happens - I have tried to play around with the templates and the footer, but cannot get it back to the bottom of the page...  You can see it here http://portfolio.lifeofamodel.com

 :roll:

2
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:

3
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...


4
I have been trying to play around with this but just cannot figure it out.

I would like there to be a link in comment_bit.html which directs to all the images posted by the commentator.

A bit like:

[qcode]<a href="{url_show_comment_user_images}">Display all images by {comment_user_name}</a><br />[/qcode]

My guess is that the following in functions.php needs to be replicated and amended...
[qcode]{
    $user_name = format_text($image_row[$user_table_fields['user_name']], 2);

    $user_profile_link = (!empty($url_show_profile)) ? str_replace("{user_id}", $image_row['user_id'], $url_show_profile) : ROOT_PATH."member.php?action=showprofile&amp;".URL_USER_ID."=".$image_row['user_id'];
    $user_name_link = "<a href=\"".$site_sess->url($user_profile_link)."\">".$user_name."</a>";
$user_images_link = "<a href=\"search.php?search_user=".$user_name."\">".$lang['pictures']."</a>";
  }
  else {
    $user_name = format_text($lang['userlevel_guest'], 2);
    $user_name_link = $user_name;
   $user_images_link = $user_name;
  }
[/qcode]

Has anyone managed this, or knows how to do it?

5
Mods & Plugins (Requests & Discussions) / Automatic sub-categories
« on: June 23, 2006, 05:13:01 PM »
I know this has been discussed here over the past few years at some length, but is there any development on automatically creating sub-categories for users as soon as they sign up?  Is this an impossibility?

Pages: [1]