You are on page 1of 5

9th january 2012 (v:1.

8)
-------------------------------------------------------------------------Informations in some of the fields were not displaying when we click on the edit
profile.
----------------------------------------------------------------------------library/includes/edit_profile.php
22nd Oct 2011(v:1.7)
----------------------------------------------------------------------------Question asked count in users page was not coming -- Solved
----------------------------------------------------------------------------library/includes/users.php
13th Sep 2011 (V:1.7)
----------------------------------------------------------------------------when set default category at admin and didn't checkt the "Enable Questions",
but in submit question form notice for select category apper -- Solved
---------------------------------------------------------------------------library/includes/ask_question_frm.php

25th Dec 2010 (add new registration and add comments - user Id should be same)
--------------------------------------library/includes/comment_add.php
library/function/add_comments.php

7th Dec 2010 (add question back slash(\) problem - solved)


--------------------------------------library/includes/ask_question_frm.php
4th Dec 2010 (sidebar - top users number problem - solved)
--------------------------------------library/functions/widget_functions.php
3rd Dec 2010 (authour detail page, description not show complete - solved)
--------------------------------------library/includes/author_detail.php
Nov 24 2010 (Search issue solved)
--------------------------------------style.css
library/includes/registration.php
User registration - wrong captcha - re enter all infor - solved
-----------------------library/includes/registration.php
23rd Nov 2010 (payment with paypal - ipn error - solved)
-----------------------------------------------------library/includes/ipn_precess.php
19th Nov 2010
------------------------------------------------------

Email disable settings from wp-admin


----------------------library/functions/admin_options.php
library/functions/users.php
Captcha support - added
----------------------style.css
functions.php
library/captcha -- complete folder
library/includes/registraion.php
library/includes/reg_frm.php
library/includes/question_preview.php
library/includes/ask_question_frm.php
library/functions/custom_functions.php
email notification to admin while add new question
----------------------library/includes/paynow.php
library/includes/email_alert_question_add.php
13th Sep 2010 (user website,twitter,facebook url problem)
----------------------------------------library/includes/registration.php
library/includes/edit_profile.php
31st Aug 2010 (preview page one problem)
----------------------------------------library/includes/question_preview.php
library/functions/custom_functions.php
8th Aug 2010 (add comment problem & blog comments on home page - solved)
----------------------------------------library/includes/index_ansers.php
library/includes/comment_add.php
library/functions/add_comments.php
2nd Aug 2010 (add comment problem - solved)
----------------------------------------library/includes/comment_add.php -- new file
library/functions/add_comments.php
1st Aug 2010 (Home Tab setting and dynemically change)
----------------------------------------library/includes/home_tab.php
28th July 2010 (Recent Answers & Questions - shows unapproved answers - solved)
----------------------------------------library/includes/index_answers.php
library/includes/index_questions.php
library/functions/comments_functions.php
22th July 2010 (Home tag default selected settings)
----------------------------------------library/includes/index_page.php
library/includes/home_tab.php

19th July 2010 (paginationp problem for recent questions)


----------------------------------------library/includes/index_questions.php
17 July 2010 (answer (comment) problem)
----------------------------------------comments_functions.php file
style.css
14st -july, 2010 (notification problem)
--------------------------------------------library/includes/registration.php
library/includes/admin_notification.php
library/includes/admin_notification_edit.php
library/includes/return.php
library/includes/cancel.php
library/includes/admin_bulk_upload.php
library/includes/success.php
library/includes/guest_insertuser.php
library/functions/custom_functions.php
library/js/ck-karma.js
Design change (best answer)
-------------------------------------library/functions/comments_functions.php
style.css
skins/1-default.css, 2-red.css, 3-green.css, 4-yellow.css, 5-brown.css, 6-purple
.css, 7-black.css
new images add in images folder & all skins folder one image add (best_answer.p
ng)

1st -july, 2010 (comment ratting problem (display 2 times) solved)


--------------------------------------------library/includes/comment_rating.php
23th -june, 2010 (localization)
--------------------------------------------language.php
library/functions/custom_functions.php
library/functions/admin_options.php
library/includes/comment-rating.php
library/includes/ask_question_frm.php
library/includes/paynow.php
library/includes/registration.php
library/includes/edit_profile.php
library/includes/users.php
15th -june, 2010 (edit profile change pw validation)
--------------------------------------------library/includes/edit_profile.php
library/js/edit_profile.js

style.css
12th -june, 2010 (child comment format)
--------------------------------------------style.css
12th - June, 2010 (edit profile photo problem solved)
-------------------------------------------functions.php
library/functions/custom_functions.php
9th - June, 2010 (email format to UTF-8)
-------------------------------------------library/functions/custom_functions.php
page_contact.php
22th - May, 2010 (wp 3.0 changes - custom menu navigation - { header widget },
Theme Compatibility )
--------------------------------------------header.php
style.css
skins - folder all css
library/css/dropdownmenu.css
library/functions/widget_functions.php
library/functions/admin_style.css
library/functions/admin_functions.php
=============================================================
IF YOU HAVE PROBLEM WITH PAYMENT OPTIONS? HERE IS THE SOLUTION
=============================================================
1)Open functions.php file from the root of theme folder.
2)write below syntex at very top line in the file:
delete_option('payment_method_paypal');
delete_option('payment_method_googlechkout');
delete_option('payment_method_authorizenet');
delete_option('payment_method_worldpay');
delete_option('payment_method_2co');
delete_option('payment_method_prebanktransfer');
delete_option('payment_method_payondelevary');
Refresh your page and remove above code from same file.
3)Open wp-admin > shopping cart > payment options
4)all options will installed automatically.
=============================================================
=============================================================
IF YOU HAVE PROBLEM WITH widget, not stay in widget box? HERE IS THE SOLUTION
=============================================================
00)Go to wp-admin > widget section, save page as to destop as widget area data b
ackup.
1)Open functions.php file from the root of theme folder.
2)write below syntex at very top line in the file:
delete_option('sidebars_widgets')

delete_option('widget_widget_headeradvt')
delete_option('widget_widget_loginwidget');
delete_option('widget_widget_tags');
delete_option('widget_widget_topuserwidget');
delete_option('widget_widget_posts');
delete_option('widget_widget_blockquote');
delete_option('widget_widget_about');
delete_option('widget_widget_topuserwidget');
delete_option('widget_categories');
delete_option('widget_archives');
delete_option('widget_widget_subscribe');
Refresh your page and remove above code from same file.
4)All widgets removed from sidebar, You have to save all again.
=============================================================

You might also like