Tags:
php,
acp
What are tags?
fa:import
5 years ago
by
Koncept
with 8 comments.
Tags:
php,
fa,
import,
filearts,
template,
koncept
FAimport is used when trying to import another template file.
Coauthors and revisions
5 years ago
by
k4st
with 0 comments.
Tags:
php,
coauthors,
revisions,
history,
threads
I've changed the way co-authors work, and I've also added in thread revisions. So, geoffrey, when you read this, go into this thread, on the top right (in the main menu), you should see 'edit'...
Tag threads
5 years ago
by
k4st
with 0 comments.
Tags:
php,
feature,
tag
You can now tag threads... Yippee! Assumming you're registered and have permission to tag a thread, beside the edit buttons / rating buttons in the single thread view, you should see a 'tag'...
Added new/fresh caching
5 years ago
by
k4st
with 0 comments.
Tags:
php,
ajax,
javascript,
fresh,
dom,
new
I made it so that the new/fresh switcher on the main page caches its results.. so it only really does a maximum of 2 ajax requests.
Popular and fresh
5 years ago
by
k4st
with 0 comments.
Tags:
php,
ajax,
javascript,
popular,
fresh
So, I just made it (offline, and on svn) that you could AJAX switch between popular and fresh threads on the main page. Some things I should add to it are caching withing certain time intervals, saving...
Just finished the basic perms acp section
5 years ago
by
k4st
with 0 comments.
Tags:
php,
acp,
admin,
perms,
permissions
I just finished the basic permissions section on the admin panel. It is a lot less complicated then it sounds. All it does right now is manage permission objects and their permissions.. but none of this...
Aha, found the problem
5 years ago
by
k4st
with 0 comments.
Tags:
php,
php4,
php5
So, only a few minutes ago, several of the links didn't work. This is because of a simple difference between PHP4 and PHP5 which caused me a bit of annoying. The __CLASS__ method of PHP4 returns a...
Remote XML classes
5 years ago
by
k4st
with 0 comments.
Tags:
php,
programming
Yesterday I finished work on the remote XML extension. This extension deals with creating a cURL session or opening a socket to a server to get/send data. It is meant to work with REST and RPC applications,...
