samiotis
Forum Replies Created
-
Problem 2 solved by updating the permalink structure! Just in case someone else is going to have the same problem.
The question remains; how can i have thickbox AND social bookmarking???
Additional Information: When i change the gallry to show the slideshow first, the slideshow works but the ling to “Show Gallery” goes to 404 not found. So no hickup, something is wrong here. Turning on lightbox instead of thickbox – the link from the gallery goes to full size again!
I’m having the same problem on all my sites e.g. http://www.kohtaomotorbikes.com/ the path went to thickbox from the gallery, now goes to the full size picture. The Slideshow link goes to a 404 page!
The first part i got solved by disabling the Social Bookmarking Plugin. A terrifying idea! But Thickbox works now again.
No idea how to solve the 404 problem though! And i miss my Social Bookmarking Plugin already
Forum: Fixing WordPress
In reply to: Trying to install phpbb3 with wordpress@-tbrams
This helps a lot! Thanks. One question remaining:
Did you use the WP-United plugin to fit phpbb3 to wordpress or is that not necessary anymore?Forum: Installing WordPress
In reply to: Different wp-admin and blog languageI would love an answer to this exact same question too.
Forum: Fixing WordPress
In reply to: Blogroll does not appear in sidebarSolved, thanx anyway
I exchanged the above, rather complicated version to the one below. Works fine and is far less headache.<div class=”sideheading”>Resources</div>
<ul class=”heart”>
<?php get_links_list(); ?>Forum: Fixing WordPress
In reply to: Blogroll does not appear in sidebarSame problem. The blogroll doesn’t show.
See below the code i found in the sidebar.
The theme is not widgitized.
Something must be wrong with this code and I’m not very good with php. Can anybody help me out?<?php $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories"); foreach ($link_cats as $link_cat) { ?> <div id="linkcat-<?php echo $link_cat->cat_id; ?>" class="sideheading"><?php echo $link_cat->cat_name; ?></div> <ul class="heart"> <?php wp_get_links($link_cat->cat_id); ?> <?php } ?>Forum: Fixing WordPress
In reply to: blog wiped out and reset to hello World pageAppendix – To make the confusion complete. I have Affiliate Pro installed in my plug-ins, even the number of clicks on each link is still stored in the databse.
Tables – There are 15 by now –
- dpp_disclosure_tags
- dpp_keyword_settings
- wp_affiliatepro_links
- wp_affiliatepro_track
- wp_comments
- wp_links
- wp_options
- wp_postmeta
- wp_posts
- wp_terms
- wp_term_relationships
- wp_term_taxonomy
- wp_usermeta
- wp_users
- wp_wpoi_users
Thanks for looking into it.
Forum: Fixing WordPress
In reply to: blog wiped out and reset to hello World pageNow that is more than strange! After reading all of your suggestions I’m as far as I was before. Maybe there is WP Ghost out there … but it happened again.
“If the date on that post is 3 weeks ago and you deleted that particular post, then the database was likely restored. If the date is today, then that means the install.php was probably run today meaning you installed WordPress into a new database or even into the original database but with a different $table_prefix in wp-config.php.”
Now, in my case the date of the ‘hello world’ post was December 30th.. I first installed and updated WordPress on December 27th and the crash happened on January 8th. ???
How it happened to my blog:
Last night i wrote the last article on my blog, this morning it was gone…. not only my article from yesterday was gone but – EVERYTHING! – The only thing reminding on my blog was the template settings of the sidebar. All posts where gone, all pages where gone, all categories went the same way… wherever that might be. Instead i have the default post and comment and my blog screems “Hello World”. McHow2 Blog
Oh, and the plugins where all still there and activated. That makes it even stranger as they would not be activated after a re-install.
(Clarification – I’m restoring all posts at the moment manually, so there will be something there by the time you read this)
How is that possible? What did i miss? Anybody else here having such a strange experience? I’m frustrated to the bone! The Mysql database shows only those two posts. Server side info is that someone must have broken in and deleted all posts…. rubbish. I did not re-install anywhere anything, just went to bed, got up and all was gone. I’m afraid after setting it all up again that I wake up tomorrow and have the same problem again.
I would love to get to the bottom of this. Any help and suggestions are higly appriciated.