-
Jenny posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
@boonebgorges I followed your suggestion, got the thing working! However, by my codes, I will have to write down each error for eah label color. Is there a way to run through all the erros and match it with label? Here’s what I’ve done so far: In the register.php, I test the signup name field by […]
-
Jenny joined the group BP Group Hierarchy 13 years, 11 months ago
-
Jenny posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
@gunju2221
It’s not css, it’s in the process of validation. I need to find which function deliver this error message, then I can work on changing the way it deliver. -
Jenny posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
@boonebgorges I meant the error messages on register.php.
If input is invalid, it adds a
<div class="error">...</div>
I don’t want to show the erro message. — this can be done by something like : .erro{ dispaly:none;} Then, If there’s any invalid input in this form, I want to add a line at the top of the […] -
Jenny started the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
Recently I learned a way to display error message by change the label color, I’d like to try it on bp.
I need to know which file or function to look for the error types and message template. Could anybody help? -
imjscn posted a new activity comment 13 years, 11 months ago
sorry I missed the first line on your page– I dived in details straight 🙂
So, I should create a plugin for my new bp type. ok, I get the idea. -
imjscn posted a new activity comment 13 years, 11 months ago
@kunalb
I come from that page. I already copied and edited events.php and bp.php to register and hook up my own type. Now I need to upload the 2 files to– which directory?
Thanks! -
Jenny posted an update in the group BuddyPress Custom Posts: 13 years, 11 months ago
@kunalb
Which directory should I put mytype.php(for register type) and bp-mytype.php(for hook up with bp)? Should I create a plugin for them? or, can I put them somewhere else and they just start working?
I want this post type enable users voting on it, which hook should I study on?-
Maybe this will help: http://code.google.com/p/buddypress-custom-posts/wiki/GettingStarted
-
@kunalb
I come from that page. I already copied and edited events.php and bp.php to register and hook up my own type. Now I need to upload the 2 files to– which directory?
Thanks! -
sorry I missed the first line on your page– I dived in details straight 🙂
So, I should create a plugin for my new bp type. ok, I get the idea.-
Cool—you might want to see main.php too, to get an idea about the loading hooks, etc.
-
-
-
-
Jenny posted on the forum topic adding an activity type in the group Creating & Extending: 13 years, 11 months ago
@Rogercoathup I searched the “bp_activity_add”, it returens 2 topic, but I don’t see your post in any of them. Would you point us to the link?
-
Jenny posted on the forum topic test in the group Creating & Extending: 13 years, 11 months ago
@hnla, sorry for the testing post, was thinking to test and delete, but couldn’t delete after post 🙂
-
Jenny posted on the forum topic is it encoding issue? in the group Miscellaneous: 13 years, 11 months ago
@cliffxuan, thanks for the tip! I’ve been searching for a solution but no luck till read your post. Now I’ve got things showing correctly. By the way, I think bp developers can solve the problem by watching the difference between activity update and forum post. Activity pages can show things correctly without the setting of utf8_general-ci […]
-
Jenny joined the group Miscellaneous 13 years, 11 months ago
-
imjscn posted an update 13 years, 11 months ago
解决方案
-
Jenny posted on the forum topic post form gets different output in the group Creating & Extending: 13 years, 11 months ago
Just found out- this ajax-loader class is just a css style with a picture background, no impact on coding.
-
Jenny posted on the forum topic post form gets different output in the group Creating & Extending: 13 years, 11 months ago
Here’s a difference I found so far- post-form.php correctly displays the charactor, it has this line as the first line in the submit div:
<span class="ajax-loader"></span>
the other files doesn’t have this line before submit botton. I tried to add this line in the other files above submit botton, it doesn’t make things right. Need help!… -
Jenny joined the group Buddypress Pagetrace 13 years, 11 months ago
-
Jenny joined the group BuddyPress Better Pagination 13 years, 11 months ago
-
Jenny started the forum topic How to make a country drop down list in profile field in the group How-To and Troubleshooting: 13 years, 11 months ago
When add profile field, there’s a choice of adding Drop Down Select Box. But that’s a lot of opions to input. Is there an easy way to add a country list into BP profile opion?
-
Jenny started the forum topic Where is the widgets? in the group How-To and Troubleshooting: 13 years, 11 months ago
I want to edite the title of the bp widgets, SiteWide Post, Active Member Avator. Which directory can I find them?
-
Jenny posted on the forum topic post form gets different output in the group Creating & Extending: 13 years, 11 months ago
very interesting…. the same charactor shows in activity pages correctly, but shows wrongly in forum pages. any suggestion?
- Load More
@imjscn
Active 10 years, 4 months ago