steve-delve
Forum Replies Created
-
Forum: Plugins
In reply to: Comment Count with Custom ImageHey there!
The code is not working for me. But i’m not sure if i placed it at the right place.
Does it belong into the post.php file above the content?
I would really appreciate your help with that!Regards
SteveForum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Error when loop finishedAny suggestion?
I would really appreciate your help. I really like the slideshow and think amongst all the others out there it’s the best one for my particular site. But this error just keeps coming back.
Regards,
SteveForum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Error when loop finishedI did as you said, but it keeps happening. When i choose different pictures, it works for a while, but the next day i get the same problem.
Forum: Plugins
In reply to: [Plugin: Clean-Contact] Theming Clean ContactI solved it myself. I had to change the style.css file in
“wp-content/plugins/clean-contact”The following line needed to change from
.CleanContact label { clear: none; display: inline; text-align: left; }
to
.CleanContact label { float: left; margin: 5px;}That worked for me.
Forum: Fixing WordPress
In reply to: Change Site Admin wordsYou can change the link-text in the “general-template.php” file.
Look for this section (for me it was line 240):
/**
* Display the Registration or Admin link.
*
* Display a link which allows the user to navigate to the registration page if
* not logged in and registration is enabled or to the dashboard if logged in.
*
* @since 1.5.0
* @uses apply_filters() Calls ‘register’ hook on register / admin link content.
*
* @param string $before Text to output before the link (defaults to- ).
* @param string $after Text to output after the link (defaults to
).
*/……
$link = $before . ‘‘ . __(‘Site Admin’) . ‘‘
……this is probably not the best way to do it, but it worked for me:)
Forum: Fixing WordPress
In reply to: Displaying “Register” vs “Site Admin” using wp_registerYou can change the link in “general-template.php”
Look for this section and change the link text there (for me it was line 240):
/**
* Display the Registration or Admin link.
*
* Display a link which allows the user to navigate to the registration page if
* not logged in and registration is enabled or to the dashboard if logged in.
*
* @since 1.5.0
* @uses apply_filters() Calls ‘register’ hook on register / admin link content.
*
* @param string $before Text to output before the link (defaults to- ).
* @param string $after Text to output after the link (defaults to
).
*/……
$link = $before . ‘‘ . __(‘Site Admin’) . ‘‘
……this is probably not the best way to do it, but it worked for me:)
anyone?
Forum: Plugins
In reply to: [Plugin: Redirection] How to Create These 404 Redirects…?Hey there!
I would be very interested in how to do that, too!
Is there anyone who can help?
What do i have to type into the source and target url?Thanks!
Forum: Plugins
In reply to: [Plugin: Sidebar Photoblog] Error when loop finishedHere the link to my site, the loop ends after image no 9:
Forum: Plugins
In reply to: [Plugin: User Access Manager] This is not a MU plug-in?????hey,
for me the module works perfectly fine. Which version of wordpress are you running?
Please explain also what exactly you have done. What do you want to restrict? Pages or categories, for which group of users?
Than i might be able to give you some help.
SteveForum: Plugins
In reply to: Site disappeared after installing GD Star ratingi updated wordpress to 2.6.
now it’s working:) - ).