Search found 83 matches

by CyberGeek
Fri Oct 17, 2008 9:33 am
Forum: [3.0.x] MOD Writers Discussion
Topic: ADM Left Navigation
Replies: 0
Views: 95

ADM Left Navigation

Hello,

How is the left navigation or where is the left navigation of the Administration Control Panel being built. In regards to the l_block# template vars, etc. ( What PHP file? ... )
by CyberGeek
Tue Oct 09, 2007 11:22 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Looping Template Variables
Replies: 1
Views: 395

Looping Template Variables

Hello, is it possible to loop the $template->assign_var_from_handle(); . What I am trying to do is output the same template block with different data multiple times. Now the reason I am I not using $template->assign_block_vars(array()); is because within this template block is the assign_block_vars....
by CyberGeek
Mon Feb 05, 2007 5:16 am
Forum: [2.0.x] MOD Writers Discussion
Topic: phpBB db schema outside of phpBB
Replies: 0
Views: 253

phpBB db schema outside of phpBB

Hello, Is there a way to use the MySQL class from mysql.php in the /db/ directory outside of the phpBB? In other words, how could I use the db/mysql.php class in another open source software that will be able to connect to phpBB if the user chooses to? The mysql class needs to be used first though. ...
by CyberGeek
Sun Feb 04, 2007 2:51 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: preg_match trouble
Replies: 2
Views: 332

preg_match trouble

Good Morning,

What would be the appropriate preg_match syntax for checking a filename that has a .zip extension? If someone could help with this that would be great!

Thank-you in advanced and this is most appreciated! :D
by CyberGeek
Fri Jan 26, 2007 9:29 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: SQL going wrong ...
Replies: 1
Views: 263

SQL going wrong ...

Hello, Alright, I am having some problems. For some reason, after the form fields are filled and I push submit, for some reason it does not fill the sql table properly. It does not insert any data that was updated or any data periodly. Here is the PHP file code: (dont mind the error messages ;)) <?p...
by CyberGeek
Sat Jan 20, 2007 5:20 pm
Forum: [2.0.x] MOD Requests
Topic: Is there such a thing ...
Replies: 3
Views: 386

Ya, I was just curious if anyone knows if there is already a pre-existing modification like this :D
by CyberGeek
Sat Jan 20, 2007 2:08 pm
Forum: [2.0.x] MOD Requests
Topic: Is there such a thing ...
Replies: 3
Views: 386

Is there such a thing ...

Is there such a phpBB MODification: A topic can only be posted if a file is attached. (can be turned on or off for different parts of the site) The file has to be uploaded to a "safe" directory on the server, so that it can't be downloaded directly. A link to the file that is uploaded will...
by CyberGeek
Wed Jan 10, 2007 3:07 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: $emailer-> ....
Replies: 2
Views: 290

Hey,

Thanks eviL3. I got it working now before you posted that, but that was very helpful also! :D
by CyberGeek
Wed Jan 10, 2007 6:27 am
Forum: 2.0.x Support Forum
Topic: Got a question about redirecting..
Replies: 1
Views: 147

Greetings, You can do this a couple of different ways. I suggest doing the following: 1. Create a .htaccess file and within it use code similar to this: DirectorIndex index.php 2. Create a index.php file and within it use code similar to this: <?php header("Location: domain.com/forum/"); ?>
by CyberGeek
Wed Jan 10, 2007 4:53 am
Forum: [2.0.x] MOD Writers Discussion
Topic: $emailer-> ....
Replies: 2
Views: 290

$emailer-> ....

Hello,

Could someone please explain to me how to use the built in emailer class properly. Or at least point me to some type of documentation. I have tried different things trying to use it in custom code, but unfortunatley I can not get it to work.

Thank-you in advanced! :D
by CyberGeek
Wed Jan 10, 2007 4:46 am
Forum: [2.0.x] MOD Writers Discussion
Topic: problem with admin_*.php code and selecting usernames
Replies: 7
Views: 565

Nevermind! I got it all working now. :D
by CyberGeek
Wed Jan 10, 2007 2:07 am
Forum: [2.0.x] MOD Writers Discussion
Topic: problem with admin_*.php code and selecting usernames
Replies: 7
Views: 565

Alright. Well I got that part figured out. Thanks Brf. But now, why wont my nested while loop work? My code is below: if( $project_id ) { $client_project_id = $project_id; $sql = "SELECT * FROM " . CLIENT_PROJECT_TABLE . " WHERE project_id = " . $client_project_id; if( !($result ...
by CyberGeek
Tue Jan 09, 2007 10:08 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: problem with admin_*.php code and selecting usernames
Replies: 7
Views: 565

Greetings,

Brf and blazes, both of those different solutions do not work at all. None of the SQL Update statements are working at all. Does anyone know why and a solution to updating the sql table?
by CyberGeek
Mon Jan 08, 2007 10:16 am
Forum: [2.0.x] MOD Writers Discussion
Topic: problem with admin_*.php code and selecting usernames
Replies: 7
Views: 565

hello,

thanks for the quick reply. that got rid of the error messages, now the code won't update the different db tables. what could be causing this?
by CyberGeek
Mon Jan 08, 2007 9:41 am
Forum: [2.0.x] MOD Writers Discussion
Topic: problem with admin_*.php code and selecting usernames
Replies: 7
Views: 565

problem with admin_*.php code and selecting usernames

hello, alright. im having some difficulties for some reason. when i execute the approval mode, i keep receiving the following error: 2. Could not retrieve all necessary data for validation checking DEBUG MODE SQL Error : 1054 Unknown column 'test' in 'where clause' SELECT * FROM phpbb_users WHERE us...

Go to advanced search