• [MOD] Show user images in profile 4 0 5 1
Currently:  

Author Topic: [MOD] Show user images in profile  (Read 92024 times)

0 Members and 1 Guest are viewing this topic.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #15 on: February 13, 2007, 06:18:21 PM »
I must be doing something wrong or not having something right. I have been looking at this code for over an hour now. Maybe a fresh set of eyes could look at it for me.

http://hellonturf.com/memberphp.txt
http://hellonturf.com/memberprofile.txt

Any ideas?

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #16 on: February 13, 2007, 09:20:57 PM »
I saw earlier in a post here something about a query...do I need to run a query?

I can't figure out what is going on and why it's not showing up.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #17 on: February 14, 2007, 02:19:53 PM »
I must be doing something wrong or not having something right. I have been looking at this code for over an hour now. Maybe a fresh set of eyes could look at it for me.

http://hellonturf.com/memberphp.txt
http://hellonturf.com/memberprofile.txt

Any ideas?

Anyone help me on this? Thanks :)

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Show user images in profile
« Reply #18 on: February 14, 2007, 06:05:36 PM »
Jenn,

just do it like "Vladec" writen in his 1st post.
step by step. then it's work fine.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #19 on: February 14, 2007, 06:12:54 PM »
Thanks Nicky, I did, Even did it three times. I must be forgetting something. ...lol

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #20 on: February 14, 2007, 07:36:22 PM »

I redid this again for the fourth time and I am still getting nothing.
« Last Edit: November 22, 2007, 12:43:26 PM by Nicky »

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #21 on: February 14, 2007, 08:51:51 PM »
Ok, I uninstalled my entire site and reuploaded it brand new. No mods nothing thinking that maybe a mod was interferring. Still the same thing.

Here are the two files that I modified. Is this all that I need to modify?

http://www.hellonturf.com/4image/templates/default/member_profile.html
http://www.hellonturf.com/4image/member.php

What am I missing? Obviously it is something? Is there a setting in Admin Panel that I need to set?

This is driving me insane.

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: [MOD] Show user images in profile
« Reply #22 on: February 14, 2007, 10:44:04 PM »
member_profile.html is correct as far as I can tell.....
can not see the member.php by viewing source as it looks different, please post that as an attachment or copy the code in to verify.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #23 on: February 14, 2007, 11:45:24 PM »
The code was too long to post so here is a text

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #24 on: February 15, 2007, 12:20:32 AM »
Thanks ivan...did that and still nothing  :?

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #25 on: February 15, 2007, 12:34:46 AM »
I think...Not positive...I know why it may not be working...

Here is the original file
Quote
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">{lang_profile_of} {user_name}</td>
          <td valign="top" class="head1" align="right"><a href="{url_show_user_images}" class="head1">{lang_show_user_images}</a></td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_join_date}</b></td>
          <td class="row1">{user_join_date}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_last_action}</b></td>
          <td class="row2">{user_last_action}</td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_comments}</b></td>
          <td class="row1">{user_comments}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_email}</b></td>
          <td class="row2">{if user_email}<a href="{user_mailform_link}">{user_email_save}</a>{endif user_email}</td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_homepage}</b></td>
          <td class="row1">{if user_homepage}<a href="{user_homepage}" target="_blank">{user_homepage}</a>{endif user_homepage}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_icq}</b></td>
          <td class="row2">{if user_icq}<a href="http://www.icq.com/people/about_me.php?uin={user_icq}" target="_blank">{user_icq}</a> (<b>{user_icq_status}</b>){endif user_icq}</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">Last images from {user_name} ({user_name} added {user_total_images} images to this Gallery)</td>
        </tr>
        <tr>
          <td class="row1">{user_profile_images}</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br />
{paging}
<br />
<br />

Here is the file after it's uploaded
Quote
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">{lang_profile_of} {user_name}</td>
          <td valign="top" class="head1" align="right"><a href="4images1.7.4(4)/4images/templates/default/%7Burl_show_user_images%7D" class="head1">{lang_show_user_images}</a></td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_join_date}</b></td>
          <td class="row1">{user_join_date}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_last_action}</b></td>
          <td class="row2">{user_last_action}</td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_comments}</b></td>
          <td class="row1">{user_comments}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_email}</b></td>
          <td class="row2">{if user_email}<a href="4images1.7.4(4)/4images/templates/default/%7Buser_mailform_link%7D">{user_email_save}</a>{endif user_email}</td>
        </tr>
        <tr>
          <td class="row1"><b>{lang_homepage}</b></td>
          <td class="row1">{if user_homepage}<a href="4images1.7.4(4)/4images/templates/default/%7Buser_homepage%7D" target="_blank">{user_homepage}</a>{endif user_homepage}</td>
        </tr>
        <tr>
          <td class="row2"><b>{lang_icq}</b></td>
          <td class="row2">{if user_icq}<a href="http://www.icq.com/people/about_me.php?uin={user_icq}" target="_blank">{user_icq}</a> (<b>{user_icq_status}</b>){endif user_icq}</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">Last images from {user_name} ({user_name} added {user_total_images} images to this Gallery)</td>
        </tr>
        <tr>
          <td class="row1">{user_profile_images}</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br />
{paging}
<br />
<br />

Why would it be changing to look like that in red.....

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: [MOD] Show user images in profile
« Reply #26 on: February 15, 2007, 12:49:59 AM »
try uploading in ASCII and not binary to see if that makes a difference

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #27 on: February 15, 2007, 02:19:43 AM »
That was weird. Ok fixed that problem but it's still not showing the images, or the table it is supposed to produce...Here are the two files with the codes that is sitting on the server.

http://www.hellonturf.com/member_profile.txt
http://httP://www.hellonturf.com/member.txt

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: [MOD] Show user images in profile
« Reply #28 on: February 15, 2007, 02:25:13 PM »
Yes thats all fixed but its still not working.

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: [MOD] Show user images in profile
« Reply #29 on: February 15, 2007, 08:27:25 PM »
@Jenn
I have redone it according to how your member.php looked and attached it below.
If that dont work I dont know why its not working as I am out of ideas as everything looks right.