Forums
I found a great write up on how to integrate PunBB forum software with the K2 WordPress theme that I am currently using. I am not too sure if this blog needs forums, but it is more of a proof-of-concept thing right now.
Paul Stamatiou Paul is an Atlanta-based 22 year old Georgia Tech student and Skribit Co-Founder known for his prowess with all things tech. More.
I found a great write up on how to integrate PunBB forum software with the K2 WordPress theme that I am currently using. I am not too sure if this blog needs forums, but it is more of a proof-of-concept thing right now.
[...] I agree with Paul (HEY that’s my name too!) at PaulStamatiou.com and doubt a forum on this site will get much use, but I’m going to see if I can integrate PunBB forum into Wordpress. Of course, I will be doing this while using the K2 theme. This post here on almost effortless should help a lot. Technorati Tags: k2 punBB wordpress // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } [...]
Excellent! I enjoyed reading your material.