Phpbb Template for Portables - DEMO UP!
Moderator: Moderators
-
ShockSlayer
- Niblet 64
- Posts: 5059
- Joined: Thu Jun 29, 2006 12:47 pm
- Location: In my inbox.
Oh yeah! I would love to have a version adapted for my pocket pc(dell axim x50v) and my psp.
Wait, are you a mod or an admin? Cause you act like an admin(good thing).
SS
Wait, are you a mod or an admin? Cause you act like an admin(good thing).
SS
http://twitter.com/ShockSlayer" onclick="window.open(this.href);return false;
-
lifeisbetterwithketchup
- Senior Member
- Posts: 2180
- Joined: Fri Jul 21, 2006 12:08 pm
- Steam ID: lifeisbetterwithketchup
- Location: Illinois. Whee.
-
lifeisbetterwithketchup
- Senior Member
- Posts: 2180
- Joined: Fri Jul 21, 2006 12:08 pm
- Steam ID: lifeisbetterwithketchup
- Location: Illinois. Whee.
-
lifeisbetterwithketchup
- Senior Member
- Posts: 2180
- Joined: Fri Jul 21, 2006 12:08 pm
- Steam ID: lifeisbetterwithketchup
- Location: Illinois. Whee.
-
lifeisbetterwithketchup
- Senior Member
- Posts: 2180
- Joined: Fri Jul 21, 2006 12:08 pm
- Steam ID: lifeisbetterwithketchup
- Location: Illinois. Whee.
Ah, ok. So he's an admin, but his title is still "Moderator". But you can't tell that he's an admin unless you look at the "Who's Online"list. This is way too confusing.vskid wrote:In the "Who's Online" list, he is orange.lifeisbetterwithketchup wrote:I have no idea what you mean by that statement.Kurt_ wrote:Bicostp is orange.
Rekarp wrote:Cause I am Abe F#!@ing Lincoln.mako321 wrote:What makes you head ninja, anyways?
-
nightwheel
- Senior Member
- Posts: 2018
- Joined: Mon Mar 19, 2007 11:49 am
- PSN Username: nightwheel
- 360 GamerTag: nightwheel94
- Steam ID: nightwheel
- Location: Kentucky, We are KFC
- Contact:
Being somewhat fimular with the works of the phpBB2 admin pannel. Becuase I have and run a few phpBB2 based forums. And was admin on someone elses forum too. (I became inactive due to their unmorral antics. And their sometimes boraderline illlegal ideas. So they they demoted me because i was inactive.) There is a setting to where you can make someone look like a mod but be a full admin. Right down to the username color in the who's online thing.
Last edited by nightwheel on Fri Jan 04, 2008 8:10 pm, edited 2 times in total.
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Actually, it's because I'm too lazy to change it. 
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
typamc95
- Senior Member
- Posts: 784
- Joined: Fri Jun 30, 2006 9:46 pm
- Location: The bun is in your mind.
posting from my wing right now.Can't wait till this comes out.
Skyone wrote:Game, set, match!typamc95 wrote:There called Roto-disc.
http://www.mariowiki.com/Roto-Disc
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Problem is, most of the viewtopic body is tables, not CSS. (Plus, CSS support in some mobile browsers is hit or miss, while both Pocket IE and Opera Mobile 9 deal with the Javascript resize no problem.)
Want to see if Ben would be willing to add the resize script to the main forum's header? Huge pics are annoying, and I think changing the header template might actually save some bandwidth by using the external CSS file (instead of embedded CSS in every page.)
Sorry about the lack of a live demo; I've had a lot going on lately. It will be up soon.
Want to see if Ben would be willing to add the resize script to the main forum's header? Huge pics are annoying, and I think changing the header template might actually save some bandwidth by using the external CSS file (instead of embedded CSS in every page.)
Sorry about the lack of a live demo; I've had a lot going on lately. It will be up soon.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
I'm pretty sure JavaScript has been around and in use longer than CSS, so maybe it has better support in older and more limited browsers. (I'll have to hook up my old Mac and try accessing the server VM using Netscape 4 to be sure of it. Yeah, that's old school.anotherperson wrote:You can apply CSS styling to html markup regardless of the tags used to create a page, in the case of resizing images you could go into bbcode.tpl and add something along the lines of class="imagewrapper" which would have the max width and height properties. I am not sure about CSS compatibility though but it would seem backwards to support Javascript and not stylesheets.
I didn't think of changing the bbcode.tpl file. Will that also affect images in existing posts? (That's the main reason I jumped to a run-time script; we have about 4 years worth of posts that should be grandfathered in, for consistency's sake. The only other thing would be to run large images through something like ImageMagick to generate handheld size copies of images on the server's end. It would make pages load faster on portable devices, but I've never done that before and it would use more bandwidth and CPU time.)
Yeah, it's really wasteful. What the hell was SubBlue smoking?You can cut bandwidth in overall_header by removing the text/css style tag and contents, and uncomment the link tag which leads to the exact same stylings in the external CSS file, as to why the administrator of such a large site would not have done this I am uncertain. There is a lot of fluff in the subSilver template that can be removed to cut down on bandwidth too.
EDIT: I copied the embedded CSS and saved it to a text file. Including the tags it's 8k. That doesn't sound like much, but remember that's 8k more than what needs to load that gets loaded every time you open a page. Putting that in perspective:
8k per page load
* 100 pages per user (this is actually a low estimate, and includes the forum listing, thread listing, viewtopic, and post editing pages.)
* 25 users per day (including guests, also a conservative estimate)
* 30 days (one month)
=
600000k OR about 586 MB of wasted bandwidth per month, just on CSS definitions that could be cached if they were in a separate file.
The actual figures are probably much higher than that, depending on how active everyone is.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Remember this?
Well I finally got off my lazy butt and set up a test forum with it installed!
http://bicostp.portablesofdoom.org/proj ... /index.php
There's no script installed that automatically redirects you to the appropriate template (because I haven't gotten that far and don't know where to begin) so for now just sign up with your usual name and change the template in the profile window. (There is no account activation; just sign up and go.)
If you want to, leave feedback here or preferably on <a href="http://bicostp.portablesofdoom.org/punbb/">my board</a> so we don't clog up the server here. (You can leave some feedback on the demo forum itself if you want, but it probably won't last too long.)
Well I finally got off my lazy butt and set up a test forum with it installed!
http://bicostp.portablesofdoom.org/proj ... /index.php
There's no script installed that automatically redirects you to the appropriate template (because I haven't gotten that far and don't know where to begin) so for now just sign up with your usual name and change the template in the profile window. (There is no account activation; just sign up and go.)
If you want to, leave feedback here or preferably on <a href="http://bicostp.portablesofdoom.org/punbb/">my board</a> so we don't clog up the server here. (You can leave some feedback on the demo forum itself if you want, but it probably won't last too long.)
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link


