I need your help...

Status: 
Open
Question: 

Hi dorien,

I need your help immediately... Because the basic features of community site are went in wrong direction..

Some user profile images aren't have the link to their corresponding profile pages....

Following is the example for the above issue..

Case1:

In this case i use the inbuilt view(Followers) as title as

"My Fans":

In Live:
<div class="views-field-picture">
<div class="field-content">
<div class="picture">

<a title="View user profile." href="/users/user5">
<img title="user5's picture" alt="user5's picture" src="http://chennaimedia.info/sites/default/files/pictures/picture-732767.jpg">
</a>

</div>
</div>
</div>

In Localhost:
<div class="views-field-picture">
<div class="field-content">
<div class="picture">

<img width="100" height="100" class="imagecache imagecache-thumb" title="" alt="" src="http://localhost/drupal/sites/default/files/imagecache/thumb/pictures/picture-278812.jpg">

</div>
</div>
</div>

"
In live there is a link to the corresponding user profile's page.
But in localhost there in no link to the user profile's page.
"

Case2:

In this case i use the Recent Visitors blocks

Recent Visitors:

In Live:
<div>
<div class="picture">

<a title="View user profile." href="/users/user3">
<img title="user3's picture" alt="user3's picture" src="http://chennaimedia.info/sites/default/files/pictures/picture-521572.jpg">
</a>

</div>

<div class="name">
<a title="View user profile." href="/users/user3">user3</a>
</div>
<div class="visit">1 week 4 days ago</div>
</div>

In Local:
<div>
<div class="picture">

<img width="100" height="100" class="imagecache imagecache-thumb" title="" alt="" src="http://localhost/drupal/sites/default/files/imagecache/thumb/pictures/picture-278812.jpg">

</div>

<div class="name">
<a title="View user profile." href="/drupal/users/user12">user12</a>
</div>
<div class="visit">6 days 13 hours ago</div>
</div>

"
In this case also in live there is a link to the corresponding link to the user profile's page.

In Local there is no link to the corresponding link to the user profile's page.
"

Case3:

In this case i use the inbuilt page ("/localhost/sitename/profile") as title as

"FindFriend":

In Live:

<div class="profile">
<div class="picture">

<a title="View user profile." href="/users/user7">

<img title="user7's picture" alt="user7's picture" src="http://chennaimedia.info/sites/default/files/pictures/picture-928174.jpg">

</a>

</div>

<div class="name">
<a title="View user profile." href="/users/user7">user7</a>
</div>
</div>

In Local:

<div class="profile">
<div class="picture">

<img class="imagecache imagecache-thumb" title="" alt="" src="http://localhost/drupal/sites/default/files/imagecache/thumb/pictures/picture-732767.jpg">

</div>

<div class="name">
<a title="View user profile." href="/drupal/users/user5">user5</a>
</div>
</div>

"
In this case,

In live there is a link to the user profile's page
In local no link to user profile's page
"

I don't how to rectify this issue...

And also don't how it change...

Please guide me on this issue as soon as possible...

Thanks & Regards
Sarav...

Responses