We used to have a YaBB thread here, but now with our switch over we have the Invision Power Board or IPB thread. This thread is for all your IPB related wishes. You can also discuss the IPB site as well as IPB Planet, etc.
First of all I would like to say that I am actually glad I left YaBB for the CPU and resources, but sad also because I missed the easy way it was to customize YaBB. The support on IPB Planet is very good though so I do not miss the YaBB support as much as I would have.
Right now I am waiting on a couple of things to get here like the old YaBB board:
1. HTML in topic description
2. Ability to show author field in skin_global.php
Now I am trying to get the icons back into certain threads, but for some reason the threads that were converted from YaBB do not allow me to edit the topic description or title fields. When you click on edit it does not show the fields at all, only the message from the thread can be edited.
Yes CTM, great job, its good to see you are so humble about it We do really have some very good mod writers. I do not know if I like the 'new' idea of charginf for mods though. I think there should be a seperate board for that.
I have been asked quite a few times how I stop guests from reading threads but still allow them to look at the boards and topics. I decided to post the custom code we use here:
In Topics.php
Look for...
CODE |
//------------------------------------- // Error out if the topic is not approved //------------------------------------- |
CODE |
if ($ibforums->member['id'] < 1) { require ROOT_PATH."location of page to be taken to"; } |