miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · 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: 239
» Messages · Topic titles 
Page  Page 4 of 12 :  « Previous  1  2  3  4  5  ...  9  10  11  12  Next » 
 
61. Posted: 31 Jul 2013 11:22 - Specific / Making a Super Sticky topic from bb_plugins?
    Sorry, it's not possible with an easy way or default miniBB codes. 

62. Posted: 29 Mar 2013 11:10 - Specific / Is it possible to user place his images into post?
    Jaime: Have you ever tested it?Yes. No effect :( Jaime: You can in bb_codes your own bb_code create, for each of you desired image format.I'll try. Jaime: In these images you have no control, Yes but, original this image size is 300*250 and we are see it... 

63. Posted: 29 Mar 2013 08:38 - Specific / Is it possible to user place his images into post?
    ... this setting all images will have new but same size?Have you ever tested it? Is there a way to set images to their original size?There is always a way, the question is whether it is your :) You can in bb_codes your own bb_code create, for each of you desired image format. Or you use HTML-code in your posts ... In your example you use an image link that is located on an external server. In... 

64. Posted: 28 Mar 2013 07:51 - Specific / Is it possible to user place his images into post?
    At the first, make your link, and then put your picture in the link [url=your_link][img=your_picture[/img][/url] See in bb_codes.php ... you found $GLOBALS['imgsWidth']=150; //static width for shrinking images Play with this :) And look at how work BB codes! Paul created you but surely the appropriate... 

65. Posted: 27 Mar 2013 21:34 - Specific / Is it possible to user place his images into post?
    cleargoal: if picture I want to place to post is on my local computer, how to upload it?With Files and Images Attachments, an premium addon for minibb :) ... but then you have many more questions 8) -... 

66. Posted: 27 Mar 2013 15:51 - Specific / Is it possible to user place his images into post?
    Jaime: And in miniBB is already installed via BB CodesThank you! In my forum there is this button but, where are images placed? How to form a link to image? 

67. Posted: 27 Mar 2013 08:53 - Specific / Is it possible to user place his images into post?
    Your question seems so simple that I almost do not dare me to write a response. Sure, Users can integrated images in the posts. And in miniBB is already installed via BB Codes. Place in your post: [img=http://url_to_your_picture]Description... 

68. Posted: 10 Mar 2013 10:28 - Specific / how to enable javascript embed into a posting
    Yes, it's possible. It should be kind of BB code, or anyway, something related to the safe conversion must come from bb_codes.php. 

69. Posted: 19 Aug 2012 01:20 - Specific / FancyBOX and miniBB integration
    So i manage to work my miniBB with FancyBOX, but .... there is one problem. Form start, i changed these lines in bb_codes.php: /* fixed width and ALT */ $pattern[]="/\[imgs=(http[s]*:\/\/([^<> \n\r\[\]&]+?)\.(gif|jpg|jpeg|png))\]([^<>\n\r\[\]&=\/\"']+?)\[\/imgs\]/i";... 

70. Posted: 14 Aug 2012 22:30 - Specific / FancyBOX and miniBB integration
    Hey there, bb_codes.php is the file you may modify for any new codes. Image buttons are set up in templates/main_post_form.html If you are a good coder, I'd recommend to use a solution on how to find... 

71. Posted: 19 Jul 2012 06:26 - Specific / Disable bbcode?
    10 years later - and still should work. That's what miniBB is all about ;-) - disable BB codes 

72. Posted: 11 Apr 2012 14:21 - News / Premium add-ons are being updated for miniBB 3.0
    Today I've worked out the styled BB-button for the "Bulleted List" solution, and it's now tested and confirmed to work with miniBB 3 in full. Also, this add-on was updated in Compiler... 

73. Posted: 31 Mar 2012 11:08 - Specific / apply styles to the images
    I would ask at first - why would you need it at all? Implementation method depends on the reason of it. Tom is right, you must apply all stylings, modifying BB codes functions (bb_codes.php). You can't put them like you mention above. 

74. Posted: 28 Feb 2012 12:24 - News / Premium add-ons are being updated for miniBB 3.0
    ... heights. Now you can't provide widths larger than 799 pixels and heights larger than 599 pixels. I hope it can suit most of YouTube cases and not break the layout; if no, let me know :) The code from bb_codes.encode.txt was updated for that. Enjoy. 

75. Posted: 22 Feb 2012 17:44 - News / Premium add-ons are being updated for miniBB 3.0
    ... README file for more details. The updated add-on also has a reworked BB-button in miniBB-style, and it's tested/compatible with Compiler. Because of that, I have also a bit updated the miniBB core. bb_codes.php should contain '<iframe' value in $simpleCodes definition. 

76. Posted: 19 Feb 2012 11:49 - Specific / Using miniBB in a network accessed by hand crank/solar powered computers and cellphones
    I think it should be possible by removing a few lines of code from the file bb_codes.php. You might want to add an extra layer of security by coding (or hiring Paul to do it, hehe) some function that checks whether the posted message/topic has URL's for external... 

77. Posted: 19 Jan 2012 19:45 - Specific / "Subject" has a strange mouse-over effect
    ... release, there was <a name> tag located over this wording. In the latest release I've fixed it to have no tag around. The mouse over effect comes from there. Because there is <a> tag. bb_codes.php is exactly a place to remove some functions. Just follow them, you need to remove every $pattern and $replacement element which contains the proper code. Also edit templates/main_post_form... 

78. Posted: 2 Jan 2012 13:08 - Specific / LaTeX tags
    ... contact add-on's authors for that. However if you have modified the original codes, make sure you did it properly. The proper code should be contained in both encodebb() and decodebb() functions of bb_codes.php. 

79. Posted: 18 Oct 2011 11:37 - Specific / Media embedding addons
    The add-on was released :) 

80. Posted: 8 Oct 2011 00:12 - Specific / Media embedding addons
    ... still some leftovers from a 'third-party' add-on. The add-on that was causing the prblems was the [code] add-on, what is known also as [hihglight]. After I commented out this piece of code from bb_codes the add-on was working as aspected: [edit] (removed code) Since [highlighting] does what I need I, offcourse, do not need this code. So no troubles here! I have the add-on public now... 

» Messages · Topic titles
Page  Page 4 of 12 :  « Previous  1  2  3  4  5  ...  9  10  11  12  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
Install the Captcha add-on: protect your miniBB-forums from the automated spam and flood.