Search found 753 matches

by juliekate
Fri Nov 25, 2005 10:13 pm
Forum: 2.0.x Support Forum
Topic: Help - Cannot logout
Replies: 12
Views: 1228

I've had a few ppl with logout problems and it was cookie domain related.

Make sure the cookie domain is filled in, and reads:

.domain.org (note the two dots)

Clear your cache, close all browsers and reopen.
by juliekate
Fri Nov 25, 2005 7:46 pm
Forum: 2.0.x Support Forum
Topic: Using Phpbb as a members only site
Replies: 4
Views: 437

Also look into VisionGate if you want to pay for membership subscription - this site includes a phpbb integration module.
by juliekate
Fri Nov 25, 2005 7:39 pm
Forum: 2.0.x Support Forum
Topic: Help - Cannot logout
Replies: 12
Views: 1228

Total stab in the dark - what's in your domain and cookie domain values under General Admin > Configuration?
by juliekate
Fri Nov 25, 2005 7:13 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Bandster for phpBB back in development
Replies: 13
Views: 1724

Bandster for phpBB back in development

Hi all, After about a year hiatus, and ripping down my Bandster music mod, I've decided to reopen it due to some schedule changes and offers of help. Currently I have one site administrator who will keep the board running during development and one tester/junior coder. I'm writing to see if there ar...
by juliekate
Sun Jul 10, 2005 11:56 am
Forum: [2.0.x] MODs in Development
Topic: [ABD] Music Online Mod v2.0.65
Replies: 12
Views: 4294

Sorry, I'm no longer working on this project. I hope to be able to return to it one day. First post edited.
by juliekate
Fri Jul 08, 2005 9:36 pm
Forum: [2.0.x] MODs in Development
Topic: [BETA] Quote of the Moment v2.3.1
Replies: 42
Views: 6376

Hmm - are you using phpMyAdmin? what version?
by juliekate
Wed Mar 30, 2005 7:37 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Building Online Communities with phpBB 2
Replies: 4
Views: 1024

FWIW, I use www.editplus.com. It lets you open remote webfiles, tweak, and save back to the remote server without having to browse for anything. I really like it. Also has code hints and coloring which made my learning go muuuuch faster. You can also save your files on the webserver or locally as a ...
by juliekate
Wed Mar 30, 2005 7:29 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: [Solved] Memory Exceeded in loop hell
Replies: 2
Views: 407

Thank you for the reply! I actually took a break, came back, and made the code much smaller and sensible. No need for all those nested iterations...I love making things more complicated than they need to be. For posterity if( $db->sql_numrows($result) < 1 ) { // // No songs Found // $template->assig...
by juliekate
Wed Mar 30, 2005 4:39 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: [Solved] Memory Exceeded in loop hell
Replies: 2
Views: 407

[Solved] Memory Exceeded in loop hell

Hi all, I've been raking through support on this and found a few things that have helped the error but I'm still getting it, although the header now parses. In a nutshell, my code looked like this: header info IF statement - SWITCH mode -- Bunch of modes ---case 'default': ----$bandrow = array(); --...
by juliekate
Mon Mar 21, 2005 8:34 pm
Forum: [2.0.x] MOD Requests
Topic: Auto-join a usergroup when point level is reached
Replies: 0
Views: 187

Auto-join a usergroup when point level is reached

I know there's a mod out there for this - searching this site turned up 82 pages of possibilities!! I also searched google and other mod sites, and am not having luck.

Any help is sooo appreciated :)

Kate
by juliekate
Wed Mar 16, 2005 2:40 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: sorting arrays
Replies: 0
Views: 314

sorting arrays

Hiya :) I've been reading about arrays over and over and I'm not getting it. I have a merchandise mod that displays a type (category) and then all the products inside it. However I'd like it to sort by size from S -> XL, and I know it has something to do with assigning the array keys, and then sorti...
by juliekate
Sun Mar 13, 2005 12:37 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Empty variable template in viewprofile?
Replies: 3
Views: 745

Okay - try the below and let me know what errors you get. I have done this exact thing in my Bandster mod so trust me I've been through the wringer getting it to work. To show you what I've done on my page, the code will show "no comments" like http://www.kate-eryn.com/bandster/phpBB2/musi...
by juliekate
Sat Mar 12, 2005 7:26 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Coding standards for Olympus
Replies: 5
Views: 634

I haven't looked at Olympus yet, but thanks for the info.
by juliekate
Sat Mar 12, 2005 7:24 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Auth edit problems
Replies: 0
Views: 453

Auth edit problems

This is driving me {{{{CRAAAZY}}}} I am trying to add base level authorization to Bandster, in that, when you go to music_band.php and it displays all the registered bands, if you are a band member of one of those bands, you get edit access. The access works in music_band.php?mode=editband, but I wa...
by juliekate
Sat Mar 12, 2005 7:07 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Empty variable template in viewprofile?
Replies: 3
Views: 745

Try something like this...I assumed some vars in your sql //u is for the viewprofile&u= var $thisperson = $HTTP_GET_VARS['u']; $sql = "SELECT comment_text, comment_user_id, profile_id, COUNT(comment_id) AS count FROM " . COMMENTS_TABLE . " WHERE user_id = '" . $userdata['user...

Go to advanced search