Is it possible to enable / disable this? /** * Display a voting form * * @param array Params */ function display_voting_form( $params = array() ) More »
Hello -- Upgraded to 6.7.7 and the comment permissions seem to be more restrictive. Particularly, I appreciated the "number of comments" indicator/link at the end of each post -- now every post is merely a link "Leave a comment" --… More »
Hi folks, I just tried performing an upgrade and ran into trouble with the following error. Any ideas? Thanks, Ethan Checking default locale... Notice: Undefined index: en-US in /home/ed8287/humanrally/blogs/inc/locales/_locale.funcs.php on line 1680… More »
I've been reading an article on using WP as an API source to build a React front end onto - https://codepen.io/jchiatt/post/headless-wordpress-with-react-complete-tutorial I'm wondering whether it would be possible to re-create the exercise with b2e.… More »
Hello, I am using a very basic set up for my site. Im linking blog posts to gallery categories, so that if someone clicks a link in the gallery, they are taken to the blog post for that, where there is detailed information about the image. I like that… More »
This topic deals with the request for plugin-per-user settings as per http://forums.b2evolution.net/plugin-development-opportunities From @fplanque] @achillis Yes, we'll be checking on how to make that work for plugin-per-user settings as shown on your… More »
This is not really a bug, but more an inconsistency issue where the Save button and Save & Edit are inconsistent with the Widget Form and Plugin Form More »
Hi, I've localised my blog to Icelandic but when looking at the front page there are � marks showing up in on the front page instead of localized characters like Ö, æ, é, ð, etc. The blog content is ok, only some items on the front page. The blog names… More »
This is a setting that can be customized in conf/_advanced.php if one would want to add a custom image size. I am curious to know why this has to be done manually on this page and why its not something that can be done via a setting that can be stored… More »
Hello, I have searched the forum for an answer to this.. and I seem to only be able to find very old stuff about it and it doesn't seem to relate to my version, which is the current stable version. What I want to do is remove the login link currently… More »
Hi, I just upgraded to latest version... I created a new blog collection and added a Free Html Widget . However, when I try to add any Javascript code, the Widget does not Save and just remains unresponsive... When I tried inserting the AdSense code… More »
I change the server - my blog is now loacated on a new server. I start at this new server with the new V 6.4.3 and my old DB from my V 5.2.2 with an update of it. At this server - it is located in germany too - the time will be the UTC which is shown in… More »
currently this is set globally at /admin.php?ctrl=display Wouldn't it make sense to allow Collection Skin settings to override this? If for example Bubble tips is set to allow globally then the thumb size should be configurable by skin settings.… More »
When I turned on the Show Containers it lists a container Item Single Header with each post with nothing in it. Under the widgets page there are widgets without content, which os Okay but no Item Single Header. Also, the sidebars are not showing. I'm… More »
Using 6.8.8-stable Hello, I set up a new Blog using a subdomain. (Subdomain of Basehost http://wegscheid.genba.org/) I switched also Assets-URLs / CDN-Support to URL configured in Basis-Config e.g. http://www.genba.org/blogs/skins/ Here is the… More »
Hi all, I am setting up a blog for a friend and have used mostly default settings. I chose the main page layout for the blog as I wanted to set a custom background and my friend likes the layout. I am trying to remove most of the social media icons… More »
Hi all, i have a website that is running under wordpress.com with my own domain. I have also read this http://forums.b2evolution.net/wordpress-xml-import-only-in-text-files So i installed b2e latest version 6.8.9 on my test maschine ec2 istance with… More »
I always have problem using search. For example if I type in my name I only get one post followed by a list that has nothing to do with my name. If I search fora post using name and another word that I know is in the post,it isn't found but other posts… More »
Looking back at my similar post http://forums.b2evolution.net/repeated-upgrade-failure I'm a little put out. The same has happened again I get an error that saying "/install/index.php?action=auto_upgrade&locale=en-GB requested isn't found at… More »
Could a future release please allow a setting to change attached (inline) links target setting? such in _misc.func.php case 'file': // valid file types: image, video, audio, other /* some code */ $target_types = array( $Blog->get_setting('...') );… More »
Please can the functionality be added to make it possible to allow plugins that is widget type to have a different name based on the content in the Widget List View? Widget Name in List view to behave exactly like "Core" widgets but for… More »
HELP! Trying to complete the auto-update and the backup part just stops (and likely times out..) at blog/_cache/» ... SUGGESTIONS AND HOW DO i RECOVER (AS WELL AS GET OUT OF MAINT MODE) FROM THIS? More »
From the Apache access log with a line like this: 198.50.180.169 - - [24/Mar/2017:06:01:01 +0100] "GET /blog/?tempskin=_rss2 HTTP/1.1" 200 3842 I get entries in the Apache error log like this: [Fri Mar 24 06:01:01.557822 2017] [:error] [pid… More »
When javascript is being used it breaks: This occurs when the widgetSettings Modal form is called. function WidgetBeginSettingsForm( & $params ) { $params['Form']->custom_content( '<script> //some script file even if the script file is… More »
My b2evolution Version: Not Entered sub domain blog can open in firefox, not IE I have a blog installed with a sub domain. I can view and admin in firefox, but when I open in IE I get "Internet Explorer could not open site: Operation aborted"… More »
Is there an easy way to get all the container names ( $sco_name ) that are being displayed on the active page? Perhaps something like $Skin->get_containers() but instead of all the skin containers only the containers on the current page? Perhaps a… More »