peman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move gravatar from left to bottom of post?Hi, well it is a plugin (wp-gravatar)
I have found this in the plugin gravatar.phpfunction show_gravatar_post($s) { $gravatar = get_option('bruk_gravatar'); $gravatar_align = get_option('bruk_gravatar_align'); $default = get_option('default_gravatar'); $post_gravatar = get_option('bruk_gravatar_post'); $gravatar_size = get_option('bruk_gravatar_size'); if($post_gravatar == true && get_option('bruk_gravatar_single_post') == false){ global $post; if ($gravatar_size == '' || $gravatar_size == ' ') { $gravatar_size = "20"; }else{ $gravatar_size = $gravatar_size; } $epost = get_the_author_email(); $lowercase = strtolower($epost); $md5 = md5($lowercase); $content=$s; $s= "<img style='float: left; margin-right: 10px; border: none;' src='https://www.gravatar.com/avatar.php?gravatar_id=$md5&default=$default' alt='No Gravatar' width=$gravatar_size height=$gravatar_size/>"; $s=$s."$content"; } return $s; }
I can change it to img style float right and so on but not to the bottom. But i rather want it to be in headline instead.
Is there a variabel for headline also? i′m thinking of this line?
function show_gravatar_post($s)
Forum: Fixing WordPress
In reply to: Got a Fatal error: Only variables can be passed by referenceThank you very much! That worked great!
Forum: Fixing WordPress
In reply to: Got a Fatal error: Only variables can be passed by referenceHappen to me too, i got this:
Fatal error: Only variables can be passed by reference in /customers/ennova.se/httpd.www/wp/wp-includes/classes.php on line 629But sometimes it works and soemtimes it dont, sometimes its only show my headerlogo and nothing more. It happens when i click on the categories.
Forum: Fixing WordPress
In reply to: No input file specifiedHmm there is no content specified at the bottom of the admin/options/permalinks page. Its only the two fields where one can fill in the Structure and the Category base and below that theres nothing on my page?!?
Forum: Fixing WordPress
In reply to: SPG integration into Kubrick Theme on WordPress 1.5This link isnt working https://juerges.net/2005/02/06/gallery-integration/trackback/
is there another tutorial to integrate SPG into kubrick?Forum: Fixing WordPress
In reply to: Why is IE showing my page wrong?!?Hi
Yes it fixed the problem. It now shows everything alright in IE. I just closed a couple of tags but i still have errors and warnings. But i have noticed that im not the only one ?? even google have errors. And it seems that i cant do anything about google adsense on my page.Thank you
Forum: Plugins
In reply to: Simple PHP Gallery & WordPress 1.5Thank you very much for mirror!
Whats the different between Simple PHP Gallery and Enhanced Simple PHP Gallery?Forum: Fixing WordPress
In reply to: Why is IE showing my page wrong?!?Thank you very much! i didnt know i had so much errors… Im am working on that now ?? Thanks!
Forum: Plugins
In reply to: Simple PHP Gallery & WordPress 1.5Hi
Can someone maybe send me a copy of SPG? Or is there another link? Cause the site https://relativelyabsolute.com/spg/download.php only says: “This site has been deactivated.”
Please mail to [email protected]Thanks
Forum: Plugins
In reply to: What plugin for a moblog?I have Coppermine photogallery (https://coppermine-gallery.net/index.php) installed inside my wp directory.
And you intergrate with this plugin:
(https://mvdkwast.free.fr/stilglog/index.php/wordpress-plugins/coppermine-plugin/)
Then its really easy, just one mouseclick to insert image…Forum: Fixing WordPress
In reply to: No input file specifiedI’ve tried almost everything above except changing the php.ini cause i have no access. I still have the same problem…
When i try to login to wordpress i get a white page that says “No input file specified”. I noticed that if i go back two times in my webreader to wordpress index page and refresh that page then i can see the site admin. So then i am logged in to the system and i have to do the same thing when i logout.
However, i dont want to keep up like this, so is there a fix for this problem??
Help appreciated
/Martin
Forum: Fixing WordPress
In reply to: No input file specifiedNo one knows?
Forum: Fixing WordPress
In reply to: Which page to edit and where?Ok thanks!
I would love to have a dropdown menu where you can choose moods, it would be the easiest way…Forum: Fixing WordPress
In reply to: Where do i delete a user?thank you!
Forum: Fixing WordPress
In reply to: Extra pages to be clean?Ok, thanks again! Very useful!!