HTML - I Want To Embed A Phpbb Forum Into My Site.
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. 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 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! 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 i am using megaupload for the first time, and so far i am totally confused in how im supposed to use it. that is beside the point, however. When i embed the player, my song does not play as it is supposed to. it does nto play at all, even when i tell it to play manually (even though it is set to autoplay). here is the code i embed into my site: ~~~ <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="http://www.megaupload.com/03-30_seconds_to_mars-the_kill-h8me.mp3"> <PARAM name="autostart" VALUE="true"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="true"> <PARAM name="ShowDisplay" VALUE="true"> <EMBED TYPE="application/x-mplayer2" SRC="http://www.megaupload.com/03-30_seconds_to_mars-the_kill-h8me.mp3" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="1" ShowDisplay="1" autostart="1"> </EMBED> </OBJECT> ~~~ i believe the problem is the link to the file. did i write the link correctly? how do i find the direct link to the file? can megaupload be used for this? i am having problems using megaupload, and so i think my problem is more about finding the correct link for my file and not so much a problem with the html itself, as i think i did all that correctly except for the 2 places the link to my file should be. if no one knows how to use megaupload, someone please tell me a good site to use to upload music files. Hey guys ive made my first design for myself Here and i was wounder is there any good tutortials for forums / user list on site ? Ive now learnt how to make a site wanna learn how to use the database with login / forum and show user list. any help would be greatly appriciated Hi there, I maintain a Rap/Hip-pop web site for a group of my friends, all that we have on the site is a quick intro, and a way in flash for people to listen through the web browser to our songs. We don't offer to sell anything at this point, and simply want to add some additional features. I was wanting to make a like a bulletin board or forum for various topics related to music and creation and other aspects of that business. I have my web site hostied by someone else, and I have access to MySQL and PHP and stuff like that, but I have limited control over permissions and stuff like that, so was wondering what is the best way to approach this, use a free service provided by someone or something simple ? Thanks! If any of you want to know, this is the site: www.3pstudios.net - nothing to sell, or market, no ads. Hi, I am helping a client get his forum to work properly in arabic. If I go to http://www.q8sportway.com/forum/toast.asp it looks fine. But if I try to go to http://www.q8sportway.com/test1.asp and then click the forum screenshot at the bottom left, it looks funny. The problem is that the link goes to the excact same page that worked before. Please help! 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? For some reason this code won't work. The black window shows up with controls but the video doesn't play. The filename and directory are correct. <object id="MediaPlayer" width="200" height="200" classid="22D6F312-B0F6-11D0-94AB-0080C74C7E95"> <param name="FileName" value="gts1.wmv"> <param name="AutoStart" value="True"> <param name="ShowControls" value="True"> <param name="ShowStatusBar" value="True"> <param name="ShowDisplay" value="True"> <param name="AutoRewind" value="True"> <embed type="application/x-mplayer2"pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" width="200" height="200" src="gts1.wmv" filename="gts1.wmv" autostart="True" showcontrols="True" showstatusbar="True" showdisplay="True" autorewind="Flase"> </embed> I hope this is the correct forum. I have a large swf file that until some of this loads all the user sees is a blank box on the page. What I would like to do is show a gif or jpg there that is small enough to show the control bars of the swf file so the user can see something is going on and then when enough loads they can push play and see the video not the gif. I wanted to use preloaders but my client says no they want a static gif above the player controls. I have seen this done on other sites but I cannot figure this out. I code in the image with a div tag above the swf embed code using transparent in the embed code and all I see is a blank screen until the movie has downloaded and my controls are gone when it loads. So I am wondering do I need a transparent title page in the swf so it will show the image or what? Code where image will go: (<div id="flashcontent"> This text is replaced by the Flash movie. </div> ) Here is my embed code: (<script type="text/javascript"> var so = new SWFObject("capture3.swf", "mymovie", "640", "480", "8", "#336699"); so.addParam("quality", "low"); so.addParam("wmode", "transparent"); so.addParam("salign", "t"); so.write("flashcontent"); </script>) Thanks! Hi, i know that iframe isnt xhtml compatible, what do i use instead? is it the embed tags? If so, how do i use them? i take it i dont just replace the word iframe with embed? Thanks! Hi, Is it possible to embed a quicktime .mov file and not allow the user to download the video? Thanks for the help, B Why won't it work: HTML Code: <object width="300" height="42"> <param name="src" value="http://platnium.fileave.com/No_More_Memory.mp3"> <param name="autoplay" value="true"> <param name="controller" value="true"> <param name="bgcolor" value="#ffffff"> <embed src="http://platnium.fileave.com/No_More_Memory.mp3" autostart="true" loop="true" width="300" height="42" controller="true" ></embed> </object> Hi everyone, Now I am trying to put the pdf file on my web page. I use: <embed src="myfile.pdf" width="800" height="700"> but it doesn't appear in the page, it only shows the icon like small square picture. My browser is IE8. Any Suggestion, please.... Regards, Win. My website is being used to sell jewelry. Each time you click on one of thumbnail images a separate window pops up with a copy of the thumbnail but larger. I want to be able to click on an thumbnail image and see 2 pictures side by side in the pop up. I've tried, and it doesn't seem to work. Does anybody have any Idea how to do this? Here is my script. this is a target page within an iframe so it just repeats with different pictures. Thank you to whoever can help! <center><table> <tr> <td><div align="center"><a href="images/DSC00524.JPG" target="_blank"><img src="images/thumbnails/DSC00524thumnail.JPG" width="45" height="42" border="0"></a></div></td> <td><div align="center"><a href="images/DSC00576.JPG" target="_blank"><img src="images/thumbnails/DSC00576thumbnail.JPG" width="45" height="42" border="0"></a></div></td> <td><div align="center"><a href="images/DSC00580.JPG" target="_blank"><img src="images/thumbnails/DSC00580thumbnail.JPG" width="45" height="41" border="0"></a></div></td> <td><div align="center"><a href="images/DSC00591.JPG" target="_blank"><img src="images/thumbnails/DSC00591thumbnail.JPG" width="45" height="41" border="0"></a></div></td></tr> Hi all, I'm trying to embed a flash file on my page that will act as a link to another page (please see code below). However, for some reason it's not working. Can someone please tell me what I'm doing wrong or point me towards some documentation? <div class="promowrapper"> <a href="http://promos.kansan.com/summersplash"><embed width="955" height="60" src="http://media.kansan.com/static/images/SummerSplash.swf" /></a> </div> Thanks, Kansan Hi, I am currently having trouble embedding my flash file into html. No matter what I try it will not work. I don't have much experience in html so could really use some help please. This is the code that I am using... <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6" width="814" height="344"><param name="movie" value="http://megaswf.com/serve/79631/" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="scale" value="exactfit" /><embed src="http://megaswf.com/serve/79631/" width="814" height="344" menu="false" scale="exactfit" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> Thanks, Adam Hi, Here's the frame URL: http://docs.google.com/uc?id=0B1iqp0...UzMWNhYWU4MjBi I inserted it through the iframe tag into the following page: http://rain-lover.webs.com/sample.htm Opera and Firefox are the only major browsers that display it. No luck in IE, Chrome or Safari. I get the same result using the following code: Code: <object type="text/html" width="100%" height="600" data="http://docs.google.com/uc?id=0B1iqp0kGPjWsMjBjN2EwZDctMjhlNy00ODJjLWJjNTgtYTUzMWNhYWU4MjBi"> </object> Please help! Thanks in advance. |