Izzylock wrote:just a few footnotes and things i noticed:
@phpraid, the iframe you've used isn't set properly, due to limitations on iframe, resizing automaticly to php pages is impossible, so setting a standard length for the longest page in the application will ensure the page will always be fully viewable. Currently the Raid SIgnups page is not fully viewable, while this particular page isn't in use yet, this will need to be addressed before it goes live. just cloneing the $content = portion of the DKP referrer will work, just change the link and you should be good to roll.
I'm actually using a dynamic iFrame for it, the javascript they have on the page is breaking it. I'll be working on that for the majority of the day.
@forums
possible reasons are the particular " theme " used is built dinky rather than full screen should be a simple CSS fix using percentages (i.e. table.body width: 100%) or something silly like that... (most decent themer's keep it simple like that and apply overall style settings in one shot, rather than having to recode it at every dev / page / table
Yup, like I said, will be fixing that in a bit, just woke up now >.>
@phpsighups
i use a nifty program called navicat, if you have remote access to the sql, you can simply import it from the old database to the new, then manually edit the tables where link / url / domain / cootie settings should be changed
depending on your php / sql expertise, you can also create a php based sql importing page where you can further customize what sql entries you wish to process, and wich you wish to alter during the transfer
The reason behind leaving the database behind is two-fold.
1) The version we WERE running, is horridly out-dated, and it's a bigger pain in the ass to update than a fresh install.
2) The SQL database changes required from old to new is just stupid. Also, it's not like there was much invested in it... nobody needs to see old raids anyways.
Nice roster tie in
Might want to limit it to members and above, don't want just anyone off the net seeing what's in there
Bah, forgot that... had it in my "things to do" but must've missed it.
@any errant SQL problems:
Not sure about MsSQL, but i know for a fact that mysql uses ' and " as field seperators, if you run into issues where full SQL imports fail, try looking for misplaced ' or " in the fields data. a prime example of this would be me typing " that's amore " and it not being escaped properly before getting sent to the database, it would work on input, but fail on import. i.e. php would put in "that's amore" but when you try to import that from one database to another you may see that SQL complains because it see's "that", 's amore";
There shouldn't be any errant SQL issues, everything is a fresh install and I just exported the database and modded everything to point to the correct, new, locations.
i've sent you a PM with the new logo's you requested, feel free to delete this post if you want..
Thanks, put it up already. Replied to said PM
-=[ this post will self destruct when Microsoft follows standards of coding practices ]=-
So.... never?
@Slap
Linking youtube videos break the site. I tried to post one in the officers forums and it wont let me load the page it is on now..
Alright, I'll take a look at it... I have a feeling I know what happened...
ALSO
Because I changed the position of the profile (was on right, now left side of your posts), anyone who's got an avatar that comes into your post, please resize them. I imposed a new size limit on the avatars, but it's not retroactive. Max dimensions are now 200x300.