sigibian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images show in homepage but not in single postsI understand what is the problem! Relative links broken in WP with permalinks but with absolute links works!
This is a thread i found about
Forum: Fixing WordPress
In reply to: Images show in homepage but not in single postswell in practice happens that when i put the img src code with a specific path URL, in homepage it shows like i have written, but in the single posts WP automatically add the permalinks so the image is not more showing, so the base URL is like hostingname + permalink + fileimage path i written in post, i dont want this i jjust want hostingname + fileimage path! (naturally i want use permalinks as always used!)
I also tried to resave permalinks settings and miscellaneous settings, but nothing… i also tried use the default theme but nothing too…
Any help?
Forum: Fixing WordPress
In reply to: Images show in homepage but not in single postsThanks for reply, if you go to homepage https://www.digitalking.it you see the article “come fare musica professionale gratuitamente o quasi Parte 1” with a flag near when starting text of article, if you go to the post https://www.digitalking.it/2009/04/02/come-fare-musica-professionale-gratuitamente-o-quasi-parte-1/ you dont see no more the flag!
You can notice it well using IE7 that puts a blank square in place of the flag, because it doesnt find the image at that path (https://www.digitalking.it/2009/04/02/upload/flag_it.png)You both see the big image in homepage and specific post because is from an external source and with those links works, but with internal links (i mean images directly upped in my web hosting space) it doesnt show!
Dont worry about the redirection, i have made the blocking “hotlinking” in my htaccess file so anyone that direct link any image from my blog is redirected to the no-hotlink.gif, this is a common good practice to do and to save hosting bandwidth.
So this is my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN Hotlink Protection
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !digitalking\.it [NC]
RewriteCond %{HTTP_REFERER} !google\. [NC]
RewriteRule .*\.(jpe?g|gif|png|bmp)$ https://www.digitalking.it/upload/no-hotlink.gif [NC,L]
# END Hotlink ProtectionForum: Plugins
In reply to: Problem with Gamerz File Explorer 1.20hey gamerz hope you are all fine, please read it when possible:
https://forums.lesterchan.net/index.php/topic,169.msg11259.html#msg11259
Thanks, Simone Italy
Forum: Fixing WordPress
In reply to: Categories disappeared after upgrade to 2.3ohh so scared, they didn’t show because they were empty, i mean no articles filled under them!
However it’s strange happened this problem going to WP 2.3Forum: Plugins
In reply to: Problem with Gamerz File Explorer 1.20OK Lester i will do soon as possible! ??
Then i’ll write you by mail.Now bit busy with works and migrating my blog to 2.3…
Forum: Plugins
In reply to: Problem with Gamerz File Explorer 1.20Thanks a lot GamerZ for the quick reply! I have solved with phpinfo() and yes the absolute path was wrong!
Keep up the good work ??
P.S.: im an application tester, now i can test your php script if vulnerable to security issues (xss attacks ecc…; obviously in my web space) and if like i can report it ??
Forum: Plugins
In reply to: Where to find that plugin?yea! thanks a lot, great plugin ??
I wrote you personally by e-mail some days ago, but in italian eheh
Forum: Plugins
In reply to: SIMPLE BLOG NEWSLETTER ???I currently use wp-ajax-newsletter by google (https://code.google.com/p/wp-ajax-newsletter) it’ simple to use, great features, but don’t know if do the job you described.
Bye, Simone
my blog: https://www.digitalking.it
Forum: Plugins
In reply to: WordPress.com stats don’t works no morethanks irdix your reply has help me, now it works! (i have modified the theme as suggested)
Simone, Italy
Forum: Plugins
In reply to: WordPress.com stats don’t works no moreyes it works with default, it’s happened when i changed the theme. In the Italian support of WP someone suggest that i must have <?php wp_footer(); ?> in the theme because if i don’t have it doesn’t works.
Effectively in the theme that i use there is <?php get_footer(); ?>
so this cause problems?At the same way i have <?php get_sidebar(); ?>
i must substitute it with <?php wp_sidebar(); ?> ?
Thanks a lot
Simonemy blog: https://www.digitalking.it
Forum: Plugins
In reply to: wp-grins for 2.2maybe you have some problems, try to deactivate it, then delete all related files then upload again and reactivate again.
Because i have latest WP 2.2.2 (upgraded from 2.2.1) and WP-Grins 1.5, it works with no problems!
Simone