R_J
AdminR_J Admin
-
Re: [SOLVED] What, in the DB, could prevent email notifications of PMs being sent?
The only thing I know of that has something to do with notifications might be the activity table. Maybe you try backing up ActivityType and Activity of your BAK db, upload your live db tables into yo… (View Post)1 -
Re: Articles / Blog App: Make It Happen!
@Aviram: if you already have a community, you may tell them what great feature they could have, if only they donate a dollar. Then you could tell us what amount your community stand for and maybe you… (View Post)3 -
Re: New Opensource forum - would you want to switch?*
I like NodeBB from the technical point of view. It's appealing to me that you have to learn only one language to get a forum going. You will never be able to create a modern forum without js, because… (View Post)2 -
Re: Pager on profile tab doesn't work
Oh, and here is an example on how I have implemented a pager somewhere else: // parse page offset $Offset = GetValue('0', $Sender->RequestArgs, '0'); list($Offset, $Limit) = OffsetLimit($Offset, C… (View Post)2 -
Re: Kindly asking for help with a plugin
Creating a profile view that looks like a native view was exceptionally hard for me! That's why I'll explain what I've done and - whenever I can ;) - why I have done what I have done. First the compl… (View Post)2
