Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Clorinde

    (@clorinde)

    If anyone could throw some light on this one though it would really help me:
    10.If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.

    In particular I don’t seem to be able to change anything…
    This one is selected:
    https://clorinde.org/wordpress/?p=123

    I believe after I move everything in the root folder the /wordpress should go, but how?

    What a headache…

    Thread Starter Clorinde

    (@clorinde)

    No it’s fine, I appreciate your help. I’ll find a way.

    Thread Starter Clorinde

    (@clorinde)

    Hi Daniel, thanks for your reply, yeah I’ve read that page I’m ok with the moving files part and the change of wordpress and blog address but:
    But 10, 11 and 13 make a bit worried…

    10.If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
    11.If you have problems with missing images that you’ve uploaded, you need to change the path to the images on every post directly on your SQL database. For this, follow the instructions on Tamba2’s Tutorial “Moving your weblog inside your PC”.
    13.Existing image/media links uploaded media will refer to the old folder and must be updated with the new location.

    The thing is that all my photo galleries and music players and pictures on pages refer to the content located in the wordpress folder and I fear that after I move everything to the root I’ll have to re-do all the links and galleries, well basically everything…

    You think I could leave the content there and just move the pages?

    Thread Starter Clorinde

    (@clorinde)

    I must be the thousandth person who has asked for this…

    Thread Starter Clorinde

    (@clorinde)

    Ok, I reckon it’s a bug of the theme… cheers.

    Thread Starter Clorinde

    (@clorinde)

    I don’t want to annoy you with boring stuff but here is the footer I’ve modified:

    <?php
    /*

    FOOTER

    This file controls the ending HTML </body></html> and common graphical elements in your site footer.
    You can control what shows up where using WordPress and PageLines PHP conditionals

    This theme copyright (C) 2008-2010 PageLines

    */

    // Deal with BuddyPress and BuddyPress Template Pack
    if(pagelines_is_buddypress_page()):?>
    </div>
    </div>
    <?php endif;

    // Load MoreFoot Template
    do_action(‘pagelines_morefoot’, ‘morefoot’); // Hook

    ?>
    <div class=”clear”></div>

    </div> <!– END .outline –>
    </div> <!– END #page-main from header –>
    </div> <!– END #page from header –>

    <div id=”footer”>
    <div class=”outline fix”>
    <?php do_action(‘pagelines_footer’, ‘footer’); // Hook ?>
    <div class=”clear”></div>
    <?php if(pagelines_option(‘no_credit’) || !VDEV): // Thank you for supporting PageLines ?>

    <?php endif;?>
    <div class=”clear”></div>
    </div>
    </div>
    </div>
    <?php
    print_pagelines_option(‘footerscripts’); // Load footer scripts option
    wp_footer(); // Hook (WordPress)
    ?>
    </body>
    </html>

    Does it look ok? I haven’t done any other dodgy things… I swear

    Thread Starter Clorinde

    (@clorinde)

    Yeah, no I get it, it’s just that I fixed it last night and don’t know how to make it happen again…
    here: https://www.pagelines.com/forum/topic.php?id=5905

    Thanks

    Thread Starter Clorinde

    (@clorinde)

    Thread Starter Clorinde

    (@clorinde)

    Seems like someone else is having the same problem, and I thought I was going mad…
    https://www.pagelines.com/forum/topic.php?id=5905

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