Developer | Filmmaker

Liliplanet's picture
public
Liliplanet - Thu, 2008-06-05 19:52
Employment type: 
Contract
Telecommute: 
Allowed

Hi, I've been building for quite some time and just can't get my head around some code and would like to pay someone just to help me with the correct code for the following:

  1. if the user is a Premium or Platinum member, can send private message to 'field_name' and if not a Premium or Platinum member, just print 'field_name' (and do not mention private message).
<?php print $node->field_name[0]['view'] ?> <?php if (user_access('access private messages') && (isset($user->privatemsg_allow) ? $user->privatemsg_allow : 1)) { ?>
<?php $frommetoprofileuser = arg(1); ?>
<?php print l(t('send a private message').$user->name, 'privatemsg/msgto/'. $frommetoprofileuser); ?>
</div>
<?php } ?>

VIEWS

  1. I created a view which shows up on the tabs of the user (my account), as 'user/$arg/network/friends' works, but I would like the tab only to show for the user and not for anyone else.

  2. In views, for the user to see only the content that relates to them, ie (url as 1. 'user/$arg/network/friends'} which is built with http://drupal.org/project/user_relationships (similar to buddylist), what is the argument or filter in the view that the user sees only the friends (buddies) that relate to them.

  3. In a view from ecommerce, exactly the same as 3. Want the user to be able to see their membership role, payment made and expiration date. The expiration date has to be editable by admin.

  4. In the same case as 2, i.o.w a tab in the user account, if they have video, show the video tab and everyone can see the video. If no video, no tab.

TEMPLATING

  1. Would love a fundi to come take over the templating as I'm definitely no good at that. All the content exists, just need a 'look'. Specifically menu's.

IMPORT

  1. Have all the members imported but have a article database (about 3000) in the format of your choice. The problem is the 'old' articles have a title, intro paragraph and rest of article. Don't know how to converge the intro paragraph and article together for import.

Please contact me at lilian@filmmaker.co.za or 083 316 1014 should you be interested and a quote for the all or any of the above.

New site is at http://www.ufilm.tv

Look so forward to hearing from you.
Lilian