-
hnla posted on the forum topic Users can’t register through BuddyPress home page in the group Installing BuddyPress: 15 years, 5 months ago
You came here seeking help from those more experienced! BTW, I’m a total newby at both WP and BuddyPress and came to the forum to find help, not to get dumped on Where have you been dumped on? It doesn’t help to get snippy about “generally not the done thing to do on forum There is a […]
-
hnla posted on the forum topic Users can’t register through BuddyPress home page in the group Installing BuddyPress: 15 years, 5 months ago
You will probably need to add a little more detail, version numbers, theme in use plugins etc. 1.2.6 has no issues that I’m aware of with signup and works correctly so there must be something else upsetting things. It would help to confirm whether disabling all plugins other than required BP and dropping back to […]
-
hnla posted on the forum topic Making a theme compatible? in the group Creating & Extending: 15 years, 5 months ago
On a volunteer support forum it’s not really appropriate to ask members to do work for free, members are generally willing to help people to work through things but it will always be expected that they will attempt with help to get this done. Of course if you really haven’t the skills then you can […]
-
hnla posted on the forum topic Lightword theme help in the group How-To and Troubleshooting: 15 years, 5 months ago
I’m afraid that is asking slightly too much as that approaches ‘Work’ and as such I earn my living – supposedly – from coding and development- it also takes the BP project site / support forum into the realms of a ‘Service’ which for any any ‘Help’ forum is a dangerous confusion. When you attempt […]
-
hnla posted on the forum topic Lightword theme help in the group How-To and Troubleshooting: 15 years, 5 months ago
I f you re-read my last post it should make sense – i referred to checking for example elements such as <div id=”content”> exist in both files as these main elements must match. You can clearly see in the two examples you posted that straight after the header function call there are two elements in […]
-
hnla posted on the forum topic Error message has a pink box around it in the group How-To and Troubleshooting: 15 years, 5 months ago
It is not myself you are ticking off it is a few people this will only be evident by the lack of responses you find to your threads, I am attempting to point this out so you can rectify this, my comments regarding your recent posts is meant just as I wrote above and carries […]
-
hnla posted on the forum topic Lightword theme help in the group How-To and Troubleshooting: 15 years, 5 months ago
Presuming you have run the template pack plugin on the theme to create BP pages you probably need to now ensure that the markup that lightword uses i.e it’s html element structure and classes or ids are replicated in the BP pages; so take a standard stock lightword file index.php or page.php and compare it […]
-
hnla posted on the forum topic Error message has a pink box around it in the group How-To and Troubleshooting: 15 years, 5 months ago
Ooooh please never ever tell me to chill it’s rude and disrespectful 🙂 No you don’t post any code to pastebin you use firebug to examine the elements it will tell you where that outer pink box is coming from, by showing all the rulesets that apply styles to that element inherited or otherwise. You’ve […]
-
hnla posted on the forum topic Lightword theme help in the group How-To and Troubleshooting: 15 years, 5 months ago
It’s not possible to help from a couple of images this is about code and specifically the symbiotic relationship between CSS and HTML there can be any number of reasons why an issue can occur and result in the same apparent rendering.
-
hnla posted on the forum topic Lightword theme help in the group How-To and Troubleshooting: 15 years, 5 months ago
Would make more sense if you linked to your theme attempt rather than the WP repo, then it would be possible to see what was actually wrong, ‘Sidebar is out of place’ is simply too non descrip.
You have to supply code or a link if you want help.
-
hnla posted on the forum topic template for single topic? in the group How-To and Troubleshooting: 15 years, 5 months ago
/groups/single/forum/topic.php ?
-
hnla posted on the forum topic Error message has a pink box around it in the group How-To and Troubleshooting: 15 years, 5 months ago
That is something that you must have introduced into your custom theme, it’s not the default styling behavior – but then with some 22 stylesheets it’s going to be difficult to debug. You will need to use firebug or Opera’s firefly to examine the element and isolate the rulesets that are being applied to that […]
-
hnla posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 15 years, 5 months ago
@mercime thanks for linking to the thread I’ll mark this as resolved for the OP 😉 Wish I could track through a series of events but this issue tends to be noticed at such a time when any events or steps to recreate the issue have faded from memory, also I have four primary installs used […]
-
hnla posted on the forum topic Child Themes in the group Creating & Extending: 15 years, 5 months ago
Please look through the BP documentation (codex) read up on the child theme guide and the template pack guide which helps you convert WP themes to work with BP pages. If you require further help after reading those or have further questions post back in this thread.
-
hnla posted on the forum topic Forums Not Working – Error when creating topic in the group How-To and Troubleshooting: 15 years, 5 months ago
@gunju2221 Ah you found the thread. See I knew it would work 😉 You only need do this with the groups that have not been created successfully but if that means quite a few then ‘m afraid it will just have to be done for each, why it happens ? not sure but it’s possibly a […]
-
Hugo Ashmore posted a new activity comment 15 years, 5 months ago
Github is a little confusing to get ones head around initially but starts to make sense, the initial stumbling block was realising that I had to have an actual account to hold/manage repos and which I could fork other repos into – now just need to work out how to get my little plugin project uploaded as a repo then I’ll be able to work out the…[Read more]
-
hnla posted on the forum topic moved buddypress to new server and i get 404 errors on all pages. in the group How-To and Troubleshooting: 15 years, 5 months ago
Just visiting the page flushes , you can also just do a quick save to ensure there are no messages along the lines of “this is what we would have written to your file if it had been possible”
-
Hugo Ashmore posted a new activity comment 15 years, 5 months ago
Ok worked out to use GITHub 🙂 forked and amended the ‘for’ attribute with ‘invite_anyone_groups-‘ there should be a pull request waiting
-
hnla posted on the forum topic moved buddypress to new server and i get 404 errors on all pages. in the group How-To and Troubleshooting: 15 years, 5 months ago
Have you visited the permalinks page to force a flushing of the cache and can you definitely write to the .htaccess file.
-
Hugo Ashmore posted a new activity comment 15 years, 5 months ago
Cool that was quick.
Should have thought about the gettext support, my bad.
Noticed you replaced the incremented id I set up for an appended group ID that makes more sense – sort of mulled that over myself. One critical thing though that will need to be changed is the label for attribute is still using my variable $idToken that will now fail so…[Read more]
- Load More
@hnla
Active 7 years, 9 months ago
Nice catch, and nice on the Github front as well! Sending the entire checkout works OK but this is about 100x easier. Welcome to the joys of Git 🙂
Github is a little confusing to get ones head around initially but starts to make sense, the initial stumbling block was realising that I had to have an actual account to hold/manage repos and which I could fork other repos into – now just need to work out how to get my little plugin project uploaded as a repo then I’ll be able to work out the…[Read more]