WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I swear it wasn't there before!
<?phpif (function_exists('frontend_edit')) { frontend_edit();} else { echo 'Sorry, to use this function, you need to install the code snippet xxx first.';}?>
Parse error: syntax error, unexpected T_VARIABLE in /home/opentopo/public_html/wb/modules/frontedit2.7/info.php on line 1
This module adds an image in template where ever you put the code<?php frontend_edit(); ?> if the logged in account is allowed to edit the page.
I have a bug report.If one use the Search function to search the portal as guest and is not logged in, the Edit link, with the image, shows up regardless of whether one is loged in or not. Clicking the Edit link results in one having to login thou, but still, it should not be displayed.This only happens on the search page. (websitebakerurl/search/index.php)
mean guest in your case - no login or no access to edit a site??
On every page on the site, guest users do not see the image. However if the guest user use the search function, the edit image appears also for guests.This happens Only on the /search/index.php page, where the search results also apears.