Search found 32 matches

by imkingdavid
17 Oct 2010, 00:56
Forum: MOD Feedback
Topic: [MODDB] Topic Multi-Moderation
Replies: 9
Views: 13472

Re: [MODDB] Topic Multi-Moderation

Finally, this MOD has been validated into the MOD Database, more than 1 year after initial development was begun. Version RC7 is the same as version 1.0.0. You do not HAVE to update unless you desperately wish to, if only to get the annoying message in the ACP to go away. :lol: This topic is now clo...
by imkingdavid
04 Jul 2010, 03:09
Forum: phpBB Development discussion
Topic: My Topic Tag Mod Problem
Replies: 2
Views: 8871

Re: My Topic Tag Mod Problem

You cannot use "echo()" to display anything inside phpBB and have it show where you want it to due to how phpBB is coded. You can use $template->assign_vars(); with the template system to display whatever you want wherever you want it.
by imkingdavid
29 May 2010, 01:51
Forum: phpBB Development discussion
Topic: General - how are you able to focus on coding for a while?
Replies: 3
Views: 10218

Re: General - how are you able to focus on coding for a whil

Like the topic says I guess. I find that when I'm trying to make a phpbb mod, that because its a hobby, I'm not actively learning the ins and outs of it. This means that I need to recap where I was, and what part I was actually changing. By the time I've done that, I get almost nothing actually don...
by imkingdavid
01 May 2010, 13:21
Forum: General Discussion
Topic: That's Right it's Typo's Birthday!!!
Replies: 1
Views: 1878

Re: That's Right it's Typo's Birthday!!!

I guess I missed it... but happy belated birthday, anyway! :)
by imkingdavid
13 Apr 2010, 23:55
Forum: MOD Feedback
Topic: [NEW] [BETA] Instant Messenger + User status MOD 0.4.0
Replies: 11
Views: 22604

Re: [BETA] Facebook chat with fixed bottom bar 0.2.0

I tested with two of the demo users by opening in two browsers (Chrome and Firefox). Works great. Nice job, and hopefully it will get released soon! :)
by imkingdavid
06 Apr 2010, 03:22
Forum: Introductions
Topic: kaya
Replies: 1
Views: 1603

Re: kaya

Welcome to phpBB Modders!
by imkingdavid
06 Apr 2010, 03:21
Forum: MOD Feedback
Topic: [MODDB] Signature Forum Select
Replies: 0
Views: 9227

[MODDB] Signature Forum Select

MOD title: Signature Forum Select MOD description: A new multi-select box is added in the Edit Signature page in the UCP, allowing users to exclude their signature from showing in certain forums. MOD version: 1.0.0 phpBB version: 3.0.7-PL1 Development stage: MOD DB phpBB.com Release Topic: [url=htt...
by imkingdavid
04 Apr 2010, 01:03
Forum: Introductions
Topic: Hi I am ©®@©
Replies: 2
Views: 1848

Re: Hi I am ©®@©

Welcome. <!-- s:beer: --><img src="{SMILIES_PATH}/icon_e_beer.gif" alt=":beer:" title="Beer" /><!-- s:beer: --> If you are not familiar with PHP to begin with, you should check out some guides by doing a quick Google search. Once you've got that down, if you're not familiar with the phpBB code base/...
by imkingdavid
29 Mar 2010, 19:28
Forum: phpBB Development discussion
Topic: Odd assign_block_vars problem
Replies: 3
Views: 12335

Re: Odd assign_block_vars problem

Why not just do this: <!-- INCLUDE overall_header.html --> <h2 class="solo">{PAGE_TITLE}</h2> <div class="forumbg"> <div class="inner"><span class="corners-top"><span></span></span> <table class="table1" cellspacing="1"> <thead> <tr> <th>Us...
by imkingdavid
21 Mar 2010, 21:49
Forum: General Discussion
Topic: Its the big guys birthday!
Replies: 4
Views: 3853

Re: Its the big guys birthday!

Oops I missed it. :P Well, Happy Birthday anyway! :beer:
by imkingdavid
13 Mar 2010, 13:58
Forum: Library
Topic: functions_cute_url.php
Replies: 24
Views: 88329

Re: functions_cute_url.php

Read the hooks_system.html in the docs folder of phpBB. All you have to do is name the file accordingly (hook_something.php?) and put it into includes/hooks. And you need to make sure cute_urls are available globally. Alright, cool. I'm sorta new to hooks, so this will be a good opportunity to lear...
by imkingdavid
13 Mar 2010, 01:55
Forum: Library
Topic: functions_cute_url.php
Replies: 24
Views: 88329

Re: functions_cute_url.php

Alright, I'm having trouble understanding how to use the fix url hook provided recently in this topic. Can you give a walkthrough about it like you did for the functions_cute_url.php file? Thanks!
by imkingdavid
11 Mar 2010, 20:13
Forum: phpBB 3.0.x "Olympus" discussion
Topic: Want to embed phpbb
Replies: 4
Views: 11240

Re: Want to embed phpbb

first i would like to thank you both for your replies as i said previously i am a newbie when it comes to any coding really,my site is a arcade site that uses Smarty Templates,i have played around with diffrent things trying to integrate the header and footer of the arcade to phpbb2,but havent had ...
by imkingdavid
09 Mar 2010, 01:57
Forum: phpBB 3.0.x "Olympus" discussion
Topic: phpBB Modders Article System?
Replies: 13
Views: 33736

Re: phpBB Modders Article System?

Oh yeah, I actually published it: http://phpbbmodders.net/board/viewtopic.php?p=20651#p20651 :o Wow I should have asked sooner. That would have saved me a good few days of scratching my head and threatening my computer that I would toss it out the window if it didn't start working. Thanks a ton for...
by imkingdavid
07 Mar 2010, 03:50
Forum: phpBB 3.0.x "Olympus" discussion
Topic: phpBB Modders Article System?
Replies: 13
Views: 33736

Re: phpBB Modders Article System?

I have cloned it for someone else but won't be releasing it. The clean urls took more than 5 days to get them to work properly because phpBB uses relative paths. The issue is that for PHP includes, the path is relative to the actual file that is calling it, but for images and CSS and such, the path ...

Go to advanced search