Giter Site home page Giter Site logo

intval / phpguide Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 13.0 3.66 MB

The code for the Israel php community (phpguide)

Home Page: http://phpguide.co.il

Ruby 0.43% PHP 70.99% CSS 17.01% CoffeeScript 0.99% JavaScript 6.33% ApacheConf 2.14% PLpgSQL 2.03% Batchfile 0.06% HTML 0.01%

phpguide's People

Contributors

bbln avatar coolcool avatar dekelyi avatar galredjelly avatar higj avatar idanyadgar avatar intval avatar kingyes avatar marenzo avatar orelby avatar raslin avatar raz1001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

phpguide's Issues

Going Laravel?

Is there any chance you'll agree to go Laravel and refactor? I'm willing to do the work myself, in fact.
P.S. If so, let's wait until L4 is released as stable. Shouldn't take long now.

Pagination problem (QnA)

Hi Alex,
You have a problem in the pagination at the QnA section.

For exmaple:
Try to move to another page, and afterwards click on another page.
You'll get this url:
http://phpguide.co.il/qna/qna/?page=3
which will lead you to 404 page.

btw,
respect you for your site. awesome!

cookies time to leave

For some reason, logon cookies don't leave as long as expected.
In fact, the do exist until 2013, but visiting the page with the cookie (when session is timed out) don't get you authorized.

Qna votes?

I think its very good to add this option on qna..

stupid validation error on qna new question empty description

Write new question's titel, leave body empty, try to submit -> get plain english validation error in array.
Solution: allow empty question body. Sometimes the question title is enough.

  • add placehoder to question body "פרט את שאלתך";

recent comments to hidden posts causes 500

If someone leaves a comment on a post which later being disapproved from publication
the comment still appears on the recent events list on the sidebar,
but model's restrictions do not let it to fetch the post's url and title,
thus accessing them when outputting the comment text leads to 500 error

qna links not good..

I installed now this system on my pc, and i setup on subdomain.
And the qna item link not work ok (just in main one).. so i test to use with $this->createUrl() and i get /qna/view?id=..

What need to fix this?

Adding the option to use canonical tag

There are people who might want to publish in this website tutorial series (only the introduction or something like that), but still to publish them in their blog (or somewhere else) without harming their blog's SEO (or this website's).
I know that I want that option. Maybe other people also want this ability.
I would have written it myself (and I don't think it's complicated), but I don't know anything about YII. I use Laravel...
Thanks in advance. :)

Mark new posts in questions

Currently there is no indication whether someone had reacted on the question or added a new answer
without remembering how many answers each question had.
Should add indicator (New answer since last visit)

ie 6/7 fails (hard)

IE 6/7 refuses to render the page ( html5 markup)

Proposed solution:

  • Remove ie_styles file and conditional style-sheet tag from header.php
  • Integrate something like this for IE users
    ( Don't forget to include this script/style with conditional tags [if IE 8] )

The db not upgrade...

I can't use now with the codes..

CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'last_activity' in 'order clause'. The SQL statement executed was: SELECT t.qid AS t0_c0, t.subject AS t0_c1, t.bb_text AS t0_c2, t.html_text AS t0_c3, t.authorid AS t0_c4, t.time AS t0_c5, t.status AS t0_c6, t.views AS t0_c7, t.answers AS t0_c8, t.last_answer_time AS t0_c9, author.real_name AS t1_c2, author.login AS t1_c1, author.email AS t1_c6, author.id AS t1_c0 FROM qna_questions t LEFT OUTER JOIN users author ON (t.authorid=author.id) WHERE (status!="hidden") ORDER BY last_activity DESC LIMIT 7

[request] Replace the bbcode format in markdown format

I have a suggestion: change the bbcode format in markdown format
markdown much more convenient and easy from bbcode.
markdown: [This link](http://example.net/) bbcode: [url=http://example.net/]This link[/url]
markdown: **hey** bbcode: [b]hey[/b]

Spam comments

Should limit number of comments per second an user could post

Replace the BBCode editor with CKEditor?

Hello!
I`m wrote a few articles to the website, but I found that is a really hard to styling the article.
If the articles were on English - so OK. lets keep the BBCode editor.
but because we wrote on Hebrew - the english BBCodes mess all the text...
So I suggest using the CKEditor for WYSIWYG editing.
And if you want to edit your article - so we use the inline editor...
I can install and configure that on my own - I just want your approve.

PS: the WYSIWYG can be translating to BBCode! like on this example: BBCode demo
So what are YOU think? :)

Add to favorites

Every user should be able to mark a qna post AND a blog post as favorite and have his own favorites page
for easier recurring access

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.