Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Where's the forum link

  1. #1
    midnight251
    Guest

    Default Where's the forum link

    I have just installed the phpBB 2, on Dolphin 5.5, and everything seemed to go well. I can't seem to find out how to get to the admin panel for phpBB, and there is no link to the forums when a user login in. Where is the link supposed to show up? and how do I get to the admin panel.

    Edit: Ok, I got into the admin control panel , I just can't get the link to the forum into Dolphin 5.5.

    Here are the steps I used to install the forum (from another post):

    1.DL the latest build of PHPBB, upload it to Your /forum folder
    read the instructions of PHPBB to install it.
    2.Use Dolphins database to make it work properly,
    do not use a seperate database.
    (take a full backup of Your database aviod making mistakes)

    3.Login to admin panel, click on "manage modules" link

    4.Browse and locate phpbb.aemod in Your local
    MODULES folder in Dolphin.

    5.Upload it to server.

    6.Once You get the "Module Uploaded" (or sometin similar) message from dolphin, click to compare Your database (Compare databases)
    You'll see all Your exsiting members as a list once this is done.

    7.Click refresh button (the first one on the top)

    You should be done like this. And thats how I did it.

    There are some suggestions about tables prefix names in this forum.
    Please consider reading them too. I dont remember where its located, sorry.

    Hope it goes well


    Thanks

    Midnight
    Last edited by midnight251; 02-18-2007 at 12:16 PM.

  2. #2
    midnight251
    Guest

    Default

    I take it that the link is supposed to show up in the members control panel. I have applied the phpbb.aemod, and everything is good. Any help would be appreciated.

    Thanks

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    The modules do not add links to the site - if you want links for a module in a template that does not support them - you will need to add the link manually.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    midnight251
    Guest

    Default

    Thanks for the reply Smoge, I will attempt to add the link.

    Great site by the way.

    Midnight

  5. #5
    midnight251
    Guest

    Default

    Ok, I'm at a loss. Smoge, I have searched through the forums, and all I could find for a solution was that you would have to add the link to the forums manually. That's great, but I could not find out how to actually do this, what files to mod etc. I'm sure it's only a few lines of code, but being green to PHP, learning as I go, I'm stumped on this one. I'm sure I have added the forum package correctly, and some of the posts say that the forum link should be added automatically, but I'm going with what you say.

    In the member menu in the control panel, the "forum" is showing with the link aemodule.php?ModuleType=forum.

    If you, or anyone else could tell me how to add the link manually to the user control panel, that would be great, as this is the last thing I have to do before beta testing.

    I really need some help on this....

    Thanks

    Mike
    Last edited by midnight251; 02-23-2007 at 11:49 PM.

  6. #6
    elusuario's Avatar
    Join Date
    Sep 2006
    Posts
    173

    Default

    Hi, when I was using Dolphin 5.3 you could add links to the member menu manually at templates/specifictemplate/scripts/menu_design.php

    In 5.5 I don't really know, since I didn't use it.

    In 5.6.0002 which is what I'm customizing now, it seems that you edit the member menu and the visitor menu at the admin panel at the "member menu" section (this suggests me that changes to them are done at the database now and not at any file, just a thought).

    Take care.
    Last edited by elusuario; 03-01-2007 at 05:55 AM.
    Using modified Dolphin 5.6.0002 hosted at shared server

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Correct.... the menus in later versions of Dolphin have been moved from being built from code in an include file, to being built from entries in the database.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  8. #8
    midnight251
    Guest

    Default

    Thanks guys, I'll give it another shot. I'm real close at getting this thing up and running.

  9. #9
    midnight251
    Guest

    Default

    Ok guys, I've been at this for hours now. I do appreciate your responses to my problem, but they are very vague could you elaborate please. I am attaching a screen shot of my member menu where the forum link should appear (possibly under the "My Profile" link (heck put it anywhere, I'll be happy). How exactly do I get a "Forum" link in there so that when the user clicks on it, it takes them to the phpBB forums. I'm sure I have installed phpBB correctly. The only thing I have left to do is install the registration stopper. I'm sorry if this seems trivial to you guys, but it means the world to me (and not for the lack of trying).

    Thanks again for the help.
    Attached Images Attached Images
    Last edited by midnight251; 03-02-2007 at 10:20 AM.

  10. #10
    midnight251
    Guest

    Thumbs up Success !!! Almost there

    Well, after many hours, I finally got the link to the forums. It does not appear in the members control panel, but as a top menu item. I added this line to menu_design.php in the /templates/temp_dfl/scripts folder:

    $ret .= TopCodeMenuItem( '_Forum', 'aemodule.php?ModuleType=forum', $site['url'] );

    This put the forum link at the top of the page. Great !!!! The only thing I have to do now is put in the registration stopper, which I'm about to do now. According to the phpBB site, I will have to install Easymod to put the registration stopper in. This should not be a problem. The only issue that I've encountered, is when the user clicks on the forum link and gets into the forums, how does the user get back to the Dolphin site from the forums. I have only looked at this briefly, but I did not see anything to get out of the forums and back to the site. I will be working on this tonight, but any info on this would be appreciated.

    Thanks again

    Midnight

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. get rid of orca forum link
    By ErisPhobos in forum FAQ & HOWTO
    Replies: 3
    Last Post: 01-15-2008, 08:01 AM
  2. adding forum link?
    By hector in forum BBS / Forum Applications (non-Orca)
    Replies: 1
    Last Post: 10-15-2006, 10:47 AM
  3. Forum link not linking to er, forum! :-)
    By Grif in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 0
    Last Post: 07-10-2006, 01:05 PM
  4. add forum link?
    By Bap in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 09-27-2005, 03:57 PM
  5. Replies: 0
    Last Post: 04-06-2005, 09:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •