miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Statistics | File Bank | Manual |
miniBB Support Forums / Search
Search for
[+] Formatting  [+] Fields  [+] Forum  [+] Period  [+] Username
Formatting
Fields
Forum
Period from to
Username
 
Results found: 76
» Messages | Topic titles 
Page  Page 2 of 4:  « Previous  1  2  3  4  Next » 
 
21. Posted: 3 Oct 2011 15:40 - Specific / Media embedding addons
    ... although it does make sense, I rather not try it myself. You probably do a much better job and faster too. The code from vimeo look like this: (not sure if highlighting is enabled on this forum) <iframe src="URLHERE?title=0&byline=0&portrait=0" width="640" height="352" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>How... 

22. Posted: 2 Oct 2011 13:39 - Specific / Media embedding addons
    ... options. For example there is vimeo. A somewhat more professional video-sharing platform. Or soundcloud a platform for musicians to share their work. All these sites offer an embedding option. Mostly as iFrames. The high quality of sound and video make it very populair and that is important for designers offcourse. I would like to see a way to embed, just like youtube videos, these media in... 

23. Posted: 19 Jan 2011 06:31 - Specific / Integration into existing website
    Iframe? What about google sending visitors to the forum after some content has been crawled? Will they see the full design or will they link directly to the forum thereby not seeing the rest... 

24. Posted: 19 Jan 2011 06:18 - Specific / Integration into existing website
    thanks. I got it working, but i just used an iframe int the content div and it works almost perfect, thanks for the idea. I got to boggled in the codes messing with the header and footer, but im going to have to match the styles tho... 

25. Posted: 19 Jan 2011 04:48 - Specific / Integration into existing website
    ... use the old minibb design. All I did with my latest forum was to copy the source code of a page of my website that wasn't displaying much content - such as the contact page (only content was an iframe for the contact script hosted on another site). I then took all the code above the iframe and used it inside the 'main_header.html' file above the minibb forum... 

26. Posted: 2 Dec 2010 10:26 - Specific / Header/Footer templates for forum in iframe
    The iframe var isn't passed correctly, if you look at the various URLs I provided it's only after the search is run that the iframe var suddenly becomes 1, prior to that... 

27. Posted: 2 Dec 2010 03:37 - Specific / Header/Footer templates for forum in iframe
    So it's fine, iframe var is passed correctly - what could be the problem then? Something in your internal code? I have no ideas. Actually, I still don't understand what and where happens, may be the... 

28. Posted: 1 Dec 2010 11:58 - Specific / Header/Footer templates for forum in iframe
    Paul: Thanks for reminding. When you mouse over the page number link, or just click it - do you see "?iframe=1&" statement inside of its URL? So far I can't understand why it works so. Search script uses $indexphp setting in the same manner as all other scripts.Just to summarise... 

29. Posted: 1 Dec 2010 03:31 - Specific / Header/Footer templates for forum in iframe
    Thanks for reminding. When you mouse over the page number link, or just click it - do you see "?iframe=1&" statement inside of its URL? So far I can't understand why it works so. Search script uses $indexphp setting in the same manner as all other scripts. 

30. Posted: 30 Nov 2010 10:13 - Specific / Header/Footer templates for forum in iframe
    ... live example of what do you mean it's difficult to say what's up.I'm referring to my earlier posts in this thread ... my minibb software runs both integrated within another website as an iframe but also as a standalone site with a header and footer. In order to achieve this I used the following (based on your advice): OK, I think I had misunderstood what was being suggested... 

31. Posted: 29 Nov 2010 23:56 - Specific / Header/Footer templates for forum in iframe
    Paul: Yes, this is exactly what I meant. This code should be put straight in setup_options.php. I would still recommend to use if(isset($_GET['iframe'])) because it's more "polite" for PHP specially if you have all warnings turned on. If you just put if($_GET...) it means the script will compare the value of $_GET['var']... 

32. Posted: 8 Sep 2010 13:20 - Specific / Integration into existing website
    ... the header file this stops the forum meta information being displayed which I want to avoid. I have found a way around it by using the above static HTML method with the dynamic news content now in an iframe so it displays properly but if anyone has a way of getting the MiniBB meta data to be included in a seperate header file that would be perfect! 

33. Posted: 24 Aug 2010 13:58 - Specific / New Site, New Forum
    ... $GLOBALS['user_usr'] and if it is greater than "" then the code sets $user_id to 1. There were a couple of other minor changes but this was the most significant change. I now have miniBB running in an iframe successfully and using my own membership signin/out/up scripts. 

34. Posted: 22 Aug 2010 19:49 - Specific / New Site, New Forum
    ... the previous response by commenting out all of the code and leaving nothing in them but a single [ &nbsp\;]  When I did that I still saw the sign-in and sign-out buttons on my forum in the iframe. Next I tried commenting out the code in index.php that refers to these templates, and that did get rid of them. My forums are all set up so that they require membership to be able... 

35. Posted: 8 Aug 2010 14:55 - Specific / New Site, New Forum
    ... "bb_cookie.php" to all of my programs that were signing in and signing out members, and I am creating and deleting your cookies at the same time I do mine. I actually have MiniBB running in a Iframe within my system. What I would like to do next is to remove from MiniBB all of the signin and signout lines that are showing on the screens. I don't want to just disable them, I... 

36. Posted: 4 Jun 2010 23:29 - Official Addons and Solutions / File and Image Attachments
    ... $jsUploadFields bigger than $uploadForums. If you like to have 4 uploadboxes visible, then as example set if($forum!=0) $uploadForums[$forum]=4; $jsUploadFields=5; This is helpful, if you start minibb in a iframe with automatic size adoption for the iframe-high. 

37. Posted: 26 May 2010 10:08 - Specific / Header/Footer templates for forum in iframe
    Yes, this is exactly what I meant. This code should be put straight in setup_options.php. I would still recommend to use if(isset($_GET['iframe'])) because it's more "polite" for PHP specially if you have all warnings turned on. If you just put if($_GET...) it means the script will compare the value of $_GET['var']... 

38. Posted: 26 May 2010 09:40 - Specific / Header/Footer templates for forum in iframe
    OK, I think I had misunderstood what was being suggested. Are you saying I should perhaps include something like: if ($_GET["iframe"]) $indexphp='index.php?iframe=1&'; else $indexphp='index.php?'; And presumably I'd also need to do the same for $startIndex, i.e... 

39. Posted: 26 May 2010 09:20 - Specific / Header/Footer templates for forum in iframe
    ... it will work always. It's not based on a session or something like this. It's a tricky algorithm. You don't have to modify core functions. This is lame. Actually, calling from from an iframe for some reason is already lame. miniBB is built to workaround custom modifications for keeping easy upgrades. So I don't really understand, why and what did you modify. 

40. Posted: 26 May 2010 08:43 - Specific / Header/Footer templates for forum in iframe
    ... modify the load_header function within bb_functions.php and depending on the referer URL call either main_header OR main_header2 template where main_header2 was for the version of the forum not in an iframe. That worked when the forum was first launched but as soon as any link was clicked the referer was then the same for both the iframe and the non-iframe... 

» Messages | Topic titles
Page  Page 2 of 4:  « Previous  1  2  3  4  Next » 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Proceed with the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑