Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Forum Update Completed 
 
Well my forum update is finally Completed.
I put this off for a long time. Until I had the amount of time to dedicate to it.

my overall site gets hit extremely Hard in Oct (got 59 million hits)
So I had to put this off until the storm cleared.

I spent this week,  Changing things, Removing and adding new Mods.
Making graphics and buttons. updating BBC Codes etc.....

And I wanted to personally thank you guys for the help on some of the Code changes.

My Forum is PhpBB 3.0.11
Black Pearl: version = 1.6.9
Even updated Auto-MOD 1.0.1

So I'm calling this project DONE !

Here's the Updated Forum/Style (let me know what cha think)

http://www.stoneykins.com/Forum/index.php


Thanks Again
St0ney
 



 
St0neySend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
Well done Stoney,

Now onto my nitpicking  

A. Personally I would make the top header pic...
  • fit
  • stretchable by adding slices of black to repeat
  • or take the easy road and just make the back ground repeat black.. just edit the image  


B. Maybe you would notice this  with a monocular but you will certainly notice if you ever change your background colour (for example red... test it you 'll see)

Here is a nice fix for it (this may be very intresting to icy users like Yros too )

Maybe even MG will think of replacing these in the default black pearl packs ??????

switchable tbl's.zip
Description: Default/full transparent/or only transparent at the outside .... Enjoy! ;) 
Download
Filename: switchable tbl's.zip
Filesize: 5.3 KB
Downloaded: 652 Time(s)

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
Hey St0ney it's very nice, I love your customizations.

Just some impressions:
  • I don't like capital letters in website addresses and you really should avoid using caps... I'm referring to /Forum/. Remember that internet addresses are case sensitive on Linux.
  • I like the header even if it has the border, maybe can be improved by removing it, but I'm not really sure, it is something you should test.
  • I don't like the bottom border as is... I know it's like I designed... but with your new background I think it should be different... I still don't know how, but different.
  • I don't like the table at bottom Activity over the last 24 hours I think it's just broken...
  • I would invert the icons... dark when no messages, and bright yellow when there are new messages.
  • Check this: W3C Validation For Stoneykins

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
LMAO! I made a Halloween theme some years ago with a real spooky background of Ghouls, skeletons, eyes glowing in the dark and all of it in an old dungeon. I'm not sure but I'll see if I still have it somewhere on an old cd backup, as you might be interested in it.

And I'm sure I've seen some pumpkin smilies somewhere - Not even sure if I don't have them on a cd or dvd somewhere?

That was the only thing I think made it look slightly unfinished.

Google! pumpkin emoticons

pumpkin
 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
Thanks Guys for the Feedback and Suggested Changes.

Joshua203:  Thanks for the Images,  But to be honest, My forum will always be Dark Black or Dark Gray.
It's an extension of my pumpkin carving Pattern business. And the Mocks that I post really POP with the dark back ground.


MG:  Your Right and thanks So much for the Feedback.


1) CAP Letter (in Forum - URL) I think I may need to Setup a Re-Direct (after the change) (- Too Many people have it bookmarked as (/Forum)
And also other sections of my Main Site (i.e /Patterns).

2) I think this is personal taste (I also like it with the boarder)  It makes it look like it's part of the overall Style/Forum.
    Didn't want to look like it's just sitting above the rest of the layout.

3) Bottom Boarder - Yeah I see what you mean, I'll look into that as a change.

4) Table on bottom I fixed that last night,  I do like the info for the past 24 hours.
    So I moved it in the Stats Section. (instead of it's own box) this is a MOD, and yes looking at it after your post,
It BROKE the bottom of the Style.

5) I switched the Icons - Yep makes a lot more sense now  (Read/Unread)  -- Thanks for that.
    So the Pumpkin Glows now with un-read messages.

6) on the Validation -  I will clean up what I can,  But it looks like most of the error codes are from installed Mods.
    And I'm not Comfy screwing around with that code.  And the report is showing like one bad symbol in a code string.

Some of the errors shown are also questionable.
Like it said there's a </Script>  For no Reason (when it actually is closing a JavaScript).


mort:  
yeah that would really be Helpful - My Entire Site is based on Halloween/pumpkin carving.
Always Fun dealing with my web host to go from VPS to super fast Dedicated Just for October.  

Also thanks for the animated Gif Below - Already saved and will add either on the Forum on Main Site.

Thanks Guys !!
St0ney
 



 
St0neySend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
Hahaha!

I found this - Over 6 years ago - and had to modify the sql to install the damn thing, and even then, I didn't expect it to work.  

But I had forgotten that I had made the whole thing transparent. Anyway you can have the lot if you want it.

 untitled1_1354028197_930277

 halloween

 header1 This actually has a transparent background.

 whosonline

 halloween_sprite
 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
maybe you post a link or you sent me the hole bunch via PM

I´m thinking of giving my forum a complete overhaul.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum Update Completed 
 
I'm not quite sure what you mean Spydie.

@StOney

I never looked at any errors/warnings as MG is suggesting but here are some no-no's for a start.

<script>Blah</script>

Use:

<script type="text/javascript">Blah</script>

<script language="Javascript">

Use:

<script type="text/javascript">

<BR>

Use <br /> There is a reason for self-closing tags. and for lowercase.

And the old scripts you are using would be better cut and made into a .js file and then use:

<script type="text/javascript" src="path to script/file.js"></script>

But I'm not here to criticise - it still works - but some browsers may play merry hell with the mistakes that are there ?
 



 
mortSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron