Englishyep but not this one since it's not your thread
i thinks same problem on 2 posts can we keep talking on this post
http://piwigo.org/forum/viewtopic.php?p … 01#p133301
nomi00001 wrote:
now i am in big trouble
no you're not : your site is working and you're focusing of things which doesn't matters! Google for Websmater is not the Quran or the Bible of webmasters!!
And SEO is not a exact science ; it's often a question of content
just take a look i am working on my site from 4 months, i really appreciate your team help but now i am in big trouble so please understand my saturation thanks.
and i forget to subscribe it sorry for that.
http://www.hdscreenwallpapers.com
http://www.tophdwallpapers.in/
he's getting broken links by Google for Webmasters, he didn't answer when I asked to tell us what are the broken links (post:132910), he has posted in 3-4 thread for only one problem(post:132906 topic:20017 etc), he has exasperated several member of the team who was trying to help him (post:131878 the best example) , he spamed pierrick (plg, the creator of Piwigo) by mail, he even gets a post by a anonymous troll post:132168, he is not writing with efforts with punctuation and caps - well I think I did not forgot anything... everything is there
So listen to me carefully nomi00001 : as you can see, people tries to help you, but you don't help us to help you. So here is the deal : follow the rules, answer right or you will get banished.
You can go use another gallery script : many of us might be glad to don't see you again, unfortunately
nomi00001,
I don't think that threatening to leave will get many people to rush to help you. What would be much more helpful would be to describe the links which are broken. Are you getting 404s, are your links timing out, or what?
-- Geoff
edit: I just finished trawling my gallery of 354 albums and 5000+ images and I got no errors. I just switched to "clean" URLs this morning.
nomi00001 wrote:
i use this code working fine but only my Crypto Captcha Image is not working and facebook share image on top is not shows up i am using 2.3.5
http://i1188.photobucket.com/albums/z41 … 1/help.jpg
I fixed the problem with facebook plugin by editing file: plugins/FacebookPlug/tpl/buttons.tpl. I've changed src attribute of tags img to absolute addresses.
For example
<img src="http://www.yoursite.com/plugins/FacebookPlug/icon/share.png" class="button" alt="{'Share on Facebook'|@translate}">
It's not ideal solution, but it works. I suppose it will be similar witch Crypto Captcha.
if someone didnot fix my this problem i am leaving piwigo because my url is not clean and really bad for seo when try to clean it i got more broken links
thanks for reply but i have other bigger problem when i put this code i got more than a 1500 broken links
FYI
If your images names are not unique, then you should use:
<?php
$conf['question_mark_in_urls'] = false;
$conf['php_extension_in_urls'] = false;
$conf['category_url_style'] = 'id-name';
$conf['picture_url_style'] = 'id-file';
?>
I use the camera names for pictures in my gallery, for example IMG_0711.jpg. Now i mage about 10000 images and the camera started at 0001 again. At the moment i have three images IMG_0711.jpg in my gallery.
The issue with just 'file' was: When i click the 0711 image in a category i had another image (with the same name) on the pictures page. So i changed 'file' to 'id-file'.
Cheers.
plg wrote:
Hi markbed,
You can get something like myurl.com/picture/funnypic/category/570-second_weekend with the following configuration:
1) install/activate extension:144 from screen [Administration > Plugins > Manage]
2) open [Administration > Plugins > LocalFiles Editor > Local config] and paste the following code:Code:
<?php $conf['question_mark_in_urls'] = false; $conf['php_extension_in_urls'] = false; $conf['category_url_style'] = 'id-name'; $conf['picture_url_style'] = 'file'; ?>Please note that:
1) $conf['question_mark_in_urls'] = false requires that AcceptPathInfo directive is enabled
2) $conf['php_extension_in_urls'] = false requires Options +MultiViews parameter
i use this code working fine but only my Crypto Captcha Image is not working and facebook share image on top is not shows up i am using 2.3.5 
I manage to fix problem with internel server error. I read a litle bit about AcceptPathInfo and realize that my hosting provider Apache version is old and don't support AcceptPathInfo directive. I delete this row and now SEO frendly urls work perfect. Now I want to ask something else. I have cyrillic letters in categoriy titles and function str2url() don't change them to lowercase. Is there topic that describe what have to be changed to support cyrillic letters in url-s?
There probably is but that was far too complicated for me so I switched to a different website. That might not be an option for you, either way I hope you get an answer and can figure out a way. It does truly improve your websites SEO.
Love,
Marcia
Jan Cermak wrote:
My hosting don't support Options +MultiViews in .htaccess. Is there any other choice to get this nice clean url? Etc. some rewrite in .htaccess? Thanks
My hosting don't support it too. Is there option to make this work with some mod_rewrite rule?
I figured it out. I'm simply an idiot.
Free-Photos.org was not on the same server as the other and that why it wasn't working.
Bottom line is that my bofriend and I just are not that bright.
I'll get it to work now though!
Thanks,
Marcia