Search found 11 matches

by TinaMay
Tue Jul 01, 2008 5:10 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Re: Accessing phpBB3 variables outside phpBB3

Got it. Thanks again for all of your help!
by TinaMay
Tue Jul 01, 2008 4:58 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Re: Accessing phpBB3 variables outside phpBB3

Thanks! That did the trick. Does anyone happen to know how to navigate up the file structure through? I am using "../" and its not working. Is it OK to have the phpBB3 folder be in a completely different folder than the folder that is trying to access the variables? My code is below: $phpb...
by TinaMay
Tue Jul 01, 2008 2:54 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Re: Accessing phpBB3 variables outside phpBB3

Thanks -- I think it's getting there. So, I used the "if ($user->data['user_id'] == ANONYMOUS)" code from the article - but it's still not working. Do I need to call an additional function? The totality ofthe code is re-produced below. Thanks! <?php define('IN_PHPBB', true); $phpbb_root_pa...
by TinaMay
Tue Jul 01, 2008 2:23 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Re: Accessing phpBB3 variables outside phpBB3

Thanks for the article. I don't quite think it solves my dilemna though. I need to access the variables outside the phpBB instance. The article seems to explain how to access them from within the instance. Am I missing something???


Thanks again!
by TinaMay
Tue Jul 01, 2008 2:09 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Re: Accessing phpBB3 variables outside phpBB3

More specifically does phpBB3 have a session_pagestart () function b/c this is the error I get when I run the code listed below. THANKS!!!!!! ERROR: Fatal error: Call to undefined function: session_pagestart() in /homepages/29/d244682546/htdocs/ExDelicti/MemberPHP.php on line 11 CODE: <?php define('...
by TinaMay
Tue Jul 01, 2008 1:58 pm
Forum: [3.0.x] Support Forum
Topic: Accessing phpBB3 variables outside phpBB3
Replies: 10
Views: 762

Accessing phpBB3 variables outside phpBB3

I am trying to verify whether or not someone is logged into the forum from outside the forum. I found the following article for phpBB2 - however it doesn't seem to work for phpBB3. Any thoughts on what to do to get it to work in phpBB3? Thanks. http://www.phpbb.com/community/viewtopic.php?f=35&t...
by TinaMay
Tue Jul 01, 2008 2:07 am
Forum: [3.0.x] Support Forum
Topic: Way to specify that only logged in users can view forums?
Replies: 1
Views: 227

Way to specify that only logged in users can view forums?

I am wondering if there is a way to specify that only logged in users can view forums? Right now anyone can view the forums and only logged in users can post. But, I want to "lock down" my forum such that only people logged in can read them.

Any help is mucho appreciated!!!! Thank you!!!!
by TinaMay
Mon Jun 30, 2008 11:39 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Accessing php variables from outside phpBB instances
Replies: 38
Views: 37314

Re: Accessing php variables from outside phpBB instances

I have been trying to do the same thing but with no success. Basically, I am trying to access the S_USER_LOGGED_IN variable so that I can customize the links on my menu bar based on whether or not someone is logged into the message board. As background, I have the message board embedded within my ma...
by TinaMay
Thu Jun 26, 2008 7:09 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Removing the white space/padding above the header
Replies: 1
Views: 208

Removing the white space/padding above the header

I see someone said they were able to "delete the top margin right above the header." Right now in my forum, there is why space before any of the text starts - that is before the header logos etc.

I am wondering how the top margin above the header is deleted??

Thanks!!
by TinaMay
Thu Jun 26, 2008 6:15 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: [How To] Modify prosilver's header
Replies: 2037
Views: 496574

Re: [How To] Modify prosilver's header

I see someone said they were able to "delete the top margin right above the header." Right now in my forum, there is why space before any of the text starts - that is before the header logos etc.

I am wondering how the top margin above the header is deleted??
by TinaMay
Thu Jun 26, 2008 4:18 pm
Forum: [3.0.x] Support Forum
Topic: How to receive an email notification when someone signs up
Replies: 1
Views: 144

How to receive an email notification when someone signs up

Does anyone know how to have the admin receive an email "alert" when someone signs up for a forum? I did search the boards for an answer to this already and it seemed like folks were running into different problems - like they weren't getting an activation email. In my case, new accounts a...

Go to advanced search