unclesam
Forum Replies Created
-
Thank you so much for help! I promise to start thinking deeper. The only cause I set the password was that my site was hacked several times, so the hoster offered a solution to that.
Though strange that a plugin calls an admin ajax library when showing pics.
@fresatomica
The point is, I don’t even know where to look for it, though I might know what it should be — your plugin is great, but it has so many options, really.I can definitely share the URL, if you don’t mind Russian https://focused.ru/15892 — this is news that has it, just scroll down and click pictures in the gallery
Forum: Themes and Templates
In reply to: Fatal error: Cannot redeclare bp_dtheme_ajax_querystring()Also interested. Found one thing: not all the themes return this error, only the most advanced ones. Those based on BP Default work ok. Still curius how to make it work.
Forum: Fixing WordPress
In reply to: Integrating LiveJournal feed into WP sidebarHello,
You can do it either via a widget (easier) or via a standard code, that looks like this:
<li id="updateRSS"><h2><a href="http://update.focused.ru">Обновления</a> (<a href="http://update.focused.ru/feed">RSS</a>)</h2> <?php include_once(ABSPATH . WPINC . '/feed.php'); $rss = fetch_feed('http://update.focused.ru/feed/'); $maxitems = $rss->get_item_quantity(5); $rss_items = $rss->get_items(0, $maxitems); ?> <ul> <?php if ($maxitems == 0) echo '<li>No items.</li>'; else foreach ( $rss_items as $item ) : ?> <li> <a href='<?php echo $item->get_permalink(); ?>' title='<?php echo 'Запись от '.$item->get_date('d.m.Y, H:i'); ?>'> <?php echo $item->get_title(); ?></a> </li> <?php endforeach; ?> </ul> </li>Sorry for cyrillic above, this is from my page. I took that code long ago from somewhere here that I was advised, it was before 3.0 and created bugs, when using several blocks of it. Anyway, this is clear to use, example here in the right sidebar.
Forum: Plugins
In reply to: photoblog and wpmuI have the same problem, and just replacing mu-plugins with plugins won’t fix it, the options won’t appear. However, I see a section Estadisticas (Statistics, I believe), fully functional, in the menu
Forum: Plugins
In reply to: How to add an exception to mod_rewrite rules in htaccessIt doesn’t, but I don’t want to change anything in the forum file, but make changes in WP htaccess file to exclude the dir and files I stated above.
Forum: Fixing WordPress
In reply to: no add image buttonSame thing with me. In my case, they were in place afer switch to 2.7.1 and gone after I updated jQuery.js file. Cleared cache, cleared cookies — not working. The strange thing though — in full screen mode there are these buttons, but they are not working. In dashboard the buttons are in place and working, but not above post form.
Forum: Fixing WordPress
In reply to: “Add Media” and its buttons not showingSame thing with me. In my case, they were in place afer switch to 2.7.1 and gone after I updated jQuery.js file. Cleared cache, cleared cookies — not working. The strange thing though — in full screen mode there are these buttons, but they are not working. In dashboard the buttons are in place and working, but not above post form.
Forum: Fixing WordPress
In reply to: Media Button Disappeared When I Upgraded to 2.7.1.Same thing with me. In my case, they were in place afer switch to 2.7.1 and gone after I updated jQuery.js file. Cleared cache, cleared cookies — not working. The strange thing though — in full screen mode there are these buttons, but they are not working. In dashboard the buttons are in place and working, but not above post form.
Forum: Fixing WordPress
In reply to: iframe injection problem?I read that the best solution is to temporarily remove xmlprc.php from host – I did this.
Will there be a fix to the problem or it will go into the version 2.6 or whatever you call it?
Forum: Everything else WordPress
In reply to: WordPress 2.5 site hacked!Can you tell if this is a known exploit, and if yes, then in which version ot was fixed, if it was.
Forum: Everything else WordPress
In reply to: WordPress 2.5 site hacked!Mine as well. I cut out the malicious code, but it was within the post.
wp 2.3.3
Forum: Fixing WordPress
In reply to: How to show recent_commentsThank you so much!
Forum: Plugins
In reply to: WP tags list in rss feedNobody seems to know?
Forum: Alpha/Beta/RC
In reply to: Tag management WP2.3Thanks guys, Batch Categories helped me