mahz
01-24-2007, 09:14 PM
From my root, I'm going to have submit_article.php where logged in users can write articles and submit them to a table.
I'm using a login for non-vB pages script (https://vborg.vbsupport.ru/showthread.php?t=132996) currently and I'm wondering what the best way to do this is. I'm not a fan of templates and this should only require snippets of query.
I suppose I'd want to make a user submitted article table that's separate from vBulletin's db, correct? I will be using this system to submit my own articles as well.
From the front page, I then want to be able to display things like "Newest Articles" "Most Popular Articles" (most page views) and such.
Can anyone point me in the right direction?
I'm using a login for non-vB pages script (https://vborg.vbsupport.ru/showthread.php?t=132996) currently and I'm wondering what the best way to do this is. I'm not a fan of templates and this should only require snippets of query.
I suppose I'd want to make a user submitted article table that's separate from vBulletin's db, correct? I will be using this system to submit my own articles as well.
From the front page, I then want to be able to display things like "Newest Articles" "Most Popular Articles" (most page views) and such.
Can anyone point me in the right direction?