A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.
Please welcome our newest member, Jors308932!
Spice up your web site with the ultimate community message board solution!
Fake Id'sGet fake Id's made right now!
vBSEOSearch Engine Optimization for your VBulletin Forum.
AdminFusion
»
phpbb sidebar mod
| | #1 |
| | #2 |
| | |||||
| Title: Member Join Date: Oct 2005 Posts: 99 Location: Jacksonville, FL ![]() | Well, I found this http://www.phpbbhacks.com/download/4319 Do you think I can easily ad adsense to it?
__________________ | ||||
| |
| | #3 |
| | |||||
|
Title: Administrator Join Date: Sep 2005 Posts: 10,246 Location: Athens, GA ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I would say backup, install, and try it out - the first step is important when you're trying out mods you are unfamiliar with ![]() As far as adding adsense code, I'm not quite sure...the demo shown there doesnt show your traditional sidebar in block format...It might can be modified to do so, but I'm not sure it would look great
__________________ ...some super-sweet signature | ||||
| |
| | #4 |
| | #5 |
| | |||||
|
Title: Administrator Join Date: Sep 2005 Posts: 10,246 Location: Athens, GA ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I don't exactly know of any sidebar hacks for phpBB - It's been years since I've used it, but I would continue to search around at www.phpbbhacks.com and www.phpbb.com/phpbb/ I will say that I took a few minutes and played around with a copy of phpBB I have and achieved this http://www.adminfusion.com/test/phpbb2018 I don't have time to work with it more to set up actual blocks, but I'm sure I could do it once I have time to sit down and do so...it could take me 3-4 days before I get that time though, I'm going to be busy over the next few days. As far as backing up - I am referring to your php files and your MySQL database. Before you modify any phpBB files, it is a good idea to save a copy of the untouched version first - bad things can happen if you do not. If you want to play around with this bit of code I have, open your overall_header.tpl file in your templates folder and add the following to the very bottom of it Code: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="150">Sidebar Here</td> <td> Now open overall_footer.tpl and add the following to the very top of it Code: </td> </tr> </table>
__________________ ...some super-sweet signature | ||||
| |
| | #6 |
| | |||||
|
Title: AF Lead Developer Join Date: Sep 2005 Posts: 1,186 Location: OHIO, US ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | yeah this is just about it. I had made one a long time ago that a few sites that me and my friens ran used, and the above looks about right. One change that I would suggest: change this line HTML Code: <td width="150">Sidebar Here</td> HTML Code: <td width="150" valign="top">Sidebar Here</td>
__________________ Do not post your PF private key in public. Did I help you with this post? If so, pls click the rep button or send money. | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding Sidebars to phpBB | Bob | Tutorials | 8 | 04-16-2008 10:21 AM |
| Adding a basic sidebar to IPB 2.1.x through the board wrapper | Bob | Invision Power Board | 2 | 05-05-2006 02:34 AM |
| phpBB Resource Thread | gprime | phpBB | 1 | 02-12-2006 01:11 AM |
| phpBB Book Guide | Ryan | phpBB | 0 | 12-20-2005 05:35 PM |
| [phpBB News] phpBB announces its community coding projects | Industry News | phpBB | 0 | 11-18-2005 08:00 AM |
