soulcore
Forum Replies Created
-
Forum: Plugins
In reply to: Nofollow Plugin for WordPress 1.2works fine in wordpress 1.5
https://www.soulcore.deForum: Fixing WordPress
In reply to: stickyyes, works fine.
Forum: Plugins
In reply to: Image Popup Plugin?the link to add an image is like “https://www.mydomain.de/wp-content/plugins/exhibit10.php?path=&addfile=%2Fbillgates01.jpg&postid=148”, so it’s not taking the imagedir i’ve set with him… dunno if i have to change it manually in the script or if there’s another .cfg to change.
any ideas?
edit:
fixed that with changing all the
{$tpath}/{$f[‘name’]}
to
{$tpath}/{$exc->imagedir}/{$f[‘name’]}
in exhibit10f.php. still nothing happens.Forum: Plugins
In reply to: Image Popup Plugin?is it updating on the exhibit area?
it’s stuck on “No images…” even if i “save and continue” all the time. nothing happens there.Forum: Plugins
In reply to: Image Popup Plugin?well, i’m using 1.5beta and it seems like the admin interface doesn’t completely work.
if i click on “add thumbnail” nothing shows up. the image is not set to the left side.anyone else tried exhibit with the newest wp nightly?
url: https://www.soulcore.de – the “billy gates” blog needs the images ??Forum: Plugins
In reply to: Image Popup Plugin?nvm, seems like i’ve fixed it with root on line 196.
Forum: Plugins
In reply to: Image Popup Plugin?seems like that one doesn’t work with wp1.5beta
Warning: main() [function.main]: open_basedir restriction in effect. File(../exhibitimg/exhibit10i.php) is not within the allowed path(s): (/www/htdocs/v108209/) in /www/htdocs/v108209/wp-content/plugins/exhibit10.php on line 196
Warning: main(exhibitimg/exhibit10i.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/v108209/wp-content/plugins/exhibit10.php on line 196
Fatal error: main() [function.main]: Failed opening required ‘exhibitimg/exhibit10i.php’ (include_path=’.:..’) in /www/htdocs/v108209/wp-content/plugins/exhibit10.php on line 196
Forum: Plugins
In reply to: MTIcon Conversion anyone?noone even cares? ;/
Forum: Fixing WordPress
In reply to: Two serious problems – login loop, upload link misdeleting the cookies is great, but it comes back after a time, dunno how it comes and how i can fix it.
…using opera 7.50 beta1Forum: Fixing WordPress
In reply to: wp-login does not work with Safariit’s the same in my opera version (7.50 beta 1)
with 1.20 beta i’m kicked out of the wp-admin stuff every time i refresh the page.
firefox makes no problem, i don’t want to change my fav. browser.
trying to get an older version running ??Forum: Plugins
In reply to: Related Postsput the following on top of it:
srand((double) microtime() * 1000000);
(if you don’t start it somewhere else like your index.php…)
that’s for randomizing the stuff.
to view the related articles paste:
<?php
echo “<div class=’related’>Related Posts:”;
echo list_posts_of_cat(get_the_category(), 5, 5);
echo “</div>”;
?>
before the comments in wp-comments.php (or where you want it)Forum: Plugins
In reply to: Related Postshmm, it works again. dunno what was wrong then.
added the “srand((double) microtime() * 1000000);” to my-hacks.php (top)
@sushubh: same_cat.php is the stuff in your my-hacks.php
you don’t include something when you got all that stuff in there.
thanks davidForum: Plugins
In reply to: Related Postsheya david,
ia€?m using your great hack on https://www.pixelblog.de and updated to wordpress 1.2 earlier this week (nightly builds).
now i have the problem with sub-categories not be shown.
can you workaround that or release a new version?
sorry to bother but the hack is just great, i dona€?t want to dismiss a€?m ??
soulcore