|
#21
|
||||
|
||||
|
Ok, I'm just wondering: how did you setup your Pixelpost? Is it located in the root or in a subdirectory?
example: http:\\www.mydomain.com\ <- root http:\\www.mydomain.com\pixelpost\ <- subfolder |
|
#22
|
||||
|
||||
|
The second: subfolder.
know that is wrong but i put (to try) .htaccess in subfolder:shock: to see if it work thxs |
|
#23
|
||||
|
||||
|
This .htaccess code might work better for you:
Code:
RewriteEngine On # Post Slug Addon RewriteRule ^([a-z0-9-]+)$ index.php?photoslug=$1
__________________
Jay Williams | A Different View |
|
#24
|
||||
|
||||
|
.htaccess with new code uploaded, but link don't change.
There is a possibility rewrite engine is off? thxs |
|
#25
|
||||
|
||||
|
The htaccess code seems to be working for me.
Example: http://www.soveratonews.com/fotoblog/liberty What you need to do now is edit your Pixelpost template and add this code for the next/previous links. HTML Code:
<span class="image-previous"><a href='/fotoblog/<IMAGE_PREVIOUS_SLUG>'>Precedente</a></span> <span class="image-next"><a href='/fotoblog/<IMAGE_NEXT_SLUG>'>Successiva</a></span>
__________________
Jay Williams | A Different View |
|
#26
|
||||
|
||||
|
Perfect now work. THANKS
But i have three more question about: 1) How do do the same for browse_category.html like your gallery that use always the friendly link? 2) Disable or work as photoslug the click on image? 3) google_sitemap - version 1.0 built sitemap with Post Slug url? thank you |
|
#27
|
||||
|
||||
|
Quote:
Open up your modified index.php file. Go to line 724. you should see this code: PHP Code:
PHP Code:
See if that fixes it for you. Quote:
Simply open up your template and edit the image link. HTML Code:
<a href="/fotoblog/<IMAGE_PREVIOUS_SLUG>"> [...IMAGE_CODE...] </a> Quote:
__________________
Jay Williams | A Different View |
|
#28
|
||||
|
||||
|
Thank you very much jaywilliams :-)
First is ok. For the second option that work fine with your suggestion i prefer to disable link on image. ... and now go b---ak balls with the sitemap the third.
|
|
#29
|
||||
|
||||
|
Little problem:
now when i go in specific category all thumb point to last image. There is somthing to do. thxs |
|
#30
|
||||
|
||||
|
Quote:
You can revert to the original code in the meantime. (or you can just re-upload my PostSlug index.php)
__________________
Jay Williams | A Different View |
| Post Reply |
| Thread Tools | |
|
|