Search found 33 matches

by xxxopenxxx
Thu May 14, 2009 6:39 am
Forum: [3.0.x] MODs in Development
Topic: [MODDB] ReIMG Image Resizer
Replies: 240
Views: 23197

Re: [DEV] ReIMG Image Resizer (+lightbox)

This is a great mod. I believe the mod itself should be with lightbox so that there are no problems on a commercial site. That said, it would be nice to be able to use Highslide for those who don't have commercial sites :D
by xxxopenxxx
Wed May 06, 2009 11:35 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] Topics Descriptions 0.4.1
Replies: 60
Views: 8699

Re: [BETA] Topics Descriptions

I'm definitely interested in this mod :D *bookmarks*
by xxxopenxxx
Wed Nov 05, 2008 3:52 pm
Forum: [3.0.x] MODs in Development
Topic: [DEV] Page Permissions 3.x
Replies: 11
Views: 1046

Re: [DEV] Page Permissions 3.x

I would love this mod!
by xxxopenxxx
Mon Oct 13, 2008 9:18 pm
Forum: [3.0.x] MOD Database Releases
Topic: Posting template
Replies: 368
Views: 80990

Re: Posting template

How would I modify this to also include a preset title? In posting.php //-- mod : Posting Template ------------------------------------------------------------ //-- add if ($mode == 'post' && !empty($post_data['forum_post_tpl'])) { $post_data['post_text'] = $post_data['forum_post_tpl']; } //...
by xxxopenxxx
Mon Sep 08, 2008 5:06 pm
Forum: [3.0.x] MOD Database Releases
Topic: Board3 Portal
Replies: 1485
Views: 226138

Re: Board3 Portal

Edit: Sorry, I believe I made a mistake. Works 100% :D
by xxxopenxxx
Fri Jun 13, 2008 6:29 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Today's topics mod
Replies: 5
Views: 529

Re: Today's topics mod

Yes, this definitely is something I'd like to see :D
by xxxopenxxx
Fri Jun 13, 2008 2:09 pm
Forum: [3.0.x] MOD Requests
Topic: user name mod
Replies: 1
Views: 205

Re: user name mod

You could use a custom profile field, though it wouldn't appear the way you want it to.

Also, take a look at this:
http://www.phpbb.com/community/viewtopi ... 2&t=994965
by xxxopenxxx
Sun Jun 01, 2008 8:15 pm
Forum: [3.0.x] MOD Requests
Topic: [Request] Topics a user has viewed
Replies: 14
Views: 596

Re: [Request] Topics a user has viewed

I would like to see this mod developed. Or even if it wasn't this complex, I'd like it basic like this one: http://www.phpbb.com/community/viewtopic.php?f=70&t=546593 Which hasn't had a response from the author in ages, in addition no where to download the beta and work from there. I truly would...
by xxxopenxxx
Sun Jun 01, 2008 8:12 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] JC Topic View Tracker 0.5.2
Replies: 167
Views: 45235

Re: [Beta] JC's Topic View Tracker 0.1.0

It would be incredible if someone else made something like this, I would definitely enjoy it. It's unfortunate that people abandon things and don't make it possible for others to continue based on what they started. I wish he left it available to download at least or have an attachment :?
by xxxopenxxx
Thu Feb 07, 2008 3:22 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Target post BG colour
Replies: 5
Views: 577

Re: Target post BG colour

Worked a treat bud. Just incase you were copying and pasting there is an error with: 'P_USERNAME' =>$user->data [username], The single quotes being missing: 'P_USERNAME' =>$user->data ['username'], Only other thing I changed was the name for the new colour, I called it bg_author as that will possib...
by xxxopenxxx
Thu Feb 07, 2008 6:02 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Target post BG colour
Replies: 5
Views: 577

Re: Target post BG colour

Hi, I am currently working on a mod that will do this and more. I assume you do not want to wait for it,so I'll give you the code that will do what you want. Please be warned that there may be a better way of doing this and that my code may be sloppy because I'm still working on it. WARNING: Please ...
by xxxopenxxx
Wed Feb 06, 2008 7:37 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Function to obtain poster group id
Replies: 8
Views: 2019

Re: Function to obtain poster group id

'user_group_id' => $row['group_id'], where $user_cache[] is being filled and Look for the second $user_cache[$poster_id] = array( where it is filling in the user_cache. Put that user_group_id thing there. Perfect! Sorry for the mistake. Thank you VERY VERY much. EDIT: Now I just need to fix some of...
by xxxopenxxx
Wed Feb 06, 2008 7:17 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Function to obtain poster group id
Replies: 8
Views: 2019

Re: Function to obtain poster group id

Did you put those two lines in the two separate places I told you? Is "group 5" the user's default group? I placed the following 'user_group_id' => $row['group_id'], 'POST_AUTHOR_GROUP_ID' => $user_cache[$poster_id]['user_group_id'], in the $postrow = array( in the /viewtopic.php file. Th...
by xxxopenxxx
Wed Feb 06, 2008 6:45 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Function to obtain poster group id
Replies: 8
Views: 2019

Re: Function to obtain poster group id

$row['groupId'] should be $row['group_id'] My fat fingers missed the underscore You would also have to use postrow.POST_AUTHOR_GROUP_ID in your template That doesn't seem to be working either. Is there a way I can output what 'user_group_id' => $row['group_id'], 'POST_AUTHOR_GROUP_ID' => $user_cach...
by xxxopenxxx
Wed Feb 06, 2008 6:16 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Function to obtain poster group id
Replies: 8
Views: 2019

Re: Function to obtain poster group id

You mean like: 'user_group_id' => $row['groupId'], where $user_cache[] is being filled and 'POST_AUTHOR_GROUP_ID' => $user_cache[$poster_id]['user_group_id'], where postrow is being filled? Note that that will only set your poster's default group, not all of their groups. I could be doing something...

Go to advanced search