Dominic Deegan Fansite
HomeFAQSearchRegisterLog in
Post new topic   Reply to topic
 

Forum Aesthetics

View previous topic View next topic Go down 
Goto page : Previous  1, 2, 3, 4, 5, 6, 7  Next
AuthorMessage
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 10:34 am

if you can link give me an quote and a good image to use (i was looking for some in the archives and then started reading them..... i was up at 8 and its now the afternoon opps) ill work on some for ya.

im also about to have a fiddle with some buttons. ive gotten the 'mookiebet' from the stripslay thread and see what i can make
_________________
Back to top Go down
linkskywalker
Lurker
Lurker



Age : 21
Joined : 27 Mar 2007
Posts : 2855
Location : I'm a citizen of the world

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 10:37 am

Neochick wrote:
Greetings.

I've been lurking on the LJ 'forum' reading up, and ive noticed how some disagree with the chosen quote.

Here's my suggestion. have a few images, all with different quotes, that are randomly dragged up to be the header. Unfortunately i have no idea how difficult/easy this would be to implement.

if not to hard a task, you could even get a big thing going, a suggest a quote kind of thing.


I actually have a random topbanner at my forum. It would be simple to do, even though we don't have access to the files. However, what we would need is somebody with a server with PHP support.
_________________
"Bears have penises. They can stick it in butts."
~LS
Back to top Go down
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 10:58 am



theres a fiddle.

edit: and heres an example of my 'character banner' idea


_________________
Back to top Go down
Maulkin
Shivering Isles Resident
Shivering Isles Resident



Joined : 27 Mar 2007
Posts : 9494

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 12:15 pm

Neochick wrote:


theres a fiddle.

edit: and heres an example of my 'character banner' idea



Hey, that one works!

Now we just need some others...
_________________
Spoiler:
 
Back to top Go down
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 12:32 pm

which one?

the button or the banner?

edit: heres another banner





_________________


Last edited by on Mon Apr 09, 2007 2:22 pm; edited 1 time in total
Back to top Go down
Maulkin
Shivering Isles Resident
Shivering Isles Resident



Joined : 27 Mar 2007
Posts : 9494

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:21 pm

Neochick wrote:
which one?

the button or the banner?

edit: heres another banner



Oh, PERFECT!!!

Link, can you get those to rotate? Because, that would be awesome ^.^


(The button is good, too, btw. I need a bigger list, though, if I'm going to use those as buttons.)
_________________
Spoiler:
 
Back to top Go down
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:23 pm

im making more banners as i come across images in the archives.

and i shall work on some buttons later too then ^_^
_________________
Back to top Go down
Maulkin
Shivering Isles Resident
Shivering Isles Resident



Joined : 27 Mar 2007
Posts : 9494

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:25 pm

Oh yeah, about the banners; try to keep a relatively equal amount of the major characters. Even though Donovan has a lot of funny sayings, it wouldn't doo to have ten of him and only one or two of Dominic.
_________________
Spoiler:
 
Back to top Go down
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:29 pm

im trying hehe

feel free to throw any quote you want used at me
_________________
Back to top Go down
linkskywalker
Lurker
Lurker



Age : 21
Joined : 27 Mar 2007
Posts : 2855
Location : I'm a citizen of the world

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:47 pm

give me a server with PHP support, and I'll tell you how to set up the random banner.

How it basically works, you put a folder on the server with all the images you want in it. Then you put a PHP script in the same directory as that folder.

For the url of the topbanner image, you insert "http://www.server.com/directory/randomimagescript.php" and the script will randomly take images from the folder for the image.

Here's the script
[quote]
<?
$logo= scandir(logo);
$logo= array_slice($logo, 2);
shuffle($logo);
$ban= fopen("logo/$logo[0]", "r");
header("content-type: image/jpeg");
fpassthru($ban);
?>
[quote]

unless you want to edit the script, name it "logo.php" and name the folder you put the images in "logo" as well.

that should do it for you.


Neochick--you're ripping the characters from the background really cleanly. Any particular tricks? I usually do a rough by-hand cutout, white out the surrounding pixels, then smudge the edges of the character to blend them to whatever background I put them on. It works pretty well, and most people can't tell, but yours look a bit more crisp than mine.
&lt;?
$logo= scandir(logo);
$logo= array_slice($logo, 2);
shuffle($logo);
$ban= fopen(&quot;logo/$logo[0]&quot;, &quot;r&quot;);
header(&quot;content-type: image/jpeg&quot;);
fpassthru($ban);
?&gt;
[quote]

unless you want to edit the script, name it &quot;logo.php&quot; and name the folder you put the images in &quot;logo&quot; as well.

that should do it for you.


Neochick--you're ripping the characters from the background really cleanly. Any particular tricks? I usually do a rough by-hand cutout, white out the surrounding pixels, then smudge the edges of the character to blend them to whatever background I put them on. It works pretty well, and most people can't tell, but yours look a bit more crisp than mine.
_________________
"Bears have penises. They can stick it in butts."
~LS
Back to top Go down
Neochick




Age : 40
Joined : 08 Apr 2007
Posts : 66
Location : New Zealand

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 2:58 pm

i do mine by hand on photoshop CS2, with the added help of my wacom.
i also find it helpif i make the backround 'bright green'so i dont miss anything








_________________
Back to top Go down
LadyMacbeth
Honor and Virtue
Honor and Virtue



Joined : 01 Apr 2007
Posts : 4279

PostSubject: Re: Forum Aesthetics   Mon Apr 09, 2007 9:58 pm

Neochick, you rock.
Back to top Go down
Maulkin
Shivering Isles Resident
Shivering Isles Resident



Joined : 27 Mar 2007
Posts : 9494

PostSubject: Re: Forum Aesthetics   Sat Apr 14, 2007 3:07 am

Okay you guys, we need to start coming up with buttons for the themes. I don't mind changing the look of the forum, but I won't leave it half finished; the old look was better than this bland generic look we have now. I don't mind changing the forum aesthetics, but you guys need to meet me halfway. I'm giving a week before we go back to the old look, at which point you guys will have to come up with buttons and such on your own (and without the benefit of having the right forum colors for comparison).
_________________
Spoiler:
 
Back to top Go down
tenderisthebestsexmachine
Left the forum
Left the forum



Joined : 08 Apr 2007
Posts : 2594
Location : Not Australia?

PostSubject: Re: Forum Aesthetics   Sat Apr 14, 2007 3:55 am

I like this much better than the old look; keep it as it is, please. Less it more.

The forum doesn't need anything too fancy (see other popular forums); the rotating banner is fine, but the previous forum was too gauche (all those graphics...).
Back to top Go down
linkskywalker
Lurker
Lurker



Age : 21
Joined : 27 Mar 2007
Posts : 2855
Location : I'm a citizen of the world

PostSubject: Re: Forum Aesthetics   Sat Apr 14, 2007 4:14 am

I disagree, but the point is moot. This forum layout is the preferred one, and it's here to stay.
_________________
"Bears have penises. They can stick it in butts."
~LS
Back to top Go down

Forum Aesthetics

View previous topic View next topic Back to top 
Page 3 of 7Goto page : Previous  1, 2, 3, 4, 5, 6, 7  Next

Permissions of this forum:You cannot reply to topics in this forum
Dominic Deegan Fansite :: Forum Upkeep :: Problems-
Post new topic   Reply to topic