coppermine-gallery.com/forum

Support => Looking for Freelancers / Paid help => Topic started by: DaBe on May 02, 2008, 06:51:56 PM

Title: [Done]: Guestbook bridge with CPG
Post by: DaBe on May 02, 2008, 06:51:56 PM
Hello

Can everyone help me, I want pay for it!

I search following: a guestbook bridge with cpg

features:
- for cpg members the name display automaticly linked with porfile.
- cpg members they had an avatar, they display beside the post.
- normal user can write name, email and post
- members can write post
- post per page

the budget is 100 CHF = ca. 62 EURO = ca. 95 USD
timeshedule = 15.05.2008

when it workd I give it here to download for other user.



i have try it self..but im a noob in php

if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');

if (!USER_ID) {
        starttable("100%", "<b>Not Logged In</b>");
$user_group = USER_GROUP;
echo<<<EOT
        <tr><td class="tableb" >
        Hello {$user_group}<br />
       
        </td></tr>

EOT;

        endtable();
} else if (USER_GROUP=='Administrators') {
        starttable("100%", "<b>Administrator Mode</b>");
$user_name = USER_NAME;
$user_group = USER_GROUP;
echo<<<EOT

        <tr><td class="tableb" >
        Hello {$user_name} <br />
      your  {$user_group}
        </td></tr>

EOT;

        endtable();


} else if (USER_GROUP=='Registered') {
        starttable("100%", "<b>Registered Member</b>");
$user_name = USER_NAME;
$user_group = USER_GROUP;
echo<<<EOT

        <tr><td class="tableb" >
        Hello {$user_name} <br />
      your {$user_group}
</td></tr>

EOT;

        endtable();
}


Title: Re: Guestbook bridge with CPG
Post by: DaBe on May 02, 2008, 08:27:01 PM
job is awarded