Giter Club home page Giter Club logo

q2a-blog-post's Introduction

Q2A Blog Post

The Blog post plugin allows registered users to maintain a blog on their Q2A site. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order.

Installing Instructions

If you have never installed my Q2A plugins before please consider checking the Installation Guide

Features

  1. Article and Category management like Questions.
  2. Uses default user interface/theme.

  1. Admin panel for managing blog settings and categories.

  1. It uses the editor selected by the admin in settings.

Get your site added here by submitting a pull request or an issue or emailing me.

q2a-blog-post's People

Contributors

jacksiroke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

q2a-blog-post's Issues

Sub navigation menu corrupted

Before I unstalled this plugin, my menu looked like this :

capture decran 2014-07-15 a 02 19 34

After plugin installation, the submenu looks corrupted :

capture decran 2014-07-15 a 02 21 25

Some menu are missing and the translation gone away.

Looking forward, it seems that commenting lines 183-193 in qa-users-layer.php resolve the issue:

capture decran 2014-07-15 a 02 24 43

Can you fix-it?

Whatsoever, It looks to me than rewriting menu navigation in plugin looks like a dangerous practice.

Fully erroneous on Q2A 1.8

I've tested the plugin many times, but it doesn't work as expected. Two offers for the next version:

  • make the premium plugin free for all and earn from optional ads
  • make it compatible and fully working on new versions of Q2A

error on blog post page

Notice: Undefined index: url in /home/r53825azor/public_html/test.9yolo.com/qa-theme/SnowFlat/qa-theme.php on line 370

Notice: Undefined index: title in /home/r53825azor/public_html/test.9yolo.com/qa-theme/SnowFlat/qa-theme.php on line 370

Purchase not working

After installing the q2a blog post plugin i wanted to buy it but when i click on upgrade it redirect to paypal main page, can you fix that? i need the blog moderation section,
Thanks.

Blog plugin not working...!

Hi, Sir! Your plugin is great.. But it is not working... I installed this plugin on my sute then my site doesn't run.. Please solve...

Showing a Deprecated error message in Q2A 1.8.3

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; qa_layer_1_from_blog_admin_php has a deprecated constructor in /home/orml/public_html/jobs.Ask-Gurus/qa-include/qa-base.php(720) : eval()'d code on line 22
of /home/orml/public_html/jobs.Ask-Gurus/qa-plugin/blog-post/blog-admin.php

Error 1054 SQL

HP Question2Answer MySQL query error 1054: Unknown column 'blog' in 'where clause' - Query:

SELECT * \ r \ n \ t \ t \ t \ t \ tFROM qa_posts \ r \ n \ t \ t \ t \ t \ tWHERE postid <blog \ r \ n \ t \ t \ t \ t \ tAND type = 'Q' \ r \ n \ t \ t \ t \ t \ tORDER BY postid DESC \ r \ n \ t \ t \ t \ t \ tLIMIT 1, referer: http: // localhost / q2a / blog / write

Help.

Tks

Undefined index

Hi I am trying to use this plugin for my website but getting this error;

image

Even when going into article page, further more broken links;

image

This is my website:

Can you please help me to fix these issues? Thanks in advance!

Rana

Link genereting error Not found

Hello I post the article. After when i try open this article, the program generatin wrong link. In the link no puting index.php. if i edit the link , it worked true. But program don't generate true link automatic.
image
image

Editing article doesn't work properly

Hi, I am using PHP 7.4.

While editing an article:

  • If I don't make any change in the article content, it doesn't accept the update and throws a Duplicate article error.
    image

  • If I try to change both article content and title or category, it accepts the update but only the content get updated. Title and category changes gets no effect.

Unknown limit code in qa_limits_calc_remaining: QA_LIMIT_QUESTIONS

I get an error when I try to write a new blog post.

Question2Answer fatal error:

Unknown limit code in qa_limits_calc_remaining: QA_LIMIT_QUESTIONS

Stack trace:

require() in index.php:27
require() in qa-index.php:188
qa_get_request_content() in qa-page.php:47
qa_call_override() in page.php:175
qa_call() in qa-base.php:817
qa_get_request_content_override_6_in_qa_sig_overrides_php() in qa-base.php:752
qa_get_request_content_override_5_in_qa_poll_overrides_php() in qa-base.php(720) : eval()'d code:11
qa_get_request_content_override_4_in_qa_expert_overrides_php() in qa-base.php(720) : eval()'d code:12
qa_get_request_content_override_3_in_qa_cv_overrides_php() in qa-base.php(720) : eval()'d code:11
qa_get_request_content_override_2_in_qa_cat_overrides_php() in qa-base.php(720) : eval()'d code:9
qa_get_request_content_override_1_in_overrides_php() in qa-base.php(720) : eval()'d code:4
qa_get_request_content_base() in qa-base.php(720) : eval()'d code:70
qa_call() in qa-base.php(814) : eval()'d code:1
qa_get_request_content() in qa-base.php:752
require() in page.php:196
process_request() in default.php:107
qa_blog_write() in blog-post.php:181
qa_user_maximum_permit_error() in blog-post.php:199
qa_user_permit_error() in users.php:1003
qa_user_limits_remaining() in users.php:1054
qa_limits_calc_remaining() in limits.php:50

Voting doesn't work

Hi, I am using PHP 7.4 and voting is enabled from admin panel.

When I vote an article, the UI updating immediately and the ajax response returns 200, but after refreshing the page I am seeing the vote is not applied to the post. Checked from the DB as well. It is still zero.

Just voted:
image

Refreshed the page:
image

Database initialisation issue with Q2A 1.8.3

I installed the plugin got the issue with database initialization:

`Database query error 1171
All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

CREATE TABLE IF NOT EXISTS qa_blog_users (
userid INT(10) UNSIGNED DEFAULT NULL,
lastposted DATETIME NOT NULL,
pcount INT(10) UNSIGNED NOT NULL DEFAULT 0,
ccount INT(10) UNSIGNED NOT NULL DEFAULT 0,
dcount INT(10) UNSIGNED NOT NULL DEFAULT 0,
points INT NOT NULL DEFAULT 0,
cselects MEDIUMINT NOT NULL DEFAULT 0,
cselecteds MEDIUMINT NOT NULL DEFAULT 0,
pupvotes MEDIUMINT NOT NULL DEFAULT 0,
pdownvotes MEDIUMINT NOT NULL DEFAULT 0,
cupvotes MEDIUMINT NOT NULL DEFAULT 0,
cdownvotes MEDIUMINT NOT NULL DEFAULT 0,
pvoteds INT NOT NULL DEFAULT 0,
cvoteds INT NOT NULL DEFAULT 0,
upvoteds INT NOT NULL DEFAULT 0,
downvoteds INT NOT NULL DEFAULT 0,
kickeduntil DATETIME NOT NULL,
PRIMARY KEY (userid),
KEY userid (userid),
KEY points (points),
KEY active (lastposted)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

`
@jacksiro : Please help me with the issue

blog save error

AH01071: Got error 'PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/misite.com/httpdocs/qa-include/qa-base.php(720) : eval()'d code on line 86PHP message: PHP Question2Answer MySQL query error 1054: Unknown column 'blog' in 'where clause' - Query: SELECT * \n\t\t\t\t\tFROM qa_posts \n\t\t\t\t\tWHERE postid < blog\n\t\t\t\t\tAND type='Q'\n\t\t\t\t\tORDER BY postid DESC\n\t\t\t\t\tLIMIT 1'

Tks for you help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.