Quote:
Originally Posted by CAG CheechDogg
Ah snaps! Makes sense..so If I enable html just in that forum it should be fine right?
|
No, because the post was created with the assumption that html would not work, so bbcode was used instead. The problem is that the [img]https://vborg.vbsupport.ru/[/img] bbcode does not handle relative links. A fix to the bbcode, no likely to be done, or a fix to the code to generate that post which prepends the site url to relative urls needs to be done. I can likely do the second, but wouldn't count on jelsoft doing the first. They may even have reasons for not doing it, which if I were to guess it would be because it is too difficult to determine what a valid relative url looks like.
Quote:
Originally Posted by Crotan
Something similar needs to be done for the awards_recommend_form template and awards_request_form
EDIT: I should say everyone of his award templates that are their own page
Specifically in templates
awards_recommend_form
awards_request_form
awards_viewaward
where
HTML Code:
$headinclude
</head>
should be
HTML Code:
$headinclude
$headinclude_bottom
</head>
|
Thanks, I'll see about putting together a new version with all the templates updated.