phpbb3 Questions
4
Solved
Looking to parse BB code in PHP using PHPBB3's functions. I've got this far:
<?php
include_once("../../forum/includes/functions_content.php");
$text = "[b]bold text here[/b] not bold here";
...
4
I am trying to access some of the functions within phpBB from my Laravel application, this is for actions such as adding a user when a registration happens on my main site and autologins.
PhpBB is...
Fricke asked 23/9, 2016 at 23:6
0
Here is the issue. I want to integrate MathJaX into my phpbb 3.1 installation version but apparently placing the java script of mathjax in the overall_footer does not seem to do the trick. Instead ...
1
Ok, this is a bit complicated, so bear with me.
I'm running a PHPBB Forum for some time now and my goal is to create a Zend2 PHP Application using its User Administration and Authentication Featur...
Addition asked 19/6, 2016 at 16:12
1
I am new to phpbb. Just installed now, but now I get this "Sorry but this board is currently unavailable." on each link.
What should I do now?
2
Solved
I'm actually looking for how to use Amazon SES on phpbb3. I tried to use the SMTP of ses but this didn't work. Is there another way to do this ?
Thanks!
Disciplinarian asked 17/1, 2012 at 9:31
1
Solved
I am migrating my Joomla 2.5 site to Joomla 3.3.
Now I'm struggling with loading the joomla framework and displaying a module in a phpbb-Template.
Loading the Joomla framework worked fine in Jooml...
1
Solved
I want to be able to upload a remote file to my server through phpbb without having the file downloaded to my PC first. How can this be achieved?
I have some simple code that I have tested and it ...
Cohleen asked 14/5, 2013 at 11:37
3
Solved
A little bit of background --
I run a game server that runs in Java, and a forum that runs in PHP (phpbb). I have the game and forum accounts linked, such that changing the password in the game au...
1
Solved
I keep receiving this error from windows live
The provided value for the input parameter 'redirect_uri' is not
valid. The expected value is
'https://login.live.com/oauth20_desktop.srf' or a UR...
Buddleia asked 27/9, 2012 at 10:41
3
Solved
I am trying to convert a test password (testing4) into a phpbb3 hash. This is the code I have tried:
<?php
/**
*
* @package phpBB3
* @version $Id: v3_dbal.xml 44 2007-07-25 11:06:55Z smithy_dl...
1
Solved
I've integrated a phpbb3 forum to my already existing website.
I've been able to make my registration process add the user to the phpbb db as well.
Now i'm facing a problem where I am trying to g...
1
Solved
Recently I have started implementing a solution which will use a PhPbb database for forms authorization, I have used the class from this below thread:
PhPbb C# Authentication Port
So i wrote a me...
Invaginate asked 22/2, 2011 at 7:25
2
Solved
Is there a way to integrate CodeIgniter with phpBB3? 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?
Billhook asked 19/7, 2009 at 18:28
1
© 2022 - 2024 — McMap. All rights reserved.