Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,900 Members
165,091 Posts
33 Users Online

Please welcome our newest member, Jors308932!

Affiliates
Go Back AdminFusion » Getting Started » Software » phpBB » [PHPBB] Add image uploading to your forum
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 10-28-2005, 09:30 PM   #1

Title: Rookie

Points: 1,889, Level: 12Points: 1,889, Level: 12Points: 1,889, Level: 12
Level up: 13%, 261 Points neededLevel up: 13%, 261 Points neededLevel up: 13%, 261 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 16

ben_ is on a distinguished road
 
 
There's now an official phpBB mod under development for this:

Code:
############################################################## 
## MOD Title:          phpBB2 imgfree.net integration 
## MOD Author:         3Di < 3d@you3d.za.net > (marco) http://phpbb2italia.za.net/phpbb2/index.php 
## MOD Description:    Embeds imgfree.net into your phpBB2 
## MOD Version:        0.1.0 
## 
## Installation Level: (Easy) 
## Installation Time:  3 Minutes 
## Files To Edit: 
##      templates/subSilver/overall_header.tpl 
##      templates/subSilver/posting_body.tp 
## 
## Included Files: 
##      N/A 
##      
##      
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/ 
## for the latest version of this MOD. Although MODs are checked 
## before being allowed in the MODs Database there is no guarantee 
## that there are no security problems within the MOD. No support 
## will be given for MODs not found within the MODs Database which 
## can be found at http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
## 
############################################################## 
## MOD History: 
## 
##   2005-10-28 - Version 0.1.0 
##      - first public release BETA 
## 
##   2005-10-28 - Version 0.0.1 
##      - alpha on localhost 
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/overall_header.tpl 
# 
#-----[ FIND ]------------------------------------------------ 
# 
@import url("templates/subSilver/formIE.css"); 
--> 
</style> 
# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 
<script language="javascript" src="http://forum.imgfree.net/uploadpop.js"></script> 
<noscript><a href="http://www.imgfree.net">Image Hosting</a></noscript> 
# 
#-----[ FIND ]------------------------------------------------ 
# 
/* Copyright and bottom info */ 
# 
#-----[ BEFORE, ADD ]----------------------------------------- 
# 
.uploadbutton { 
   background-color: transparent; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: Blue; 
   padding: 1px 1px 1px 1px; 
   margin: 1px; 
   border-style: ridge; 
} 
# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/posting_body.tpl 
# 
#-----[ FIND ]------------------------------------------------ 
# 
     <td class="row2"> 
# 
#-----[ IN-LINE FIND ]---------------------------------------- 
# 
<td class="row2"> 
# 
#-----[ IN-LINE AFTER, ADD ]---------------------------------- 
# 
<input type="button" value="imgfree uploader" class="uploadbutton" onclick="LaunchImgFree();" /> 
# 
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------- 
# 
# EoM
Reply With Quote
Old 10-28-2005, 11:41 PM   #2

Title: Apprentice

Points: 2,389, Level: 13Points: 2,389, Level: 13Points: 2,389, Level: 13
Level up: 14%, 61 Points neededLevel up: 14%, 61 Points neededLevel up: 14%, 61 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 168

Location: Malaga, Spain

awibble is on a distinguished road
Send a message via MSN to awibble Send a message via Yahoo to awibble Send a message via Skype™ to awibble  
 
Thanks for adding to your mod, Ben

Glad to see your expanding to use other forums. I have Split this off from the other one so that the IPB and the PHPBB version is seperate.

Nice work again
__________________
Search is your friend.
Let me know if you need any help (PM prefered)
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free forum hosting miner Buy and Sell 15 02-17-2008 09:37 PM
Generic Forum Policy Template gprime Handling Problem Members 8 01-19-2007 02:27 AM
Creating A Successful Forum PaidPosts Creating Interest 8 12-14-2005 07:47 PM
[IPB] Add image uploading to your forum ben_ Invision Power Board 2 10-28-2005 08:27 AM

AdminFusion

All times are GMT +1. The time now is 02:51 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72