-
Hugo Ashmore posted an update 15 years, 8 months ago
@favtrip If you would like to you can showcase your new site in the gallery group, there are rather a lot of links in posts floating around that could be conceived the wrong way 🙂
-
hnla posted on the forum topic Can't access groups since upgrade in the group How-To and Troubleshooting: 15 years, 8 months ago
Can you not just do site-url/wp-admin/ in the address bar of browser.
-
hnla posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 15 years, 8 months ago
I’ve had issues, not convinced there isn’t something gremlin like at work here, and yes think I’ve worked out stuff must go after the <?php thingamajig 🙂 as for case sensitive is that ‘Attache’ or ‘Briefcase’
-
hnla posted on the forum topic Nested Comments are not indenting in the group How-To and Troubleshooting: 15 years, 8 months ago
it’s not a CSS issue the markup is malformed, trying to correct malformed markup with a presentations language is not a good idea CSS is predicated on well formed DOM structure it’s a symbiotic relationship if one is broken so id the other. If you really need to fix quickly and are comfortable then access […]
-
hnla posted on the forum topic Activity stream replies in the group Creating & Extending: 15 years, 8 months ago
Big huge ticket on this as noted above, and it’s not the simplest thing to sort out, but think the solution was arrived at albeit with further enhancements for show/hiding replies.
-
hnla posted on the forum topic I don't want to "network activate" BP om my WP Network, can I activate it on 1 site only? in the group Installing BuddyPress: 15 years, 8 months ago
Always worth checking documentation first:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
-
hnla posted on the forum topic What Plug-ins will fulfill these Tasks? in the group Creating & Extending: 15 years, 8 months ago
BP is built on WP so many/most/all WP plugins will function just not necessarily as BP aware ones.
-
hnla posted on the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 15 years, 8 months ago
PHP docs are fairly clear, but try this:
$special = array("General", "Community");
if (in_array( bp_get_group_name(), $special) ) : ?>
Do stuff if group name is in arrayOtherwise do some different stuff
-
hnla posted on the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 15 years, 8 months ago
Where’s your in_array() ?
-
hnla posted on the forum topic What Plug-ins will fulfill these Tasks? in the group Creating & Extending: 15 years, 8 months ago
Hi Toni, Firstly ought to say that your list above really reads like the outline of a project scope and that worries me slightly in that I feel there may be a little misconception of what you may be able to achieve simply by dropping in plugins to your site, plugins aside to get a […]
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
the bug fix for the bug fix release 🙂 In fairness these bugs? are not overly prominent- I will endeavor to report any issues I do come across though.
yep denqueue/re-enqueue sounds like an approach.
Interested in the fact that suddenly we seem to have leap forward to a MVC pattern, that threw me somewhat 🙂
thanks for the help.
-
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
@kunalb thanks for the reply, Have only just started to look at custom post types, so slightly unfamiliar with them at the moment and they are a somewhat complex edition to WP to understand, will delve further now though. One last thing how does one override the stylesheets? Oh and ought to say well done it’s a great plugin seems to function…[Read more]
-
Stylesheets — simplest would be to simply dequeue them and enqueue your own :). Thanks, though “without issue” isn’t exactly true. As soon as my exams get over (ie tomorrow afternoon) I’m going to start formalizing a test system so that I stop shipping buggy releases and end up having to do 2 bugfix .1.x releases, one after the other.
-
the bug fix for the bug fix release 🙂 In fairness these bugs? are not overly prominent- I will endeavor to report any issues I do come across though.
yep denqueue/re-enqueue sounds like an approach.
Interested in the fact that suddenly we seem to have leap forward to a MVC pattern, that threw me somewhat 🙂
thanks for the help.
-
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
-
-
-
hnla posted an update in the group EventPress: 15 years, 8 months ago
@kunalb is their some specific trick to overriding the theme files and CSS
-
BPCP actually looks for post_type/page — so for certain pages you could add ep_event/page to your theme and that would override the EventPress theme. To write general theme files, youi could also go for type/page — which will affect any plugins using BPCP. Have a look at all possibilities here: buddypress-custom-posts/themes/
EventPress has a…[Read more]
-
@kunalb thanks for the reply, Have only just started to look at custom post types, so slightly unfamiliar with them at the moment and they are a somewhat complex edition to WP to understand, will delve further now though. One last thing how does one override the stylesheets? Oh and ought to say well done it’s a great plugin seems to function…[Read more]
-
Stylesheets — simplest would be to simply dequeue them and enqueue your own :). Thanks, though “without issue” isn’t exactly true. As soon as my exams get over (ie tomorrow afternoon) I’m going to start formalizing a test system so that I stop shipping buggy releases and end up having to do 2 bugfix .1.x releases, one after the other.
-
the bug fix for the bug fix release 🙂 In fairness these bugs? are not overly prominent- I will endeavor to report any issues I do come across though.
yep denqueue/re-enqueue sounds like an approach.
Interested in the fact that suddenly we seem to have leap forward to a MVC pattern, that threw me somewhat 🙂
thanks for the help.
-
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
-
-
-
-
-
hnla joined the group EventPress 15 years, 8 months ago
-
hnla posted on the forum topic after installation of buddypress – dashboard view is broken – menu tree of buddypress below the wp f in the group Installing BuddyPress: 15 years, 8 months ago
You have misconfigured somewhere down the line I would suggest you start afresh, read through this page:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
And don’t have any unnecessary plugins running!! keep it to absolute minimum while setting up a non standard install untill things are correct.
-
hnla posted on the forum topic after installation of buddypress – dashboard view is broken – menu tree of buddypress below the wp f in the group Installing BuddyPress: 15 years, 8 months ago
Oh or is it the fact that you haven’t defined BP as running on a specific user blog rather than the primary or blog 1
define ( ‘BP_ROOT_BLOG’, $blog_id );
define ( ‘BP_ROOT_BLOG’, 2 );
in wp-config.php
-
hnla posted on the forum topic after installation of buddypress – dashboard view is broken – menu tree of buddypress below the wp f in the group Installing BuddyPress: 15 years, 8 months ago
I’m still confused as to what you see as a problem. the correct link with WP/BP installed as a subdomain of your domain seems to work as expected, doesn’t it?? I not sure why having logged in I’m dropped into the WP dashboard, but other than that the site appears to function? As for the […]
-
hnla posted on the forum topic after installation of buddypress – dashboard view is broken – menu tree of buddypress below the wp f in the group Installing BuddyPress: 15 years, 8 months ago
Initially you referred to running the BP default theme when asked however the link doesn’t show this??!!
Regardles of whether you think something is an issue please follow mercim’s request to deactivate all but BP plugin and ensure you are running the bp default theme.
-
hnla posted on the forum topic How do I add a 3rd columnm in the group How-To and Troubleshooting: 15 years, 8 months ago
So how come that link you provide shows a three column layout!?
-
hnla posted on the forum topic How do you "Forcibly Log Out a User"? in the group How-To and Troubleshooting: 15 years, 8 months ago
@afritech I meant ‘delete’ a user rather than mark them as spammer does that not instantly halt them? @djpaul Actually delete from adminbar – Admin-Options works fine on 1.2..5.2 so it must have been an earlier version that had issues or it manifests under certain conditions which aren’t occurring at present -if that’s so and I catch […]
- Load More
@hnla
Active 7 years, 10 months ago