HTML - Forum & Website Help! Phpbb 2.0 Question
Hi everyone, I need some help!
I have a forum, as well as a separate website. I would like the homepage of my website, to have "recent posts" section, from the forum. I know it's possible, i've seen it on many sites, can somebody help me out? Thanks! Similar TutorialsHello everyone, ! Im trying to create a new area in a forum for advertising and so on. I use phpbb scripts that use stylesheets and html so not sure where to go for this help. I have a site which you can see a jpeg he now I want to change it to this: any help or suggestion on where to start on this would be terrific? Hi all, Here's the site I'm working on www.davidakerman.com.au/ukulele And I want to incorporate this forum (have only just installed it), into here... http://www.davidakerman.com.au/ukulele/sites.html ...so that it sits inside the blue panels where the text currently is. If anyone can help out it'd be much appreciated. Thank you. I am wanting to create a website/forum that looks quite neat/good, I've never had experiance doing this before so I am a new to all this stuff, I tried to learn this before but only got a home page completed. - I'm wanting to create a home page but just linking to a forum, like for example ( when someone goes onto my website it will say 'Website will be is down due maintiance so click here to go the Forum. - Then I'll maintiance the website such as the home page, ect.. I just want a working nice forum. [hr] If I click you to a forum I'll show you how I'm kinda wanting the layout. Do you guys know a easy way to get all this set up & help creating the website, It will be awesome if you could help me & when I start earning money from this I'm wiilling to share with you!. Please try help me to design/create this forum/website. Thank you very much Sean Is it easy to do this? Basically I was thinking that my forum could be shown on someone else's site, but only certain parts of it. my host doesn't allow remote database connections so it's not possible to have a different forum accessing the same database. What difficulties would I encounter trying to do this? Greetings, I am wondering how should I approach on doing this? Basically, I am intending to create a forum in Zetaboards and inside this forum, there will be a news section. I will want my RSS feed to get it's posts from this news section. From the RSS feed, the feeds will then go to my website news section. The objective is to allow my website news section to receive the news from the forum news section. I have done a bit of research on it but I still can't figure out. In addition, I can't use PHP because I do not have the knowledge and my web host does not support PHP at all. Therefore, the code needs to be HTML, Javascript, XML and so on. Please help! Thanks! hey guys. I need help again! Well actually its a question But before that question - You see I play a game and in that game I want to make a list of things. Here is my noob website - http://heroonline.synthasite.com/ The Question -I guess what I'm asking is how do I post a forum directly onto a page of mywebsite with separate moderator accounts? I need forums that can be added to sites like myspace, and my website, that you post with a html code, and editable by multiply accounts? On that forum I just want one thread where i can post names of people. And I want some other people to be able to post names on that one thread. Kind of like the cbox I have on there but more like forums, and changeable by other people/accounts that i choose. Hope you guys understand what I am trying to say here... I'm a noob and i tried my best to explain. Hello, I am new at web design, and frustrated by a Submit button constantly opening a new window instead of moving on in the current window. When coming to this forum to look for answers, I found a Submit button I then researched...and now I am even more confused! There's some code in the screen you see right after you log in, that looks like this: Quote: <script type="text/javascript"> <!-- document.write('<div style="margin-top:0px">'); document.write('<input type="submit" class="button" value=" Proceed " accesskey="s" onclick="window.location=\'http://www.htmlforums.com/f-html-xhtml-4.html/\'; return false" />'); document.write('</div>'); //--> </script> Clicking Submit does indeed move you on within the same window, but my questions a 1. How does this work when...it appears to be commented out! Note the <!-- and -->! And if these aren't commenting code out...then what are they there for? 2. What do all the forward and back slashes mean around the address? (I'm curious about the backslash right before the address, and then the forward and backslash right next to each other afterward) 3. I copied this code into my own page kind of like so: Quote: document.write('<input type="submit" class="button" value="Submit" onclick="window.location=\'newpage.html/\'; return false" />'); Every single time, clicking the button results in a white "This page cannot be displayed" screen--but then refreshing that screen causes the right page to come up! Does anyone know why it won't work the first time? Thanks in advance for any help that anyone can provide! Hello again htmlforums and members, It has been 6 months since i uploaded phpbb3 to my domain as just a forum and still i want to remain a forum but i need a landing_page. I have finished the html and css in dreamweaver now i just need to be pointed the right way on where to upload my page and how to make it my domains first page or "squeez_page" thanks in advance... -tikki- Hi, not sure weather this is the right category because it is related to phpBB but I Have tried there forums, with no luck! I think I'm in the right section though. Basically, I am building in the sessions and users of my forum into my personal site. I am using the following script to check if users are logged on: Code: <?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../computerhelp/'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup(); ?> Your existing page goes here <?php if ($user->data['user_id'] == ANONYMOUS) { echo 'Please login!'; } else { echo 'Thanks for logging in, ' . $user->data['username_clean']; } ?> I want to redirect visitors to a page on my site if they are not logged on, but can not figure out how to do it. Please can someone help me? Hi guys, I am new to the web design scene and I am attempting to build a simple website. The website will consist of a few pages however for the matter at hand lets pretend there are just 2: index.html & download.html I want to put a counter on index.html that will count how many times people visit download.html... it will be apart of the following sentence: Code: This file has been downloaded by x people x of course is the integer that needs to change. Really my question is: How do I do this? And can someone show me with a tutorial etc? Thanks! Hi guys, I have a client who's on a budget and has a unique need in one of their forms on the website. They are a shuttle company that caters to college students. In the form, there will be a drop-down option for University, and when you choose one, a second drop-down field needs to appear below to select the dormitory, from a list. I wanted to know if anyone had any simple, affordable ideas to get this done. Any feedback is appreciated, thanks alot! You guys have helped me alot in the past and I thank you. -Nick Intuition Designs LLC Hello! I am almost done constructing my jewelry website. I am using Paypal on it. I figured out how to cut and paste the "Add to Cart" buttons. But I can't figure out how to get my "View Cart" button in the top right-hand corner of my pages. Their button wants to take up a whole lot of room, and it doesn't need the room--it's just a little button. I tried incorporating it into a table, and that didn't work. It wants to center itself under the heading I inserted it next to. Does anyone have any ideas for me? I am learning HTML partly through opening the source code and reading it. But I wanted to test something different today. I used the source code for a site with a horizontal menu with white letters. When I added it in a html editor (and also opened the source code through notepad), the menu showed up vertical and had just plain text with the standard blue color. Why does this happen, and why doesn't it show up exactly like it does on the website? hey all, Thanks for looking at my issue, what i am trying to do is as follows! On my page http://cre8tivepixels.com/Quote%20form.html I have a quote form up the top, that works fine, i then added a section where models could send me three photos, when you click on these tabs it loads the photo up, but all i get is an email with the photo names but NO photos? What do i have to put in my script to make it so i recieve there jpegs, and not just the name of the file? Can this even be achieved? Basically i want the photos that a model submits to be delivered in my email address the same as my Quote Form above? Hope that makes sence? Cheers Dan Ok, This might be a bit confusing but ill try my best. On my main website homepage i have a splash image which when clicked redirects to the main website, also in another folder i have a phpbb3 Forum. Below the image on my homepage i have a login box for the forum as well. What i would like to do is to hide that login box unless a keyword is entered before hand, and make the domain.com/forum URL inaccessible unless you login through this route. basically hiding the forum completely so people dont actually know its there. I could do this through .htaccess however i was hoping there was a "cleaner" way to do this. Many Thanks Rob Dear forum members, I have a web site on which i wish to add a page with a news-section. By that i mean a blog-like section, where i can post updates about events and products etc. So something like: <separation_line> <headline> <the date of the news> <body_text> <separation_line> etc. Then i wish to make it so that the posts i put in this news section are automatically sent as wall post to the firm's facebook page (which is in turn sent to twitter, but that is already working). I am completely new to blogs etc. but know how to code html, css and java and a few other languages. Is there a way to do what I am looking for, easily? Is that something wordpress is for? The web page is http://www.leveldance.com, in case that is of use in providing some advise. Thank you very much in advance. Magnus Hello, The department I work for recently asked me if I could add a search tool to the front page of our home page. Unfortunately, this is new to me as I've never had to (or tried to) do anything like that before. At this point I'm not sure where to begin or if it can be done with the home page we have. Our website is pretty extensive so I can understand the need. I kindly thank anyone who would be willing to get me started. The website has been developed from adobe golive, if that's important. Thanks again. http://wellnessandpreventionoffice.org/ This is my first time posting on these forums so hello, I run forums for my clan and i am setting up the ads for it at the moment, i know how i want them set up but i am unsure how to get them to the place i want to be. My forums are www.ancient-fury.com and i would like an ad on the right hand side the same as http://www.smokinelite.com/forum.htm also in the game i play we get alot of people from other clans trying to take our information, they take pictures of things on the forum what i was wondering is there a way i can set a watermark over the whole forums that is 99% transparent that contains the persons who is viewing ip address. Thanks for any help. hi i want to create forum for my site with my domain name for free i checked vbulletin but its not free i want same forum as vbulletin for free i don't have domain or hosting service noe so please tell me that which i can modify without buyin domain or host |