-
hnla posted on the forum topic how to remove the SideBar from registration-page ? in the group How-To and Troubleshooting: 14 years, 5 months ago
Yes and no, you would need to change the body class token body.register is particular to the registration page so you would need to do something like:
body.page-id-1215 #content, body.register div#content { margin-right:0; padding:0; width:100%; }
page-id-1215 is the only unique identifier of that page. However this approach isn’t really the best…[Read more] -
hnla posted on the forum topic how to remove the SideBar from registration-page ? in the group How-To and Troubleshooting: 14 years, 5 months ago
body.register div#content {
margin-right:0;
padding:0;
width:100%;
} -
hnla posted on the forum topic 1.2.6 upgrade date offset!! in the group How-To and Troubleshooting: 14 years, 5 months ago
Couldn’t see why that changeset link was coming up not found. Hard to spot wayward stray ‘full stops’ , hand typing it will get you everytime ๐
-
hnla posted on the forum topic 1.2.6 upgrade date offset!! in the group How-To and Troubleshooting: 14 years, 5 months ago
-
hnla posted on the forum topic Way to not show if results are not right or null? in the group BP User Profile Map: 14 years, 5 months ago
@frizzo Actually I’ve just checked on one of my tset sites and entering ‘near houston, texas’ as per you post does not throw an error google locates the center of Houston just fine which is the best it can do given the data. So your users must actually be doing something else to upset things or […]
-
hnla posted on the forum topic Way to not show if results are not right or null? in the group BP User Profile Map: 14 years, 5 months ago
@frizzo firstly sorry about the slow response, when using this site it’s best to always use the @mention function as the site otherwise doesn’t really have any normal means of tracking threads or groups. Sadly the input does need to be data google can actually geo encode so stating ‘near’ is going to be utterly meaningless […]
-
hnla posted on the forum topic how to add widget title v shape pointer in the group Creating & Extending: 14 years, 5 months ago
shameless promotion ๐
@naijaping you might also grab an old copy of bp-default pre 1.2 where all these arrows stem from you could use that as an example to follow
-
hnla posted on the forum topic how to add widget title v shape pointer in the group Creating & Extending: 14 years, 5 months ago
No it is a background image. Use tools as mentioned (Firebug or Dragonfly for Firefox and Opera respectively if not using IE) to examine the CSS rulesets to understand how it’s achieved
-
hnla posted on the forum topic xprofile fields display backslash before ' in the group How-To and Troubleshooting: 14 years, 5 months ago
It should have been handled by something like stripslashes when redisplaying. The backslash is an escape character to prevent the ‘ being seen as part of the script syntax and tripping things up or entering characters into the DB that could be mischievous. You don’t say what versions of things you are running but if […]
-
hnla posted on the forum topic Help asap!! Warning: file_exists() [function.file-exists]: open_basedir restriction in effect in the group How-To and Troubleshooting: 14 years, 5 months ago
Yep the feckless Safe Mode has kicked into life, (a feature to be removed in PHP if not in current RC then in soon to be future ones) guessing you are on a system with a control panel like Plesk,Cpanel, or directAdmin?
-
hnla posted on the forum topic Why Is This Happening? in the group How-To and Troubleshooting: 14 years, 5 months ago
Something is preventing something loading i.e styles, a vague response as that’s about all one can say really from a couple of SC
-
Hugo Ashmore posted a new activity comment 14 years, 5 months ago
I shall overlook the fact that it appears my Lord Chamberlain has been at the sauce and take on board his wise council, and thus I have empowered loyal subjects to indeed act as arbiters of their own creations by royal decree, from this day fourth let it be known that they may avail themselves of the most prized theme test apparel and wise words…[Read more]
-
Hugo Ashmore posted a new activity comment 14 years, 5 months ago
I shall, in future, be expecting to be referred to as the Duke of BP, Earl of pompinous, prince hnla. informally I may be addressed as Sir.
Erm that is probably and potentially a good idea, not sure how involved time wise that would be, presume that the checks are the file Paul linked me to recently to test a patch on 1.3 creates posts and pages…[Read more]
-
hnla posted on the forum topic CSS help: Ask A Question Button in the group Creating & Extending: 14 years, 5 months ago
Well they’re empty for starters ๐ By the looks of it those are dropdown rulesets. The selector sets resemble classic Suckerfish css rules. They’re descendant selectors along the lines of an anchor that has a parent or antecedent li that has a parent or antecedent ul that has a parent or antecedent li etc etc […]
-
Hugo Ashmore posted an update 14 years, 5 months ago
@mercime Hope you don’t mind promoted you to admin of that BP theme group as don’t want it looking as though it’s my group only ๐
Reasoning for the group was the scattering of theme announcements all over the place and a certain amount of link spamming in an attempt to promote newly created themes.
-
Sure thing. I’ll be happy to assist your expert Highness in some way … just watched videos of the Royal Wedding ๐
It occurs to me when time permits that we could use the WP theme review team’s Theme Check for BP themes posted here which did not go through WP theme repo to ensure quality themes, or is doing that beyond the scope of this…[Read more]
-
I shall, in future, be expecting to be referred to as the Duke of BP, Earl of pompinous, prince hnla. informally I may be addressed as Sir.
Erm that is probably and potentially a good idea, not sure how involved time wise that would be, presume that the checks are the file Paul linked me to recently to test a patch on 1.3 creates posts and pages…[Read more]
-
Duke of BP, I like the sound of that, Sir Prince Earl ๐
What wondrous wisdom you have your highness to implicitly know that it would be a large chore if we conduct such theme checks ourselves. Thereby it behooves your highness to empower your subjects with the Theme Check plugin for their own protection and edification. By the by, patch on…[Read more]
-
I shall overlook the fact that it appears my Lord Chamberlain has been at the sauce and take on board his wise council, and thus I have empowered loyal subjects to indeed act as arbiters of their own creations by royal decree, from this day fourth let it be known that they may avail themselves of the most prized theme test apparel and wise words…[Read more]
-
-
-
-
-
hnla posted on the forum topic CSS help: Ask A Question Button in the group Creating & Extending: 14 years, 5 months ago
There is a conflict somewhere but the trouble with these module/plugin based applications is that there starts to become far too many conflicting styles floating around, CSS is a precise and fiddly language having to do far more complex operations with the DOM than at first is apparent, and the structuring of CSS is very […]
-
hnla posted on the forum topic Path disclosure in BP 1.2.8 in the group How-To and Troubleshooting: 14 years, 5 months ago
yeah the patch is knowing how to correctly configure a production server!
The advisory is in error to an extent and in reporting it as such demonstrating a hole in someones skills base?
I always want to see error notices on my development sites, never though on production sites and set it as such.
-
hnla posted on the forum topic External and Group use of bbPress in the group How-To and Troubleshooting: 14 years, 5 months ago
Closing this year old thread.
Theme announcements may be made in:
https://buddypress.org/community/groups/buddypress-themes/ -
hnla posted on the forum topic โBuddyPress is confusingโ in the group Requests & Feedback: 14 years, 5 months ago
Closing this thread -newly created group for community theme promotions can be used to promote and group together offerings at:
https://buddypress.org/community/groups/buddypress-themes/ -
Hugo Ashmore posted an update 14 years, 5 months ago
@eisenwasser Michael six posts in pretty rapid succession on different threads linking to something one is offering on any community would be deemed to be spamming that community.
I realise you want maximum exposure for your theme but this is not the manner in which to go about doing it.
I’ve created a group that all theme developers may use to…[Read more]
- Load More
@hnla
Active 7 years, 3 months ago
Duke of BP, I like the sound of that, Sir Prince Earl ๐
What wondrous wisdom you have your highness to implicitly know that it would be a large chore if we conduct such theme checks ourselves. Thereby it behooves your highness to empower your subjects with the Theme Check plugin for their own protection and edification. By the by, patch on…[Read more]
I shall overlook the fact that it appears my Lord Chamberlain has been at the sauce and take on board his wise council, and thus I have empowered loyal subjects to indeed act as arbiters of their own creations by royal decree, from this day fourth let it be known that they may avail themselves of the most prized theme test apparel and wise words…[Read more]