Quote:
Great thank you. What about opening a new window?
|
Try this:
1) Open vbBible_text.xml
2) Replace Line 101 with:
PHP Code:
$link = sprintf('<a href="%s%s" title="%s" target="_blank">%s</a>',$link,htmlentities(urlencode(trim("$volume $book $verse"))),$title,trim($reference));
3) Replace Line 109 with:
PHP Code:
$link = sprintf('<a href="%s&book=%s&chapter=%s&verse=%s" title="%s" target="_blank">%s</a>',$link,htmlentities(urlencode($book)),$chapter,$verses,$title,trim($reference));
4) Replace Line 114 with:
PHP Code:
$link = sprintf('<a href="%s%s" title="%s" target="_blank">%s</a>',$link,htmlentities(urlencode(trim("$volume $book $verse"))),$title,trim($reference));
5) Re-Upload and replace the product xml file.
Tell me if that works!
Quote:
I didn't understand Bible!!!
|
A lot of people don't understand the Bible, don't feel bad. :laugh: