|
Is there a way to integrate CodeIgniter with phpBB3? The reason I ask is because I would like to use the user system as a base for my future CodeIgniter Application.
Is it a good idea to use phpBB as a base user system?
Started by kuroir on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Along.
As Thorpe pointed out, you can use phpBB3 Library available on CodeIgniter's website.
|
|
I am using my own db for phpbb3 forum, and I wish to insert some data from the forum into my own tables. Now, I can make my own connection and it runs my query but in trying to use the $db variable(which I think is what you're meant to use??) it gives...
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For phpbb, you may want to read the documentation they have presented:
http://wiki.phpbb.com/Database_Abstraction_Layer
Here... .
You haven't given us very much information, but there are two things you need to do to connect and query to a database .
Well..
|
|
Template Editing For PHPBB3 by h4rl3y123 on January 8th 2008, 12:15 pm
It Would Be Great If We Could Edit Our Templates For Phpbb3, As I Really Need This! I Even Went And Payed For Template Editing Not Realizing That Only PHPBB2 Would Work
So, Please ...
Answer Snippets (Read the full thread at forumotion):
I really don't, Serbia
Points: -6
Join date: 2007-12-04 ....
Re: Template Editing For PHPBB3 by hitesh on January 8th 2008, 7:13 pm
i think team is working Re: Template Editing For PHPBB3 by Raph95 on January 9th 2008, 4:41 am
I voted yes...
|
Ask your Facebook Friends
|
010 - Install a Mod for phpBB3
Download - http://www.uzzisoft.com/howto/download.php?id=10
phpBB3 - www.phpbb.com
Started by alexi02 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at uzzisoft):
|
|
Navigation bar user rights Phpbb3 by Dark_Code on May 24th 2012, 9:32 pm
Ok I'm making a navigation bar with Phpbb3 version and idk how to do the begin switch user logged out and logged in because I don't have templates how can I do this because I'm doing...
Answer Snippets (Read the full thread at forumotion):
Re: Navigation bar user rights Phpbb3 by Sir Chivas on May 24th 2012, 9:38 pm
What exactly do you: 2011-08-04 Re: Navigation bar user rights Phpbb3 by Dark_Code on May 24th 2012, 9:42 pm
I said I'm for it is there a way I can do this on ....
|
|
Phpbb3 - How to add a sidebar by Made on April 19th 2012, 11:42 am
Hi folks! I would appreciate it if someone can tell me how to add a sidebar like the one on the right in this forum, where I can put links, tweeters feeds and other information.
Thanks...
Answer Snippets (Read the full thread at forumotion):
Re: phpbb3 - How to add a sidebar by Th1nK on April 19th 2012, 11:50 am
Read this:
http
Location : Secret
Points: 197
Join date: 2011-01-16 Re: phpbb3 - How to add a sidebar by Made: 328
Join date: 2008-09-23 Re: phpbb3 - How to add....
|
|
Trying to install PHPSpell into my PHPBB3 site.
Trying to go to the spell_admin.php page and getting the below error.
Fatal error: SQL ERROR [ mssqlnative ]
SQLSTATE: 42000 code: 195 message: [Microsoft][SQL Server Native Client 10.0][SQL Server]'length...
Started by zackinma on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at phpbb):
But the file it appears to take issue with is phpBB3\includes\db\dbal.php checkers built in, it might not even be....
I am aware spell_admin.php doesn't come with phpbb.
I am trying to add phpspell to my phpbb3 site.
For getting back to me.
|
|
This battle will never end, and I'm sure it has been discussed elsewhere many times (I read a few), but why are you sticking with phpbb3.
Someone sent me a link where you could compare the two, and phpbb3 required many features to be added via plugins...
Started by onthehanger on
, 20 posts
by 15 people.
Answer Snippets (Read the full thread at theadminzone):
I also think it looks better and I like the... .
So I just switched to phpbb3.
Also, on SMF, I would but I was having trouble and no one wanted to help me on the SMF forums .
On PhPBB3, it only called for a bit of .css changes to make it work.
|
|
I'm getting awful lot of spam to my forums where only registered users can post and captcha is in use. What could we best solution to stop spammers registering to my forums?
Started by newbie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to make life a little bit harder for the spammers, leave the IMG in, use an different image in ... .
Most spam bots ignore background CSS styles.
I've had some success by making the image a background of a DIV (instead of using an IMG element) .
|
|
(ClientCookie is a module for (automatic) cookie-handling: http://wwwsearch.sourceforge.net/ClientCookie )
# I encode the data I'll be sending: data = urllib.urlencode({'username': 'mandark', 'password': 'deedee'}) # And I send it and read the page: page...
Started by esperantist on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you tried fetching the login page first?
I would suggest using Tamper Data to have a peek at exactly what's being sent when you request the login page and then log in normally using a web browser from a fresh start, with no initial cookies in place... .
|