-
hnla posted on the forum topic Forum content in meta and topic title in title? in the group How-To and Troubleshooting: 15 years, 8 months ago
I think though a ticket needs submitting? perhaps an enhancement? the title tag needs to be a little more intelligent, perhaps it’s gone unnoticed but browser bookmark titles are often taken from title tag.
-
hnla posted on the forum topic Forum content in meta and topic title in title? in the group How-To and Troubleshooting: 15 years, 8 months ago
seem to only run within the loops which sounds right, can’t find a quick, easy means of passing it out.
-
hnla posted on the forum topic Forum content in meta and topic title in title? in the group How-To and Troubleshooting: 15 years, 8 months ago
You would need bp_the_topic_title() that function echos the result of bp_get_the_topic_title()
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
You’ll have to add a ‘Contributing Author’ tag 😉 🙂
I’ll work up a further version with the wp_nav_menu labels added in when I have cleaned up the function a bit and I think the admin file may have patebined up with some test lines in that need removing.
Have a good break, catch up when you’re back.
-
hnla posted an update in the group Add All Nav Links to BP Adminbar: 15 years, 8 months ago
Cracked it!
Finally managed to correctly get to the wp_nav_menus names and then sort on menu region for menu activated in region, just have to write a little function to parse through arguments from any wp_nav_menu call and it’s done.
This will mean the backend admin user labels are redundant now and will need to be removed when this is implemented.
-
hnla posted an update in the group Add All Nav Links to BP Adminbar: 15 years, 8 months ago
Patrick here are some further additions that remove the embedded styles in favour of a function to run a series of remove_actions also optionally a default label added to the community dropdown that the user may replace with their own choice – didn’t quite feel right the community dropdown links not having an initial…[Read more]
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
In fact until better method found construct the admin menu options for the styles we’ll pass the to the main file or call the values back into the main file and rework the embedded styles for the hide main menu function to include further user options
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
If it can be found a means of writing to file would be best, WP does have the capability to edit files in the dashboard so my initial thought would be to create a stylesheet correctly enque it to the wp_head set it so that it only gets added if admin option set to ‘Yes’ and have the file called in for editing by the user (the file would heavily…[Read more]
-
hnla posted on the forum topic Installing BuddyPress on SQL Server 2008 in the group Installing BuddyPress: 15 years, 8 months ago
Based on that then yes buddyPress should be an ideal fit, it will fill all your requirements either out of the box or with the addition of a plugin here or there. As far as I can recall WP was capable of running on different DB engines but I’d have to verify that and may […]
-
hnla posted on the forum topic Installing BuddyPress on SQL Server 2008 in the group Installing BuddyPress: 15 years, 8 months ago
Hi Anil,
Are you really looking for CMS specifically,because BuddyPress isn’t strictly a CMS nor, really, is WP. What exactly are you looking to be running with the application you decide use?
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
desperately trying to feel as though I care 🙂
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
They must be asked not to do this please and directed to forum threads only, unless a specific reason for contacting a member directly (even though this isn’t really a PM system)
-
hnla posted on the forum topic Help updating bp on my site in the group Installing BuddyPress: 15 years, 8 months ago
Oh ok PMing or sending personal mention to someone tends to disjoint the flow *sigh* @evg1 please try and follow advise as closely as possible when given and try and keep things in the thread as that stands the best chance of everyone being able to help out in the event they know what a […]
-
hnla posted on the forum topic The requested URL /groups/ was not found on this server. in the group Installing BuddyPress: 15 years, 8 months ago
@rogercoathup WAMP MAMP knew it was one or the other 🙂 still localhost shoulsn’t be any file write permission issues on Windows windows has no security to speak of 🙂
We will let this thread drift back now to the other question raised by…?
-
hnla posted on the forum topic Wp 3.0.1. Local host: The requested URL /members/ was not found on this server. in the group How-To and Troubleshooting: 15 years, 8 months ago
No it is not Helga -re read my questions carefully writing to the file is done by the server not the human. Can you re read Rogers comment we need o know if permalink issue you mentioned is with BP deactivated.
-
hnla posted on the forum topic Wp 3.0.1. Local host: The requested URL /members/ was not found on this server. in the group How-To and Troubleshooting: 15 years, 8 months ago
Edit// Roger beat me to it 🙂 When you say if I put %category%%postname% sites go not found is this without BP activated? Helga please check the other thread and just confirm (here) whether you can write to the .htaccess file correctly if you can then the issue lies with your server setup running under http://localhost/wordpress/ […]
-
hnla posted on the forum topic The requested URL /groups/ was not found on this server. in the group Installing BuddyPress: 15 years, 8 months ago
Trying to troubleshoot peoples server issues is extremely difficult remotely without a huge deal of info to go on. -permalink structure, done without any result (just like cristina) By that what exactly do you mean? if you read back I needed an idea of whether your server setup can actually read/write to the file. Generally on […]
-
hnla posted on the forum topic Help updating bp on my site in the group Installing BuddyPress: 15 years, 8 months ago
Always when encountering issues with BP and you are using a custom theme the first step is to drop back to using the bp-default theme to establish whether the fault is in general with BP or with the custom theme. You really need to check the link that was posted as it contains a fair […]
-
hnla posted on the forum topic The requested URL /groups/ was not found on this server. in the group Installing BuddyPress: 15 years, 8 months ago
@helverk You wrote: But what I am ever going to do with it? in reference to your .htaccess file You don’t do anything with the file the server does. The server must be able to write to the file to make any changes required automatically. Have you tried going to the permalinks menu in the dashboard and […]
-
hnla posted on the forum topic The requested URL /groups/ was not found on this server. in the group Installing BuddyPress: 15 years, 8 months ago
Regardless of having what might appear to be the exact same issue, it is bad practice posting in anothers thread it’s referred to as ‘hijacking’ ans causes all sorts of confusion 🙂 Please in future always start a fresh thread for you own issues. also please be a little patient someone will help out but the […]
- Load More
@hnla
Active 7 years, 10 months ago
@hnla
Great news! This has definitely become a team project. And I’m sure having figured out how to grab wp_nav_menu names is goinf to help in other projects as well.
I’ll check out the code you pasted in your earlier message and get that incorporated with all the css styling stuff I’ve been busy with lately.
I won’t be online for a while…[Read more]
You’ll have to add a ‘Contributing Author’ tag 😉 🙂
I’ll work up a further version with the wp_nav_menu labels added in when I have cleaned up the function a bit and I think the admin file may have patebined up with some test lines in that need removing.
Have a good break, catch up when you’re back.