zvonfeng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminAw, I got it solved!
Thank you so much! It appeared as Theme out of date problem apparently =DForum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminOK, disable the plugin (rename the plugin folder) did the trick. Thank you!
So now after i updated the theme, I can enable them back? Or I should reinstall them one by one?Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminNot even wp-admin page
Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminI can’t open my website…
Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-admin1422061440: /home2/zoevonfe/public_html/gryffindwarf/ssv3_payload_extractor-EX2oolxeOh.php startup [25-Jan-2015 08:04:10 UTC] PHP Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /home2/zoevonfe/public_html/gryffindwarf/wp-includes/update.php on line 295 [26-Jan-2015 08:04:04 UTC] PHP Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /home2/zoevonfe/public_html/gryffindwarf/wp-includes/update.php on line 295 [27-Jan-2015 23:04:45 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/zoevonfe/public_html/gryffindwarf/wp-content/plugins/bbp-private-groups/includes/functions.php on line 295 [18-Mar-2015 21:08:49 UTC] PHP Fatal error: Cannot redeclare class Contact_Info_Widget in /home2/zoevonfe/public_html/gryffindwarf/wp-content/themes/creativo/functions/widget-contact.php on line 95This is the error, also
PHP Fatal error: Cannot redeclare class Contact_Info_Widget in /home2/zoevonfe/public_html/gryffindwarf/wp-content/themes/creativo/functions/widget-contact.php on line 95
this error appeared like hundred times.Forum: Plugins
In reply to: [Form to Post] Question about the code from the exampleFound out the codes I posted above doesn’t work, could anyone help?
Forum: Plugins
In reply to: [Form to Post] Question about the code from the exampleAny help?
Forum: Plugins
In reply to: [Form to Post] Question about the code from the examplebut this code defiantly worked
Post Title [text* post_title] <br/> Post Content (required) <br/> [textarea* post_content] <br/> Categories (required) <br/> [checkbox* post_category_name "Uncategorized" "Cat1" "Cat2" "Cat3"] <br/> [submit "Post"] <br/>Forum: Plugins
In reply to: [Form to Post] Question about the code from the examplehmmm…actually…I copy pasted the demo code from ur previous response, it didn’t generate post either =/
Title [text* post_title] <br/> Field1: [text field1 id:field1] <br/> Field2: [text field2 id:field2] <br/> Field3: [text field3 id:field3] <br/> [submit "Post"] <br/> <script type="text/javascript"> (function($) { $(document).ready(function() { // CHANGE: list all field id's here $('#field1, #field2, #field3').change(function() { // CHANGE: Format how you want the fields to come out in the post var content = "Answer for Field 1 is: "+ $('#field1').val() + "<br/>" + "Answer for Field 2 is: "+ $('#field2').val() + "<br/>" + "Answer for Field 3 is: "+ $('#field3').val() + "<br/>"; if ($('#post_content').length > 0) { $('#post_content').val(content); } else { var postContentInput = $("<input>").attr("type", "hidden").attr("name", "post_content").val(answer); $(this).parents('form:first').append($(postContentInput)); } }); }) })(jQuery); </script>Forum: Plugins
In reply to: [Form to Post] Question about the code from the exampleHere is my form, it will send to my email after I finished. But it cant generate the post.
what did I do wrong? =[Forum: Everything else WordPress
In reply to: How to setup permission for application forum?Well, so to avoid the confusion, let me summarize my goal:
1. I want to people who register the website, can access to Application Forum and create a topic in Application Forum. Only himself/herself and certain groups of members can review that topic. He/she can’t see other posts in that Application Forum.—OR—
2. They filled out an application form and click submit. A plugin can generate a post/topic in forum according to that application. Only himself/herself and certain groups of members can review that post. He/she can’t see other posts in Application Forum or category.
Forum: Everything else WordPress
In reply to: How to setup permission for application forum?I just downloaded bbp private gropus, it looks awesome. However, the problem is I want people to still be able to create topic in that forum but he can only see his/her post only. However, all officers or web admin can see it. Right now, the visitors can’t open Application Forum at all.
I don’t know whether my expectation is actually correct way to achieve the goal or not.
Here is another thought:
If I can create an application form and let people fill out, which means everyone can see it and write things in it. Then when they submit to the website, the website can group all the answers and make a form, then send to the certain people to review it. The form is more likely to be a post, isn’t it? If this is the way to do it, what plugin I could use to do so?ok, I find it.
In header.php, find<?php _e('Posts filed under: ','Creativo'); single_cat_title(); ?>and replace it to
<?php _e('','Creativo'); single_cat_title(); ?>There is a similar one as Project, you can replace it too.
<?php _e('','Creativo'); single_cat_title(); ?>hello?
bump?