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

Pages: 1 ... 12 13 14 15 [16] 17 18
226
yes it works and perfectly :Pp

thaaaaaaaankSs alot :)

i did it but seems it was wrong :P i  just comment a diff line :P

but urs work smooth :D

thanks and thanks and thanks :)

227
Chit Chat / Re: how much Mods & Plugins work with 1.7.4
« on: August 20, 2007, 03:38:06 PM »
well, good thought to have busniess with open source  ^_*


228
solve it ^_^

now im trying to take the comment

ex:

when user write a comment for any pix

email icon appears with the comment

if u set the mouse on the email icon

this msg appear ( admin at 4imagehome ) << i dont need to appear

why ?

coz i found some user have thier number in the email example :

USA_3023334445 at  hotmail.com

what i have done ( i just add this mod ) and hide it from user profile so the value already go to the database and set as dont show the source

i will try to solve it by myself  ,,,, if i did it i will post that i have solve it

229
cool ^_^

but still

the code above is not working !!


i think the problem from here

Code: [Select]
$user_email_save = (isset($user_row['user_email_appearance']) && $user_row['user_email_appearance'] == 0) ? $lang['user_email_show_profile_appearance'] : str_replace("@", " at ", $user_row['user_email']);     

maybe bcoz im using 1.7.4 !!

:S


230
well, thanks for this idea !!

in fact, its not working !!

i got white page for edit profile page and also for forgot password page !!?

also in my case , i need the user of say ok show my email ! his/her email wont be showen and only the link show

so admin at 4homeimage not  need it anymore and need send email to {user_name} as example

if say dont show my email ! so its wont be appear !

waiting

231
yes you are not the only one :P

but seems PM v3 will be set as payed MOD  !! and PMv2 almost not supported by V@NO coz it was done for previous Versions

i also tried alot with this MOD , no luck ! at all

i fixed some aql errors but still it need to be cleaned up for 1.7.4

waiting to see a new post for our versions

232
well, i spent my weekend just tryin to fix the pm v2 code :p !!

yup, you have to add the 4 or 5 fields in the pm_table

and if you add the prefix you might get 4images_pm error !! 

blank page !! ( well, did u add the main.php ??? ) i got the same error coz of that

btw, is seach working well with ya  !! hope so !! coz i got error if member run any kind of seach in my site !


233
@ccsakuweb

well, no need to harry up :P !! just take ur time its ur MOD and no one ganna say anythin if u close this subject :P !! so (what about if u post a late ADD-ONS :Pp )

good luck with ur study:P


@thunderstrike

No worries :P !!


we will wait ur code or her code ^_* but seems u find a good way with small part of codin' :P am i right !!

it will be great if u just post it ( as long as go with this rule: sharing is caring ) :P


234
can anyone post the lang --> main.php ( for the english version )

its not in the attached file

also i found one in the posts and it was in german

almost did half of it but found that most of them cannot be transelated ! :S ( GOD )

235
thanks alot ^_^

i will try to ask him :)

also b4 i do that ! let me insure that i did all steps correct  :)

thanks 4 helping me thunder ^^

236
well, thanks for trying to make it more easy ^_^

i tried to get ur point ! but seems im little bet lost and *confused*

also, the site work perfect untill now ! only this msg appears on the top of my page :(

so what shall i do  !!

i tried alot to solve the sql problem and finally i did ! but now im getting this :S

sorry for my bad programming in php im really big newbie here !

237
well, im little bet shocked :P !!

i didnt find that lang in my lang- main

i found this under pm codes in my lang main:
Code: [Select]
$lang['pm_bbcode'] = "Aktiviere BB-Code in dieser Nachricht.";
:P i didnt transelate it yet :P

so do i have to add $lang['bbc_help'] <== wondering if yes what should i write


238
Sorry my bad :(

Code: [Select]
$txt_clickstream = ($edit) ? $lang['pm_edit'] : $lang['pm_compose'];
  $title .= ($edit) ? $lang['pm_edit'] : $lang['pm_compose'];
  $bbcode_form = "";
  if ($config['pm_bbcode']) {
    $bbc_help = "";
    foreach ($lang['bbc_help'] as $key => $val) {
      $bbc_help .= $key."_help = \"".$val."\";\n";
    }
    $site_template->register_vars(array(
      "lang_bbcode" => $lang['bbcode'],
      "lang_tag_prompt" => $lang['tag_prompt'],
      "lang_link_text_prompt" => $lang['link_text_prompt'],
      "lang_link_url_prompt" => $lang['link_url_prompt'],
      "lang_link_email_prompt" => $lang['link_email_prompt'],
      "lang_list_type_prompt" => $lang['list_type_prompt'],
      "lang_list_item_prompt" => $lang['list_item_prompt'],
      "lang_close_tags" => $lang['close_tags'],
      "lang_all" => $lang['all'],
      "smiles_text" => get_smiles_text(),
      "bbc_help" => $bbc_help
    ));
    $bbcode_form = $site_template->parse_template(BBCODE);
  }

from 409 to 431


239
thaaaaaaaaaaaaaaaaaaaanks ^_^

just solved the first one ! :)

still im getting this !

Code: [Select]
Warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/pic/pm.php on line 414
any idea !!

well, with localhost working fine !

just tried to check if missed somethin' but seems everything ok !

and thanks again 4 helping me all the time

240
how ?? i mean what do u mean by adding pm_table in the constains !!?


i saw a code u have added in privous post !! do u mean to add that code ! there !! check my error plz !

Code: [Select]
Warning: Invalid argument supplied for foreach() in /home/alwasmy/public_html/pic/pm.php on line 414

Template Error: Couldn't open Template ./templates/infoqatar/BBCODE.html

and this is the foreach code :

Code: [Select]
foreach ($lang['bbc_help'] as $key => $val) {
      $bbc_help .= $key."_help = \"".$val."\";\n";
    }

Pages: 1 ... 12 13 14 15 [16] 17 18