Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 07:28:53 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155550 Posts in 21714 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Link WB_URL  (Read 297 times)
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« on: August 02, 2011, 12:32:14 PM »

Hi,

In 2.8.2 if I put <a href="<?php echo WB_URL; ?>">Home</a> hreff will become empty.. sO how can I make home link ?

(alos, I noticed all links are trimmed for WB_URL parameter..

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
instantflorian
Betatester
*
Offline Offline

Posts: 804



WWW
« Reply #1 on: August 02, 2011, 12:35:51 PM »

Hi,

on the download page there's a fix dated 11/08/01 which should fix this issue.


hth
_florian.
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3147



WWW
« Reply #2 on: August 02, 2011, 12:51:31 PM »

Code:
if I put <a href="<?php echo WB_URL?>">Home</a>

has to be

Code:
if I put <a href="<?php echo WB_URL?>/">Home</a>

or call the admin tool Frontend Oiutput Filter and disable the setting rel Url

Dietmar
Logged

We are human beings - and nobody is perfect at all.
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #3 on: August 02, 2011, 01:15:26 PM »

Tnx guys, I dissabled it in Frontend Oiutput Filter (found in changelog)

It was not default setting before so it kinda confused me Smiley

cheers,
Ivan
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!