Thanks!
1 2007-08-05 19:14
Re: Addiction Guild - World of Warcraft Site (3 replies, posted in PunBB 1.2 show off)
2 2007-08-05 17:03
Re: Make the announcement message in Admin section parse like a post? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Anyone have ideas?
3 2007-08-03 18:06
Topic: Make the announcement message in Admin section parse like a post? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is it possible to make the announcement message that can be turned on from the backend admin section parse code as if you were to make a normal post in a forum?
4 2007-08-03 09:06
Topic: Addiction Guild - World of Warcraft Site (3 replies, posted in PunBB 1.2 show off)
Well. Its pretty much done. Thought I would throw it out there. Shoutout to Quaker! Thanks for the help. Still have not got the second bar working to put the Item links in.. Oh well.
Take a look!
5 2007-06-28 22:06
Re: HOW TO: Change moderator post color. (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Bump. Interested in this also.
6 2007-06-23 23:44
Re: New frontpage index mod! (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have been keeping a eye on this thread, Quaker and I have been discussing it on Punres.org
http://www.punres.org/viewtopic.php?id=3508
Can you make the feeds pull from 2 different threads.
For example:
Have 1 news feed pull from say a category / thread called: Recent News
Have another feed pull from a different category / thread called: Annoucements
Have 1 have priority or rankings over the other, so it will show up before, or above the other on the frontpage.
I am have no real experience in coding, so don't laugh at me. But maybe something of this sort.
$newsid = array();
$newsid[] = '1, 2posts';
$newsid[] = '4, 3 posts';
$newsid2 = array();
$newsid2[] = '1, 2posts';
$newsid2[] = '4, 3 posts';