![]() |
![]() |
#1 (permalink) |
Status: Senior Member
Posts: 362
|
![]()
Hi All,
I have a PHP website which is linked to a PHPBB forum. On my index.php, I have 'Welcome! New to the site? Sign up now', Sign up now is supposed to be a link to the register page on my PHPBB forum.( Code for register is {u_register} ) Althought when I click the button, it fails to recognise it, should I have an extension before the code like forum/{u_register} or? Hope I explained my problem well :/ |
![]() |
![]() |
![]() |
#2 (permalink) |
Status: Senior Member
Posts: 361
|
![]()
Well, usually when working with partial links like you do, you should start from the root directory (unless there is support for partial links).
So if your forum is located at http://mysite.com/forum you should use forum/ in your link. But mainly forums use an extension to the index link for registration, like index.php?action=register on SMF boards. I think PHPBB uses ucp.php?mode=register. So in your case you should use forums/ucp.php?mode=register to solve your problem. If that doesn't work, try it without forums/. |
![]() |
![]() |
more.. |
![]() |
Bookmarks |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
PhPBB forum question: Can I make the accounts for PhPBB forum the same accounts for my website? | rinserepeat | Game Programmer | 1 | 03-13-2013 07:06 AM |
Can I Restore PhpBB forum? | Unknown_User | Databases | 0 | 09-12-2012 01:36 PM |
Error when trying to make a phpBB forum? | Unknown_User | Domain Names | 0 | 01-11-2012 03:36 PM |
How to put phpBB Forum into Wordpress | wonderjenny84 | Html Code/ Html Codes | 1 | 09-08-2011 03:10 AM |
What would I need to know to build a forum using PHPBB | FriendErin | Programing Languages | 5 | 09-06-2011 09:07 PM |