Search Results for 'theme'
-
AuthorSearch Results
-
October 19, 2010 at 10:29 pm #95646
JohnnyScience
MemberOk I at least got the website back up & running… I dont know but for whatever reason my BuddyPress Magazine Child Theme 2 by Tammie Lister at Logical Binary (Incsub) doesnt seem to be working. I tried to re-install it, but I couldnt find it when searching available Themes.
Back to the original problem for now.
October 19, 2010 at 10:14 pm #95645rossagrant
Participant@pisanojm hey guys. http://www.bp-tricks.com is actually set up on the BP-Slick theme if you want to check it out. Bowe owns the site which is in the middle of a relaunch and BP Slick is his baby!
October 19, 2010 at 10:11 pm #95644JohnnyScience
MemberOk what does this mean? Because I tried to change themes & now my website doesnt work & this error message shows up:
Fatal error: Cannot redeclare bp_dtheme_ajax_querystring() (previously declared in /home/jscience/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:20) in /home/jscience/public_html/wp-content/themes/bp-magazine/_inc/ajax.php on line 63
October 19, 2010 at 9:58 pm #95640JohnnyScience
MemberThe only .php files I see inside of my plugins folder are hello.php & index.php?
There is a folder for every other plugin…
But if I was using ONLY the Buddypress plugin 1.2.3 & the BuddyPress Default 1.2.5.2 by BuddyPress.org theme, how would anything be messed up with the setup?
October 19, 2010 at 9:38 pm #95637Josh McKenney
ParticipantDeleted groups in bp_groups (I had blank rows as well) and didn’t fix the issue. Disabled all themes (except for BuddyPress Template Pack). I’ve seen this in two or three forums now with no real resolution… Guess I’ll go diving into the code:(
October 19, 2010 at 8:54 pm #95635whateverfightingsquirrel
Participant@win – any luck setting it up? Would love to see the theme in action. The demo version is too minimal for me to get a good grasp. Thanks!
October 19, 2010 at 8:34 pm #95633Hugo Ashmore
ParticipantThere are ways of saying things and there are ways of saying things Glen
TBH I’m not sure these sorts of discussions should be directed to and made on the site in question though, is there not a forum/group where one can ask questions of the author/s in advance of possible use?
October 19, 2010 at 7:22 pm #95626Glenn Kilpatrick
ParticipantHope you dont think Im rude, Im just saying what I see. No point in lieing. I am looking for a god quality premium theme. However, when I look at the demo on the site I am thinking this is not much of an improvement on the default buddypress theme, A few changes of colour, text and images, but nothing substantial.
If I was trying to sell a premium theme I would make the demo show that theme and have plenty of data on the site to illustrate how the theme looks right across the board. The current demo wont sell anything.
I am certainly interested in seeing what people make with the theme and if it looks good I would buy it. I am also looking at the wpmudev themes in particular blogsmu which I really like, but I refuse to pay for upgrades, I dont mind paying a one off fee upto $100 but upgrades must be free.
October 19, 2010 at 5:43 pm #95620Pisanojm
Participant@rossagrant would like to see a base-demo of the pro theme… I’m currently looking at some of the themes from WPMUdev.org as well….
October 19, 2010 at 5:32 pm #95617rossagrant
Participant@whitbyglennk the demo version right now is a free ‘minimal’ version. BP Slick is a paid for upgrade and trust me, will blow you away with functionality, especially if you use S2 member for your subscriptions.
October 19, 2010 at 5:04 pm #95614win
MemberI’m setting up the theme right now. Will share links soon. So far, it’s been fairly user-friendly.
October 19, 2010 at 4:53 pm #95610Hugo Ashmore
ParticipantGlen that’s a little rude
October 19, 2010 at 4:35 pm #95608Glenn Kilpatrick
ParticipantYour demo does not inspire me.Im hoping your theme does more than you are showing me. Is anyone using this theme ? Can you give links to your sites so I can see what they are like. Also, are future upgrades free ?
October 19, 2010 at 12:44 pm #95583In reply to: Buddypress 1.2.6, 2 months late -.-
thekmen
Participant@revolutionfrance @hnla is correct, I was talking about using a custom theme that doesn’t rely on the BP default theme.
If you are using a child theme of the BP default theme, you wouldn’t need to copy the new functions over.October 19, 2010 at 12:13 pm #95578In reply to: Buddypress 1.2.6, 2 months late -.-
Hugo Ashmore
Participantthekmen’s advise should be noted to refer to a true custom theme rather than a child theme.
If you are running as a ‘child theme’ i.e you are using and referencing the bp-default files – even if you have copied over some to customise then that is a child theme and you are still loading the original functions.php so DON’T copy anything in it over to your own file as that duplicates or attempts to call the same function twice and that results in problems.
October 19, 2010 at 8:54 am #95561In reply to: How to include a php file?
youlichika
MemberSorry. I lost paste some code. I forget use `backticks`.
“ is under the path in wordpreewp-contentpluginsbuddypressbp-themesbp-default
Now I want include some one from the path wordpresswp-contentthemesmythemename.
How to write correctly? Thanks.October 19, 2010 at 8:40 am #95560Roger Coathup
ParticipantIf you are not familiar with building child themes in WordPress / BuddyPress – you should read this page before beginning:
https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/
October 19, 2010 at 8:36 am #95559In reply to: How to include a php file?
Roger Coathup
ParticipantWhere do you want to write the code – is it in a file in your child theme?
If the files are in the same directory, e.g. in your child theme folder, use something like:
locate_template( array( ‘myfile.php’ ), true )
It sounds though as though you are wanting to modify code in bp-default. You shouldn’t be modifying bp-default! All your changes should be in your child theme.
October 19, 2010 at 7:53 am #95558youlichika
Memberand can I move the index.php into a new folder under the theme parent folder?
If can, which files should be edited?
In any case, I still want to try to divide a page into several parts… If there has some codes support…
Thanks again.October 19, 2010 at 7:26 am #95551youlichika
MemberYes, I copy the theme for a new to edit.
Is the homepage’s name called: main index templete?October 19, 2010 at 7:18 am #95549In reply to: Remove Sitewide Activity
Roger Coathup
Participanthide_sitewide is a boolean, and in this line is being used to test whether an activity item has been marked as hidden or not – (it’s not a count @tom_taylor_85)
You should NOT be modifying the code there – that’s a core file, and you’ll run into problems when you upgrade if you’ve modified them. You’ve also changed the logic to say: if an item is marked as hidden get it to display – which is not what you want.
@bojanski – can you be clearer about what you mean by “remove sitewide activity tab” – do you mean you want to remove the main Activity page from the main nav bar?
If the latter – edit it out in header.php in your child theme.
October 19, 2010 at 6:14 am #95547In reply to: is that possible with buddypress?
techguy
ParticipantIn order…
-Depends what you mean, but this is a built in featured to BP
-This is pretty much a requirement for BP. Although, you can choose how big or small you want the profiles to be
-Groups in BP should satisfy this. You can make them public, hidden or private.
-This is a widget in the default BP theme
-Just turn it on in the BP settings
-There are a couple picture plugins. One that’s paid that’s pretty good from BuddyDev.com Another one that’s getting really close called BP Media. They have a version available now, but it’s basic. In a month? or so it will have even more features.
-These can just be added to your theme anywhere that you think would be good.So, pretty much everything but the pictures is available by default with BP. The pictures need the plugin.
October 19, 2010 at 4:18 am #95539paulhastings0
ParticipantTheoretically it’s possible, but I would really discourage it at this point. You’re basically contemplating taking some 100+ files (I’m guestimating that number, it might actually be closer to 200) from a BuddyPress compatible theme and making them all accessible in the WordPress theme editor. It would be an absolute nightmare.
October 19, 2010 at 2:58 am #95536modemlooper
ModeratorDo not edit the theme files from the folder bp-default. you need to create a child theme first. This way you won’t mess up your installation and can upgrade.
October 19, 2010 at 1:33 am #95530In reply to: Theme problems
Paul Wong-Gibbs
KeymasterCan you share a link to your site?
-
AuthorSearch Results