Esra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with overwriting WP files after moving to dedicated serverso delete the old files, thats what you should be doing anyway.
Overwriting is part of the upgrading process:
Copy the new WordPress files to your server, overwriting old files in the root
Forum: Plugins
In reply to: Flag Post/Comment for ModerationMe too! Especially a “flag this comment” one, for blogs with excessive users and very few moderators.
Forum: Themes and Templates
In reply to: Plugin creates too much space in individual postsNevermind, I fooled with the CSS stylesheet that came with the plugin and it worked after a couple of tries.
Forum: Your WordPress
In reply to: phifgo.com – Media Indipendence problemHi, I think you posted this in the wrong forum, I suggest you ask a moderator somehow to move this thread into the ‘support’ section where people can answer with suggestions.
By the way the problem happened with me too, I couldn’t see anything other than the logo and the first title.
Forum: Your WordPress
In reply to: Feedback wantedI like the layout, but the sidebar’s kinda empty. I suggest you make it more attractive by installing more plugins and making the site more interactive.
If simple is the look you’re going for then keep it the way it is.
In any case, good job, it looks attractive.
Forum: Themes and Templates
In reply to: Not sure what to edit in CSS filesThanks, that makes more sense.
Do you know what sort of code I’m supposed to add? I looked at some CSS tutorials and I’m not sure which example I should apply in this particular case.
Forum: Fixing WordPress
In reply to: phpBB Recent PostsI found the problem. There is a line in the file that we were supposed to delete (the last few lines way at the bottom where it says “add this to sidebar.php”)
Just be sure to plug in the correct name of your WP and phpbb database names. If you’re not sure check your phpMyAdmin, if you don’t use that then you should be able to find it somewhere. Check your host panel too sure to be sure.
This is fairly easy to install but admittedly it’s pretty confusing and the file itself has a few bugs (it messes up the dates, etc) but if you play around with it and delete the extra info that you don’t want you should be fine.
Forum: Fixing WordPress
In reply to: phpBB Recent PostsOkay, the problem is with these lines –
*/
function show_posts($limit = 10)
{
global $wpdb;
//Put your phpBB and wordpress database info here:
$WPDB = “basedat”; //
$PHPBBDB = “basedat”; //
$USERS_TABLE = “phpbb_users”; //phpbb user table
$TOPICS_TABLE = “phpbb_topics”; //phpbb topics table
$POSTS_TABLE = “phpbb_posts”; //phpbb posts table
$SITEURL = “your forum URL”; //Forum URL with trailing /
//Do not edit beyond this pointI put the names of my databases, but how does this code read them? What format should I use in plugging in the names here?
And I have no idea what these lines mean, are we supposed to edit them too?
$USERS_TABLE = “phpbb_users”; //phpbb user table
$TOPICS_TABLE = “phpbb_topics”; //phpbb topics table
$POSTS_TABLE = “phpbb_posts”; //phpbb posts tableForum: Fixing WordPress
In reply to: phpBB Recent PostsI received the same exact error as JeremyCade when I tried to activate and use the plugin, does anyone know why?
Forum: Themes and Templates
In reply to: a rantJosalmon is right. Your hard work will pay off. If this was 2000, my site will look like puke. But with WP and the increasingly easier editing options, you can find a theme from the hundreds of available themes and personalize it in a way that your site won’t even resemble the theme you based it off.
My blog took months of editing before I was happy with it, and I work on the layout a little more each day. Now it looks great, and I’m not saying this out of arrogance. I did a lot of stupid mistakes and I probably have a lot of mistakes in my code, and I get so frusterated with plugins, but think about the people who are doing this for free to make your life and mine easier.
It takes a lot of patience, a lot of things to learn, and a lot of questions to ask for you to get things right. I think WP writers understand that. That’s why you have this forum and a wiki page for all your wants and needs.
Today I just look at my site and many others and think “thank God for wordpress!”
Stick with WP, download multiple themes and edit them until you’re happy with your site. Then focus on content. No one said it was gonna be easy, but I think we can all agree that it will be worth it.
Cheers.
Forum: Everything else WordPress
In reply to: Posts from default category not showingI added more categories and it now works. You were right though, I changed the name of the category seconds before I merged all the posts there. I’m sure this is what caused the mix-up.
Thanks for your help.
Forum: Everything else WordPress
In reply to: Posts from default category not showingMoshu, can I somehow transfer the entire list of posts to another category without having to edit each post manually?
I was trying to search for a post I once read here about easy category management, I couldn’t find the simple (and accurate) answer that someone once provided here, I think it may have been you who suggested it.
Forum: Everything else WordPress
In reply to: Posts from default category not showingThe rest of the categories showed up when I was actually using them, but then I decided to delete these categories and send the posts to the default category. In the admin panel, it says that this category has 0 posts, when in fact it has over 200.
Not sure why it doesn’t recognize it.
This is the tag in my sidebar –
<!– Begin – Categories –>
<div class=”left-widget-title”><?php _te(‘Topics’); ?></div>
<div class=”left-widget”>- <?php wp_list_cats(‘sort_column=name&optioncount=1’); ?>
</div>
<!– End – Categories –>If you saw the main index page you can see that all posts except for one is posted in General. However General doesn’t appear under my list of categories.
Forum: Everything else WordPress
In reply to: Someone has HACKED my blogJust out of curiosity, and for fear of this happening to any other blogs, what kind of security updates do we need? Are there any plugins merely for security purposes?
Forum: Fixing WordPress
In reply to: Bug: disabling moderationsI’d like to know how to do this successfully as well. I tried and it messed up the entire comment feature, then I had to mess about for an hour in order to find the mistake.