Forum Replies Created
-
In reply to: Group’s Member Page Not Working
I already did that, nothing happened.
In reply to: Profile field visibiltiyI forgot to mention that I am also using S2Member.
In reply to: Adding Sub-groupsThanks it works 🙂
is there anybody can help me? please :'(
In reply to: [resolved] How to edit Buddypress Profile MenuThanks, it wokrs!
In reply to: [resolved] How to edit Buddypress Profile Menuthanks, it taught me in positioning, but what about adding a links on the menu?
In reply to: Error on Creating a GroupThanks. so I just have to add a link to that pages.. Thanks a lot. I only need to make it more presentable.. Thanks my Hero!
In reply to: Error on Creating a GroupI ran again the bp compatibilty process, but worst things happen,, the pages of buddy press pages are blank.
that’s why, I put back the folders,.. I’m just curious,, you created a Default Theme Group right? so I tried to post a topic and it works, but when I attempted to post a topic on the group that I created which is the “students” I can’t post a topic over there and always give me an error “This group does not have a forum setup yet.” where can I set it up?still I can’t create group using my theme, I just create one using the plugin Buddy Press group Organizer..
In reply to: Error on Creating a GroupI re-coded the page.php file http://pastebin.com/r3BXWbAJ
In reply to: Error on Creating a Groupit happens after, I removed the 6 folders and running the bpcompatibility process.. now it’s back.. thanks for the backup. That’s the page.php file that we are using, actually I’m not the one initialize this whole website, the 1st developer was kicked-out and I’m the one who assigned to continue the project, that;s why I don’t know why about the page.php stuff. but i tested it I deleted the codes and the pages are not working, so thats the page.php we are using.. i’m very sure of that
In reply to: Error on Creating a Groupheader.php http://pastebin.com/B0sgu3DY
front-page.php http://pastebin.com/UBhMiT7E
Ssidebar.php http://pastebin.com/WLC1yCDX
page.php http://pastebin.com/fgzgzgLB
footer.php http://pastebin.com/cBbu9yNJ
functions.php http://pastebin.com/9p35uCeVthe last fucntion on my functions.php is for the “create group” button. because after my installation, I don’t have create group button at the front end..
In reply to: Error on Creating a Groupthanks @mercine.. I’m very sorry regarding my manner, I’m just totally frustrated to fix this. I’m very sorry.
wait, I’ll paste it..In reply to: Error on Creating a Grouphere are the errors that frustrating me so much.. I spend my day just by debugging this
and nothing happened, you asked for an account, I provided it but I don’t think you are really willing to help me, 1 response a day.. well that’s great!.
here are my bugs..1. “Sorry, there were no forum topics found.” (even I created a topic.)
2. “This group does not have a forum setup yet” and Sorry, there were no forum topics found. (every time I attempt to create a topic on the group)
3. “Please pick the group forum where you would like to post this topic.” (even I chose a specific group)
4. http://dev.freelanceu.net/mjl/miamischoolstudent/forums/forum/first-forum/http://dev.freelanceu.net/mjl/miamischoolstudent/forums/forum/alumni/
“New Topic” is not working
please, help mo to setup myu bbPress and BuddyPress,,
http://dev.freelanceu.net/mjl/miamischoolstudent/forum/
http://dev.freelanceu.net/mjl/miamischoolstudent/members/admin/forums/I have a bunch of forum page.. is that right?
In reply to: Error on Creating a GroupTomorrow is launching of our new website.. I hope to fix this today.. please.. one single consideration would be a big help for me,, please don’t ignore me coz my scholarship is on the risk if i did not make this tomorrow.
In reply to: Error on Creating a GroupThanks God, thanks mercime..
http://dev.freelanceu.net/mjl/miamischoolstudent/wp-admin
user:xxx
pass:xxxI forgot to tell you… after my installation, there is no “create group”, until I found this code and it displayed a create group button.
`
function groups_subnav_hook() {
global $bp;$groups_link = $bp->loggedin_user->domain . $bp->groups->slug . ‘/’;
bp_core_new_subnav_item( array(
‘name’ => ‘Create New Group’ ,
‘slug’ => ‘create’,
‘parent_slug’ => $bp->groups->slug,
‘parent_url’ => $groups_link,
‘position’ => 10,
‘screen_function’ => ‘groups_screen_group_members’,
‘user_has_access’ => bp_is_my_profile() // Only the logged in user can access this on his/her profile
) );
}
add_action( ‘wp’, ‘groups_subnav_hook’, 2 );
add_action( ‘admin_menu’, ‘groups_subnav_hook’, 2 );
`In reply to: Error on Creating a GroupPlease.. help me with this problem, anybody here? cmon,.. please..
In reply to: Error on Creating a Group,Thanks for the reply. Ya I created a theme, and Installed the my buddypress in that way. And the create.php file.. I have it at the groups folder.
In reply to: Group Forum is not workingand also, I already installed bbPress.
and here is the example of a forum page that gives an error 404
http://femininesoul.com/archive-forums/forum/hey-there-delilah/?preview=true&preview_id=3462&preview_nonce=d382dcba6fIn reply to: Upload Avatar on Group Creation is MissingSorry but I don’t know how to fix that.
In reply to: Upload Avatar on Group Creation is MissingYeah there are 2 errors in 2 files
`cufon.opensans.js :20 Uncaught ReferenceError: Cufon is Denied``onLoad.js
Uncaught TypeError: Object [object Object] has no method of ‘colorbox’`