What exactly is the problem with anchors?
very good question.
first of all the anchors should be working fine as per the image attached.
unfortunately, this method as per the image attached do not work in vivvo.
when clicking on the link that related to an anchor in article page it takes u to home page.
http://www.alankabout.com/literature.../5696.html?p=4
in pages the anchor working fine:
http://www.alankabout.com/calendar_of_events_2011.html
therefore, i have searched in forum then i found this solution:
placing:
<vte:include file="{VIVVO_TEMPLATE_DIR}system/html_header_nobase.tpl" /> in the article template "in my case multipage is my master template for articles"
instead of:
<vte:include file="{VIVVO_TEMPLATE_DIR}system/html_header.tpl" />
the results is the pagination stopped working as well as the image gallery.
than i have searched for solution until i come across this thread:
http://www.vivvo.net/forums/showthread.php?t=1391
in the above tread link one of the moderators wrote this:
Just tested this... You're right, there's a bug in TinyMCE.
What you need to do (a workaround): instead of entering only #Interface in Hyperlink dialog, enter full path from category to the article, in your case: Gaming/Articles/73.html#interface
Not a beautiful solution, but should do the job.
the workaround isn't practical at all and may be good for one anchor every blue moon.
i have contact support for this matter.
i was advised to do the bellow:
Try to create a new template html_header.tpl for article pages only, that will contain the following:
<base href="{CURRENT_URL}" />
instead of:
<base href="{VIVVO_URL}" />
again, this wasn't good as well.
pagination stooped
image gallery disappeared
and other url problems.
i tried to upgrade tinymce but the upgrade did not work for Mozilla.
however, i was using a cms before vivvo and the tinymce was last update 2009 and the anchors worked perfect exactly like the image attached.
it is very clear to me the anchor problems related to vivvo more than tinymce.