Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 34 total)
  • ya its not woking any more wtith me too

    @hnla @brajesh singh i found the bug…its not in the child theme its the ” w3 total cache plugin ” creating all the mess in my site as soon as i deactivate it alll stuff goes normal & fine plz every one bring this into the plugin authors consideration …now
    and also wp block admin this plugin is activated after deactivating w3 cache plugin my users are directed to home page bt in this plugins line no 21 i had specified to redirect to about page ….and also when some 1 smartly typed or try to modify the url to get acces to wp-admin area this plugin should redirect that person to ” about “
    page bt instead it shows an error saying u do not have sufficient to access this page !

    if u guyz have any hacks plz tell me with details
    thnx in advance
    also grt thnx to @hnla & @brajesh for trying to solve my problem good work guyz…..this help means a lot to me !

    @boone gorges sorry bt when i put the my url replacing ‘siteurl’ it gives me http error i was practising on localhost rather than on main machine (server)
    and when i delete that file the site again start running

    hi just wanted to know where to place below code ..to dont allow my user to view wp-admin or dashboard area ?
    function block_wp_admin_init() {
    if (strpos(strtolower($_SERVER),’/wp-admin/’) !== false) {
    if ( !is_site_admin() ) {
    wp_redirect( get_option(‘siteurl’), 302 );
    }
    }
    }
    add_action(‘init’,’block_wp_admin_init’,0);

    @hnla @Paul gibbs i think the problem is preety much solved i dont know how it has when now i m creating any groups it is showing just once …..bt now thw problem is how to delete that duplocate groups ….like vuniteu is 3 times bt i need it only 1 times so how to do that …? plz help me in detail

    @hnla u mean i have to delete the groups from mysql client inside cpanel with qaurry language..is that u mean ?

    @hnla @paul Gibbs plz help me to solve my problem i need to fix this before the actual launch with was tomm. i postponed it to 1 more day now …i cant delay any more guyz plz help me ! i had not altered any db schemez plz say how to remove that duplicate groups veiw my site http://vuniteu.com/groups/ to get more clear picture
    thnx for any one who attempt to help me !

    no i didnt .. @Paul Gibbs

    i included define (‘WP_MEMORY_LIMIT’, ’64M’); it under wp-config under languages section

    solved

    define (‘WP_MEMORY_LIMIT’, ’64M’); adding this to wp-config can solve my problem ?
    my account info is

    Disk Space Usage 10.3 / 500 MB
    Monthly Bandwidth Transfer 0.54 / 5000 MB…..so do i need to increase the db space and bandwidth or what should the above code can fix it plz help me in detail explanation plz …

    @hran i have the same problem cant activate bp plugin error is Fatal error: Call to undefined function is_multisite() in /home/vuniteu/public_html/wp-content/plugins/buddypress/bp-core.php on line 287
    and the memory errror comes @ the time of upgrading wp to 3.1.3

    @naijaping done this but after that my site doesnt work ?
    i had putted the above code under wp-content function.php at the beginning of the page inbetween

    i just want to remove login not the signup button ? howto do that then …..means what to modify in da above code

    @mexxa84 what you want is blog on the activity section right where ur user can write blog just frm the front end of ur bp site?
    the same i m also searching for …one click post is probablly the one bt it is not running in my case try that …may u can help me with that

    to cut the long story short ..if i installed wp on my server (host acc.) and created database for it …so after tht wp is up & ready ..so my next job ll be activating bp …so i ll do that after that…after that i fix the parmalink and all that so now if any one acces http://www.my-domain-name.com ……. ll my users be able to view my buddypress site’s home page ……?

    @hnla web directory means ” public_html directory ” folder right, in the server

    @hnla ya thats from localhost to http://www.mysite.com …in the wp-config and bp-config …right ?

    @hnla ppl says me u hav to upload ur .sql files to server bt in my wordpress folder i dont have any .sql files so that i was asking you how to import my .sql files frm sql server ….

    @hnla thnx but stuff means like i had changed the theme and edited footer.php of that theme also change the footer.php of wp-admin…also uploaded a logo on both dashboard and on login page with the help of plugin

    thnx for the reply so basically @hnla u r saying i need to do fresh installation of wp and bp and i have to install all the plugins on the server and then i have to edit it as per my needs.. yes right or not ?

    @r-a-y , no it doesnt do that ..when i activated it and …when i clicked on login button on the uppper left corner ….the url is still ” http://www.localhost/wp-login.php”
    it just added the extra login page and a tab next to home says login and logout ….

    so @pual Gibbs, i hav to create 1 function.php file under my theme folder and put the above code …in that code i have replace ‘/images/custom-log-logo.gif’ to my img scr. right.? or i hav to do some more modification

    all i want is if my user entered a wrong password they should not redirected to wordpress log-in page @mercime

    @4colourprogress ….whnere i should write the terms and conditions then …should i write in another page and specify the url of that page ?

Viewing 25 replies - 1 through 25 (of 34 total)
Skip to toolbar