Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manaf2009

    (@manaf2009)

    An English major no doubt.

    hahaha ,,,, Acutally I’m Studying Software Eng.
    I’m From Saudi Arabia that’s y my English is kinda “formal”

    Just So u Know i Didn’t Delete The Old Versions ,,
    i actually made a fresh installation of the versions 2.3, 2.5 and 2.6 running at the same time and each of them with a different database ,,, 2.3 works perfect 2.5 & 2.6 don’t !

    i thinkg it’s something with the core code of wordpress ,,, Something was added to the code that created that prob ,,, not something with the plugins

    it’s like the web is trying to connect to an outer side (e.g. main site) and after a timeout it load my blog

    I duno if the ip type would make a difference ,, wp 2.3 seems to work fine ,,,

    I’m Also Running A HFS Server On Another Port ,, I Duno If it Has Something To Do With WordPress !

    Hi PPl ,,,
    I’ve Just Found A Way To Remove The Photo Approval ,,,
    You Have To Play a Little With The Plugin Code
    -Go To Plugins and Click On Edit Beside The User Photo Plugin
    -Search For The Following Code:
    —————————————————————–
    #Update usermeta if($current_user->user_level <= get_option(‘userphoto_level_moderated’)){update_usermeta($userID, “userphoto_approvalstatus”, USERPHOTO_PENDING);
    —————————————————————–

    -Now Change “USERPHOTO_PENDING” In The End To “USERPHOTO_APPROVED”

    So That The Code Becomes :
    —————————————————————–
    #Update usermeta if($current_user->user_level <= get_option(‘userphoto_level_moderated’)){update_usermeta($userID, “userphoto_approvalstatus”, USERPHOTO_APPROVED);
    —————————————————————–

    I’ve Created 2 Subscriber Users For Testing ,,, No Approval Is Needed Anymore

    Hope That Was Helpful 😀

Viewing 2 replies - 1 through 2 (of 2 total)