Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Atvaizdavimas Profilyje

Parašė Ultriukas pydariuk· 2009 Vas. 20 20:02:41
#1

Sveiki, Atsisiunčiau modą Gift system nu krč viską installinau viskas veikia. Tik bėda kaip padaryti, kad tas dovanas atvaizduotų profilyje.? Gal kas žino kodą.? Arba prisekit su visu profile.php Būčiau labai dėkingas.

Parašė MaFetas· 2009 Vas. 20 20:02:55
#2

O kai parsisiuntei, readme.txt ar panašų failą žiūrėjai? Ten beveik visada būna surašyta kaip ką daryti ir t.t. :)

Parašė Ultriukas pydariuk· 2009 Vas. 20 20:02:06
#3

Yra viskas ten Kaip suinstalint tą ir tą. Bet nėra atvazidavimo.

Parašė MaFetas· 2009 Vas. 20 21:02:26
#4

kai nori tamsta viską gali rasti:
3. Open profile.php

3.1 Add this code snippet after include LOCALE.LOCALESET."user_fields.php";


//SF Gift System lang start

// Check if locale file is available matching the current site locale setting.
if (file_exists(INFUSIONS."sf_gift_system/locale/".LOCALESET."/profile.php")) {
// Load the locale file matching the current site locale setting.
include INFUSIONS."sf_gift_system/locale/".LOCALESET."/profile.php";
} else {
// Load the infusion's default locale file.
include INFUSIONS."sf_gift_system/locale/English/profile.php";
}

//SF Gift System lang end


3.2 Add this code snippet after <td class='tbl1'>".number_format($data['user_posts'])."</td></tr> in profile.php


<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['sfgift700']."</b></td>
<td class='tbl2'>";
if ((iMEMBER) && ($data['user_id'] != $userdata['user_id'])) {
echo "<a href='".INFUSIONS."sf_gift_system/brows_gifts.php?user_id=".$lookup."'>".$locale['sfgift701']." ".$data['user_name']."</a>";
} else {
echo $locale['sfgift701']." ".$data['user_name'];
}
echo "</td>
</tr>


3.3 Add this code snippet before require_once "side_right.php";

// SF Gift System start
if ((isset($lookup)) && (isNum($lookup))) {
if (file_exists(INFUSIONS."sf_gift_system/profile_include.php")) {
include INFUSIONS."sf_gift_system/profile_include.php";
}
}
// SF Gift System end

Redagavo MaFetas· 2009 Vas. 20 21:02:12

Parašė Ultriukas pydariuk· 2009 Vas. 20 22:02:06
#5

Neveikia....

Parašė Narysx· 2009 Vas. 21 02:02:54
#6

Už lt viską galima padaryti, kad veiktų. :D

Parašė Niger· 2009 Vas. 21 02:02:34
#7

Tai juk tau parashe mafetas ....

Parašė edis2· 2009 Vas. 21 07:02:05
#8

eL parašė:
Neveikia....


Tai padaryk kaip prašo ir viskas veiks

Parašė Ultriukas pydariuk· 2009 Vas. 21 08:02:47
#9

Veikia tik ant default profile. :D

Parašė edis2· 2009 Vas. 21 08:02:24
#10

Tai pritaikik ir ne ant defualt, gale įdėk ir vsio :)