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

Pages: 1 2 3 4 5 [6] 7 8
76
Discussion & Troubleshooting / Re: Animated Thumbnail quality
« on: February 15, 2007, 10:23:03 PM »
Any ideas? I'm using Imagemagick, I also tried GD and that just gives a static image.

Thanks
Jen

77
Discussion & Troubleshooting / Re: "View Your Profile" option?
« on: February 15, 2007, 09:55:10 PM »
Thanks, works like a charm :)

78
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 15, 2007, 08:53:06 PM »
 :oops: Ya know what?

I was accessing my profile going into the control panel.

When I clicked on my name next to the image is when I saw the image.

I'm so sorry for all the run around guys. Are you not supposed to see the images going into the control panel? Thats what I thought the profile was...Now I feel so dumb..

Thanks so much for all your help and dealing with me. I really do appreciate it.

79
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 15, 2007, 02:25:13 PM »
Yes thats all fixed but its still not working.

80
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« 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

81
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« 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.....

82
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 15, 2007, 12:20:32 AM »
Thanks ivan...did that and still nothing  :?

83
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 14, 2007, 11:45:24 PM »
The code was too long to post so here is a text

84
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« 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.

85
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 14, 2007, 07:36:22 PM »

I redid this again for the fourth time and I am still getting nothing.

86
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« on: February 14, 2007, 06:12:54 PM »
Thanks Nicky, I did, Even did it three times. I must be forgetting something. ...lol

87
Installation, Update & Configuration / Re: Direct link to images
« on: February 14, 2007, 06:00:37 PM »
What would the code be that I need to add to the html file for this?

Code: [Select]
<style>
.contactTable { width: 300px !important; height: 150px !important; padding: 0px !important; background-image: url('LINK TO IMAGE'); background-attachment: scroll; background-position: center center; background-repeat: no-repeat; background-color: transparent; }
.contactTable table, table.contactTable td { padding: 0px !important; border: 0px; background-color: transparent; background-image: none; }
.contactTable a img { visibility: hidden; border: 0px !important; }
.contactTable a { display: block; height: 28px; width: 115px; }
.contactTable .text { font-size: 1px !important; }
.contactTable .text, .contactTable a, .contactTable img { filter: none !important; }
</style><br><a href=LINK TO SITE='Myspace Layouts'>Myspace Contact Tables</a>

88
Installation, Update & Configuration / Re: BBC Code
« on: February 14, 2007, 03:07:17 PM »
I have used the search as that is first but came up with nothing. I don't know if I'm searching for the right thing or not or what it would be called. Can you point me to it please?

Thanks

89
Installation, Update & Configuration / Re: BBC Code
« on: February 14, 2007, 02:20:27 PM »
Could anyone help me? Thanks :)

90
Mods & Plugins (Releases & Support) / Re: [MOD] Show user images in profile
« 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 :)

Pages: 1 2 3 4 5 [6] 7 8