>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
Esato forum
> Esato bugs
Bookmark topic
Muhammad-Oli Posts: > 500
What I have written is: <a href="#latest">go</a>
That should work right? For some reason it changes when I submit.
--
Posted: 2009-05-28 10:35:42
Edit :
Quote
No, because it's php you need to use the full url including the arguments and then the anchor directly after the "&start=0" bit, like I did in my previous post.
Alternatively, you can alter the "start=0" bit to direct to a specific post within the thread.
--
Posted: 2009-05-28 10:38:25
Edit :
Quote
Muhammad-Oli Posts: > 500
Ok I'm at work so I'll try later when I can think about it more.
How come it changed then? Cause this was working before the forum changes.
--
Posted: 2009-05-28 10:40:42
Edit :
Quote
@cyco, your link doesn't work for me as I have my preferences set to show posts in descending date order
also, the link style as specified by Muhammad-Oli is what I have used here several times myself and it was working in the 2009 portfolio topic until recently
--
Posted: 2009-05-28 10:43:16
Edit :
Quote
I don't know. It should technically work with your links anyway, but I have sometimes had trouble with anchors on dynamic pages before and so just use this method to make sure
@Masseur
Bugger! Never thought of that.
It must be tagging the absolute address on to the url then, i.e. pointing to "esato.com/board/#announce" instead of just "#announce"
[ This Message was edited by: Cycovision on 2009-05-28 09:46 ]
--
Posted: 2009-05-28 10:43:26
Edit :
Quote
Muhammad-Oli Posts: > 500
I really don't know what that means to be honest. Does it mean I just need to have the link to the portfolio page in there somewhere to make it work?
--
Posted: 2009-05-28 10:49:07
Edit :
Quote
^^^
No, if you look at the page source code, your links are absolutely correct. Looks like it might be a bug or board setting after all
--
Posted: 2009-05-28 10:59:55
Edit :
Quote
Muhammad-Oli Posts: > 500
Awesome. So can we get this fixed Laffen?
--
Posted: 2009-05-28 11:08:32
Edit :
Quote
@Muhammad-Oli
I have changed the source code of your post which solved the problem
You can't use relative hashes anymore. <a href="#placetogo">link</a> won't work because the base path of all forums pages now are
http://www.esato.com/board/. This is a tag in the HTML code (< base href="http://www.esato.com/board/" >) and has nothing to do with PHP.
It used to be /board/a_page.php without the
http://www.esato.com. I changed the base path when adding the members.esato.com/ subdomain. Sorry about that.
These links should work
-
http://www.esato.com/board/viewtopic.php?topic=177537#latest
- /board/viewtopic.php?topic=177537#latest
- viewtopic.php?topic=177537#latest
This won't
- #latest
[ This Message was edited by: laffen on 2009-05-31 00:50 ]
--
Posted: 2009-05-30 16:34:59
Edit :
Quote
Muhammad-Oli Posts: > 500
Thanks for clearing that up Laffen. I appreciate the work you put in round here.
--
Posted: 2009-05-31 01:47:51
Edit :
Quote
New Topic
Reply