Integrating own website layout into phpbb forum

Hi,
I have been searching everywhere for some help on how to integrate my own website layout with phpbb forum.
For exmaple please see http://www.caremoreconstruction.co.uk that is my website.
I would like my forum to look like this http://www.diydoctor.org.uk/forums but with my own website layout.
Is this a big job and can it be done?
Currently I have just done an I Frame but it looks rubbish and needs sorting asap.
If there is another topic which covers this please let me know and ill take look.
Please help and thanks

Gary thankyou for your response, I have read that page before which is why I already have my forum in an IFRAME. http://www.caremoreconstruction.co.uk/forum
the main forum page is on  http://www.caremoreconstruction.co.uk/phpbb
There are a couple of reasons I dont want to use an IFRAME:
1. I would constantly have re- alter the size when I new topic or post is made
2. I dont think IFRAME's are google bot friendly ie content isn't searched for that particular page.
3. Some browsers my have compatibility issues's
Also thanks David for letting me know about the I FRAME pointing at my local server. I didnt even know it wasnt working because my apache software was running.
Just need a starting point as to which files I would need to change.
Cheers

Similar Messages

  • Aperture Web galleries and own website integration - how flexible are they?

    I've mainly been learning Aperture's photo management and adjustments and until today have ignored web albums and books.
    Just had a play with making your own galleries for the web and I love the integration of captions. Was thinking I would have to rewrite all of these for my own website. At this stage does the Aperture webpages offer key word searching for website visitors? I'm guessing not but that would be a cool feature. I'm tired of waiting for google etc to work out searching jpeg embedded iptc data.
    My main concern is how adaptable are the Aperture webpages to integration with one's existing website. The original concept of my own website was to add an image gallery with shopping cart facilities where people can click on an add to cart icon below each image. Would it be easy to integrate shopping cart facilities to the Aperture generated webpages?
    I also wanted to have articles which use my images - I guess the webjournal could be used for that. Again, would it be possible to integrate a shopping cart into that as above?
    One last dumb question - I exported a webgallery with one image just as an experiment and see it creates an index.html file. If I want to integrate this into my website (which already has an index file) do I just change the Aperture index file to something like imagegallery.html with an appropriate link on my own website. Or is it more complicated? And what about images I add later on and then export. Do they go to the same export folder and does changing the index file complicate this?
    Thanks for any help,
    Ross

    i have posted a thread in the Aperture Assistant forum about this, and am looking for the same functionality.
    yes you can use an external solution like SmugMug or Zenfolio, but to be able to have a synchronised gallery that clients can make selections, that update your library in a synchronised system would be second to none.

  • I cannot log into my internet banking nor do changes to my own website because a lot of the data just isnt their

    i can not change adds on my own website because their are sections with what i have to tipe in detail just doesnt apear as well as i can not acses my own internet banking through firefox

    i can not change adds on my own website because their are sections with what i have to tipe in detail just doesnt apear as well as i can not acses my own internet banking through firefox

  • Multiple PHPBB forums

    I will be leasing a dedicated Windows Server 2008 server in a datacenter and I intend to host multiple websites with their own forums. I'm currently running on a Windows Server 2003 utilizing Snitz forum software and the Access DB. The Access DB
    is painfully slow and with Snitz no longer being supported I want to change format across the board.
    I intend on installing the PHPBB forums software utilizing the MS SQL Express 2014 DB.  I know nothing at this point of PHPBB or MS SQL Express 2014 other than having installed MS SQL Express 2014 on my local computer for testing.
    Before I get too involved in learning this I want to make sure that MS SQL Express 2014 will be able to run multiple forums that are unrelated and do not share DBs.  Anyone with any experience in this  please share as much as you will.
    Thanks!
    Nathan In Montana

    While it is true that PHPBB is probably the best out there as far as active Windows/SQL compatibility, support for the Windows platform is still very light on the ground as you saw in the replies on your phpbb forums post.
    I started using phpbb on windows a long time ago, and the "just use Linux" response to problem I reported were very tiring. That was the main reason I wrote that blog post because there were just enough "gotchas" with a windows install
    that I kept forgetting them on the few occasions I wanted to re-install on a new server.
    SQLExpress is a bit more challenging to use due to the limited management, but the newer versions pretty much give you everything you need. Earlier version were so limited it was exceptionally difficult to configure for non-SQL people.
    As for other links, not really. I wrote that blog post because there was nothing else like a walk-through guide for Windows+SQL+IIS that I ever found.
    I'm happy to help out if I can with any specific questions or issues you encounter, and if there are things we learn from your different installation I can always update my blog post so other people doing the same thing can learn as well :)

  • Problems when installing phpbb forum

    I am trying to setup my own forum with the phpbb source. What i have done are:
      1. Install Apache (pacman -S apache) and then uncomment the line:
              LoadModule php5_module             modules/libphp5.so
      in /etc/httpd/conf/httpd.conf. Apache runs with no problem (/etc/rc.d/httpd start)
      2. Install php (pacman -S php) and then uncomment the line:
              extension=msql.so in /etc/php.ini
       Php has been tested and displayed by web browser with a test.php file:
                   <html>
                   <head>
                   <title>PHP Test Page</title>
                   </head>
                  <body>
                   This is Arch Linux, running PHP.
                  <?php
                  phpinfo();
                  ?>
                  </p>
                  </body>
                  </html>
         3. Install mysql (pacman -S mysql) and started successful. mysql user and group are found in /etc/passwd and /etc/group.
            Install the dbase:
             #mysql_install_db --datadir=/var/lib/mysql --user=mysql
            Add root user:
             #mysqladmin -u root password '1'
            Login into mysql successful:
             #mysql -u root -p
          4. Install phpMyAdmin successful
              using web browser to login: http://localhost/phpMyAdmin
              to create a database, user (called ABC), as well as password for this user.
           5 Install phpbb package (pacman -S phpbb)
    The problem is that when try to install phpbb in :http://localhost/phpbb/install/install.php i got the error message:
    "The PHP configuration on your server doesn't support the database type that you chose"
    I tried to remove apache, php, mysql and installed again but it didn't help even when i try to update the whole system (pacman -Suy).
    Can anyone give me a clue to fix this error ? i got stuck with this problem for many days.
    Thank you very much!

    This is the code i used to check my php installed by pacman:
    <html>
                   <head>
                   <title>PHP Test Page</title>
                   </head>
                  <body>
                   This is Arch Linux, running PHP.
                  <?php
                  phpinfo();
                  ?>
                  </p>
                  </body>
                  </html>
    I can't not see the parameter:  --with-mysql=/usr/lib/mysql listed in the ./configure command.
    When i download and compile the php source code with this parameter, i can see it with my test.php code above.
    I can now install and run my phpbb forum perfectly with my php.
    The problem is not with the phpbb package (installed by pacman -S phpbb). I think the problem is with the php installed by pacman -S php.
    How can i solve this problem ???

  • Blocked From Accessing My Own Website CMS

    Hi, I wonder if anyone can shed some light on an odd problem which arose out of the blue two days ago. I operate two iMacs (new types) on a network, with Leopard 10.5.2. We have ADLS broadband, and network using an Airport Express. I have several websites, one of which has a cpanel and is set up with a CMS on the server - to access this, I need to log in to the administrator using a user name and a password. On Sunday afternoon, while working in the CMS online, my admin session suddenly expired and since then I have not been able to log into my own website to work on it. Oddly, my husband's user name and password is also being blocked. Yet, even more oddly, when I log in using either username and password on my husband's iMac, there is no problem! The message from my website is that the username and password are incorrect. I have to use Firefox to work on my website, so after restarting my Mac, I emptied the cache on Firefox, deleted the passwords in key chain, and when none of this work I deleted my old version of Firefox and downloaded a new version. All to no avail. As my husband's computer is able to access the site, I assume that the Airport isn't the problem, but there is something going awry in my Mac. I have had my webmaster check that my Mac IP isn't being blocked by my website - which I think would exclude my Mac from accessing it - but she says everything is fine at her end. She is also not Mac savvy, so if the problem lies in my Mac she can't help. Can anyone suggest anything???

    Have you tried clearing ALL private data? It's under the tools menu and make sure you check cookies and saved passwords as well. It could quite likely be pulling credentials from a cookie stored on your machine or from a saved password if FF does not use the keychain (I cant remember if it does).
    As an extra troubleshooting test if this doesnt work, you could try either logging into another account, or if none is available create a temporary account to log into and test it from there. This would indicate a preference problem most likely and you could then clear the problem files from your home directory's library.

  • Open a link to a new page of the own website in a new window

    hi there
    i am working since a few weeks with iWeb and am in the process of making 3 websites. i have absolutely no idea of html and java script, and this is the main reason i use iWeb. i found a lot information in this forum - you guys are great. but still some questions left, so i will post a few questions (as seperate topics) now. the first one:
    iWeb allows a link to another website to open in a new window. i would like to do the same thing, but to another page in my own website. is this possible without any html commands? and if yes, how?
    example: on my site http://www.khanomTOPproperty.com i have a link in the footer "this site is... click HERE to find out". this should open in a new window.
    thanks and cheers
    george

    dear roddy
    wow, it is as simple as that. i love this forum - instead of thinking another many hours how to do it just ask a question...
    it would be nice if apple would mention these possibilities in the iWeb manual. would make things much easier. maybe they could take the major questions out of this forum and post the answers in the next update of the iWeb manual. let's dream a little bit.
    thanks again and warm regards
    george

  • Error after Integrating of Xcelsius SWF into Enterprise Portal

    Hi all,
    I integrated Xcelsius SWF file into portal using Business Objects Integration Kit - iView Template. I can see dashboard in Portal. Its working fine. I have Refresh Button in the Dashboard.  If I refresh the dashboard , it shows cannot access External Data. Failed to get the document information(LO26315).
    How can I resolve? Help me in this regard.
    I am using BOE 3.1 and LO 3.1.
    Thanks & Regards,
    Hemalatha J

    With a Live Office connection, you would typically use the URL iView and the opendocument URL to integrate the dashboard into the Enterprise Portal. There are existing posts on this forum about opendocument and Xcelsius dashboards.
    Obviously you need to make sure the dashboard refreshes fine outside of the portal, for instance from Infoview.
    Then, you need to look at the cross domain constraints : have both Infoview and Enterprise Portal in the same domain or use crossdomain.xml. They are lots of posts on this forum about that too.

  • Firefox not remember password fot phpbb forums :(

    Firefox have problem with phpbb forum. Password remember function is not functional. Maybe some internet banks too (Opera not have this problem...)

    There is a difference between remembering the name and password in the Password Manager and a "remember me" check box on a web page to log you in automatically.
    The latter involves the creation of a special "remember me" cookie that is stored on your computer and that is send to the server.<br />
    If this "remember me" cookie is removed or gets corrupted or is not send to the server then the server won't remember you and you will have to sign in once again.
    * Create an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed
    In case you are using "Clear history when Firefox closes":
    *do not clear the Cookies
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception that you would like to keep.
    Some websites like the Yahoo server use autocomplete=off to prevent Firefox from saving form data like name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox store form data like names and passwords.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so you need to double-click the empty name field to get a drop-down list.

  • Examples of using phpbb forum with iWeb site?

    I'm in the process of converting my site to iWeb using a non .mac host and I'd love to see some examples of anyone using a phpbb forum with their site.
    Thanks in advance!

    Hi Mireille,
    I know that iWeb won't support the forum per say but I should be able just have that specific page of my site point to the forum (not using iweb). I was just curious if anyone has done this and if they had any advice. Hopefully someday iweb will support forums as its a large part of sites like mine. I remember reading about the iframe so I'll look into that too. Thanks!
    Chris

  • Safari dont want to open only one (my own) website, the post connected to this site cant download any emails

    Sorry for my english.
    I have my own website (can tell you the name, if you ask). In December after I have installed 5.0.1 my website and the post doesnt work via 3g, gprs.
    With wi-fi everething is ok. In opera via 3g, gprs, wi-fi everething is ok.
    thank you

    Dear Forum viewers,
    With lots of digging and faffing around I have discovered what the problem was.
    A supposedly benign programme that had been running in the background for years,was the culprit.
    It took some finding, it is a complete b4st4rd!
    Uninstall 'Peerguardian' whatever you do.
    Problem solved.
    Cheers,
    Chris

  • Can't Access My Own Website when using TMobile phone as Modem

    I am using my Nokia 5310 as a bluetooth modem through TMobile on my MacBook. When I try to access my own website, it redirects me to a address that says, "Great Success! Apache is working on your website..." and so on. However, when I disconnect the modem and use my airport bluetooth connection I can get to my site immediately. I've tried rebooting my MacBook, pulling the battery out of the phone, refreshing the browser, emptying the cache, all to no avail. I called Tmobile and got their "Tier 3" people who said it's not from their side but could not give me any real reason it's doing this. They reconfigured my settings to see if that would work but it didn't.
    I can access all other sites but my own website. I tried Firefox and got the same conclusion.
    If it's the computer why would I be able to get to my site when I use my airport? If it's the phone, why would I be able to access the site through the web browser on my phone?
    Does anyone have any suggestions on how to correct this problem? Thanks in advance for your help!

    Hi halacious, and a warm welcome to the forums!
    Airport & Bluetooth are two separate Interfaces, so that is a bit confusing.
    Where is this Website hosted? Locally on your own machine, or on the Internet?
    Any Router involved there?

  • I want to know detail of transferring existing website(live) into Cloud Host site facility.

    Dear Creative Cloud Support,
    Right now I am one of your customer, and already using Adobe web premium product since CS3, right now I am using your CS5 web premium.
    And has intention to subscribe for Adobe Cloud.
    I am interested to know more detail about your host site facility in Adoce Cloud Host Site (5).
    In relation with its features and maximum capacity 20 GB as a member.
    My questions:
    1.Is this facility only for new domain name or can be used for existing website (live)?
    2.Do we transfer a whole website content into this Host Site? Or only a link?
    3.If it a facility similar principle like web hosting, what database engine, and language it support?
    Maybe my questions are not relate at all with your Host Site terminology, if so please explain more detail about it or direct me to read your article of how step by step we can utilize this service.
    Thank you so much for your attention, and I am looking forward to hear from you at my email: [email protected]
    Sincerely,
    Budhi Suwardi.

    Hi Budhi,
    1.Is this facility only for new domain name or can be used for existing website (live)?
    If you already have a domain you can associate it with 1 of the 5 sites included with the BC web hosting services included with Creative Cloud
    2.Do we transfer a whole website content into this Host Site? Or only a link?
    You can create and publish an entire site, this is typically done with either Dreamweaver or Muse.
    3.If it a facility similar principle like web hosting, what database engine, and language it support?
    The service that does the hosting is Business Catalyst and the included service is webBasics. This FAQ has info about the service.
    http://www.adobe.com/products/business-catalyst/faq.html
    These videos might be useful too:
    http://tv.adobe.com/watch/learn-creative-cloud/publishing-and-managing-a-website-with-crea tive-cloud/?go=13698
    Dreamweaver
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-dreamweaver-cs6-what-is-business-catalyst
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-dreamweaver-cs6-creating-and-publishing-sites/
    Muse
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-what-is-business-catalyst
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites
    We also have a forum specifically for Business Catalyst here:
    http://forums.adobe.com/community/business_catalyst
    They should be able to answer any additional questions you might have.

  • Hosting your own website, need lots of info.

    Hi,
    I have seen another post on this forum about hosting your own website on your Mac, and it wasn't very clear. What do I need, and what do I do?

    Yeah, I do. How do I host multiple websites?
    You will need to learn how to edit the apache configuration file located at
    /etc/httpd/httpd.conf
    You will then need to learn about virtual hosts and you will probably learn to edit your webservers document root path as you gain experience.
    have a look at some articles on apache virtual hosts
    http://www.macdevcenter.com/pub/a/mac/2003/04/08/mod_rendezvous.html
    http://www.evolt.org/article/EnablingVirtual_Hosts_on_MacOSX/18/13138/

  • What is the size for design website layout ?

    Hi everyone
    I am new to adobe forum and photoshop. I just bought domain  for that i want to design website layout but i coud not sure about size in pixel.Can anybody help me over here
    Thanks in advance for your help !
    URL removed by: PECourtejoie

    Hello, I'm not a web designer, but I see that nowadays, fixed designs are becoming a thing of the past due to the browsing that is now done more on mobile devices than on computers. More and more, flexible designs are done, with applications such as: http://html.adobe.com/edge/reflow/
    I removed your URL as it was a common SEO tactic to post fake questions to get hits, I don't imply that's the case for you, but it was not relevant for your question.

Maybe you are looking for