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]
31
Thanks a million V@no.

It works really well with the personal image MOD, if you use:

[qcode]{if comment_userpic}   
{if url_show_user_images}<a href="{url_show_user_images}"><img src="{comment_userpic}" border="0"></a>
{endif url_show_user_images} <br/>
{endif comment_userpic} <br/>[/qcode]

32
Weis jemand wie man das fuer 1.7.2 modifiziert?  Die funktionen scheinen ja nach functions.php gewandert sein...

33
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?

34
Has anyone figured out where to place relevant keywords, etc to get relevant adsense adverts?  I have played around with the templates, and find that it is fine on the home page, but that adverts are less relevant in the categories.

Any ideas would be appreciated!  :roll:

35
I know this has been discussed here at length, and increased memory certainly helps, but it seems that uploading a number of smaller images in quick succession causes the same error.  Is there a way for 4images to clear the RAM faster?


36
I (also) have the following problem, and could not find an answer in this forum:

[qcode] Re: [MOD] Select country and gender with gif when register
« Reply #29 on: November 07, 2005, 09:43:14 PM »   

--------------------------------------------------------------------------------
it's working for me.. fine..
but one question..
If a new user registers himself and makes an entry in country field, the registration is implemented immediately...
is there a solution for me? [/qcode]

37
I want users to upload their personal photo when they register so I added the following to register_form.html:

   <tr>
            <td class="row1" valign="top"><b>{lang_userpic}</b>
            <SPAN class="smalltext">   
                <br />
                <b>{lang_userpic_upload}</b>
               </SPAN>
            </td>
            <td class="row1">
              <INPUT type="file" name="userpic_file"  size="30" class="input" /><br />
              {if userpic_img}<img src="{userpic_img}"><br /><input type="checkbox" name="userpic_del" value="1">&nbsp;{lang_userpic_del}{endif userpic_img}
            </TD>
          </TR>


However, for some reason, the {lang_userpic_upload} text will not appear in the registration form, although it is visible in the edit profile page?  Please help!

38
Does anyone know what changes are required to make this work in 1.7.2?

Many thanks

39
I would be really grateful if someone would explain how this could work with 1.7.2.

THANKS!

Wäre super wenn jemand erklären könnte wie das mit 1.7.2 funtionieren könnte.


DANKE!

40
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?

41
Installation, Update & Configuration / Re: Category
« on: June 23, 2006, 05:03:11 PM »
Have things changed since 2003?  I would love a feature whereby a subcategory is created everytime a new user registers.

Pages: 1 2 [3]