Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411593 Posts in 69386 Topics- by 58444 Members - Latest Member: FightingFoxGame

May 07, 2024, 12:00:52 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Website help! :(
Pages: [1] 2
Print
Author Topic: Website help! :(  (Read 4957 times)
ChevyRay
Guest
« on: October 15, 2008, 06:03:40 PM »

I've been trying to get a content management system set up for my site, and it's been hell.

Medieval showed me how to set up CSS classes (which was retardedly simpler to learn his code than with ANY tutorial 0_o) and we managed to come up with a template that I'm really happy with. It's simple, but now that I know the ropes I can easily add features to it as I go along.

I just want it to be easy to write posts and have them show up on the site, like with Wordpress or Blogger. I also want to be able to categorize the posts and have users search them by tags, like the TIG page does, and to have certain pages of the site display only related information. For example, like the ART page to always display the latest entry with an "art" tag, etc.

All the content-management systems I find online only let you load up different templates, and I don't WANT a stupid pre-made template Angry I want my own! I can't seem to find a "raw" template that I can just plop my own HTML into.



So I was wondering if

A) any of you webmasters out there are interested in helping me get this off the ground, or

B) anybody can explain to me how I can achieve what I need to be done.



Here's what my site looks like... since I feel bad asking for help without at least giving a taste of the goodies to come if I can overcome this bump in the road. Wink



Cheers! Beer!


Chev
« Last Edit: October 15, 2008, 08:34:17 PM by ChevyRay » Logged
increpare
Guest
« Reply #1 on: October 15, 2008, 06:14:30 PM »

Stripping down existing wordpress (say) templates isn't too difficult a task (for instance, here's my (work-in-progress) wordpress homepage).  TIGsource uses wordpress, and I think that would work pretty well for you.  There are also wordpress sandbox themes, which are designed to be customized with css (if you're already on a bit of a css buzz, that might be an interesting way to go).

Big question the first: do you have a web-host?

(the restriction on custom templates is pretty much universal across free sites).

 Also: you're not going to find any pure php themes for wordpress, with wordpress you have to sort of build the theme around a given php scaffolding.  It's not hard to build stuff by modifying existing ones though (that said, 95% of all wordpress themes are structurally near-identical).
« Last Edit: October 15, 2008, 06:18:15 PM by increpare » Logged
ChevyRay
Guest
« Reply #2 on: October 15, 2008, 07:31:48 PM »

Quote
Big question the first: do you have a web-host?
Yup.

Just browsing through some of your suggestions right now. Embarrassed Still not technically sure how to accomplish what you say, but I might be able to figure something out by trial-and-error.
Logged
Hideous
That's cool.
Level 10
*****


3D models are the best


View Profile WWW
« Reply #3 on: October 15, 2008, 08:32:32 PM »

I don't remember telling you anything about CSS? You sure that wasn't Medieval?
Logged

ChevyRay
Guest
« Reply #4 on: October 15, 2008, 08:33:52 PM »

Shit yes it was. I just have no brain. It was on MSN :D

I originally typed that he set me up with a system similar to yours and his site, but erased it cause it wasn't really relevant. But then I got the names confused Tongue
Logged
ChevyRay
Guest
« Reply #5 on: October 15, 2008, 08:41:34 PM »

I read through an article that compared different content management systems, and it said that ExpressionEngine was best for those seeking control over the look of their site. After scouring through their (TONNES) of documentation, I found tonnes of helpful tutorials on their templating system, and might be able to embed the content I need. I'm gonna give it a go and see if it works.

Best thing is I can install the CMS on my own server, so I can access it all from my own host. Hopefully this works out.

Still looking for help, though Tongue

EDIT: OMG. I'm surprised that ExpressionEngine isn't as popular as Wordpress around here. Does anybody use it? It's actually pretty simple. I'm watching THIS tutorial right now, on making templates. It's pretty clever.
Logged
ninjascience
Level 0
***



View Profile
« Reply #6 on: October 15, 2008, 09:44:54 PM »

i have to say, I love wordpress.  So easy to customize, and your site doesn't even need to be a "blog" for it to be useful.
Logged
ChevyRay
Guest
« Reply #7 on: October 15, 2008, 10:12:55 PM »

Well I wish I knew how to Cry
Logged
increpare
Guest
« Reply #8 on: October 16, 2008, 01:06:38 AM »

Quote
read through an article that compared different content management systems, and it said that ExpressionEngine was best for those seeking control over the look of their site.
There are different degrees of control.  You'll have plenty of control over visual aspects and layout of your site (enough to do what you wanted to) if you go with wordpress.  I can't speak about/help you with expression engine, because I haven't used it in a long time (if, indeed, I've ever used it).

Just checked out the video there: it might be convenient I guess, in that it has its own markup system, instead of having loads of embedded php scattered about the place.    Looks easier to write something from absolute scratch, though I suspect this might be a difficult task.  In wordpress, you can edit your themes via the the main admin interface also.

Hmm.  Interesting.  Doesn't really offer anything to me though (given that I can deal with WP).

Have you got either of wordpress or EE actually up and running on your site?

Quote
EDIT: OMG. I'm surprised that ExpressionEngine isn't as popular as Wordpress around here.
Here's one possible reason: Wordpress, for all its faults, is completely free and open-source.

If you have a couple of days spare to consider, cmsmatrix.org can be pretty entertaining.
Logged
ஒழுக்கின்மை (Paul Eres)
Level 10
*****


Also known as रिंकू.


View Profile WWW
« Reply #9 on: October 16, 2008, 01:09:11 AM »

Drupal also lets you customize themes or make your own themes by editing php and css. I say go with Drupal, I tried it and Wordpress and found Drupal much superior.
Logged

dmoonfire
Level 3
***



View Profile WWW
« Reply #10 on: October 16, 2008, 06:09:13 AM »

I like Wordpress and DokuWiki, but that's my style. Drupal is nice, but I got into it a bit too early and it moved around too fast; which left a bad taste in my mouth I guess. I heard its pretty stable now. MediaWiki is... okay, but slow as molasses in winter.

Usually if you can get a simple HTML page the way you want it, it isn't too hard to convert it to any of those. At least, that is how I work.
Logged
Cymon
Level 9
****


Computer Kid


View Profile WWW
« Reply #11 on: October 16, 2008, 09:23:55 AM »

Cymon's Games is a highly abused Wordpress theme. The trick is to make it not look like a highly abused Wordpress theme. It pretty much does everything you're looking at.
Logged

Cymon's Games, free source code, tutorials, and a new game every week!
Follow me on twitter
ChevyRay
Guest
« Reply #12 on: October 16, 2008, 05:51:40 PM »

Yeah, well look at mine Grin

http://properundead.com/

You can't post comments yet though, and that page is the only one finished Tongue
Logged
increpare
Guest
« Reply #13 on: October 16, 2008, 10:41:03 PM »

Yeah, well look at mine Grin

http://properundead.com/

You can't post comments yet though, and that page is the only one finished Tongue
By 'only one finished' you mean 'only one full stop'?
Logged
ChevyRay
Guest
« Reply #14 on: October 16, 2008, 10:46:12 PM »

 Shocked... er wha?

Sorry, it's late and I have no brain. What say?
Logged
increpare
Guest
« Reply #15 on: October 16, 2008, 10:50:27 PM »

the links don't go anywhere?
Logged
ChevyRay
Guest
« Reply #16 on: October 16, 2008, 10:52:36 PM »

 Grin

There's nothing for them to go to yet Cool

I've not completed the site yet. I have much to do.
Logged
Don Andy
Level 10
*****


Andreas Kämper, Dandy, Tophat Andy


View Profile
« Reply #17 on: October 16, 2008, 11:12:34 PM »

Maybe I've just been unlucky, but in my experience Drupal tries to be everything with its modularity but is actually nothing really good. But I could just have been mixing with the wrong kind of modules.
Logged
postlogic
Level 1
*



View Profile
« Reply #18 on: October 17, 2008, 02:48:25 AM »

Drupal also lets you customize themes or make your own themes by editing php and css. I say go with Drupal, I tried it and Wordpress and found Drupal much superior.

Drupal is definately not for the beginner. It's quite baffling at first, and sure, it's powerful. But it's still pretty damn much to get yourself into. That being said, I love Drupal Wink

Just never. EVER. go for Typo3. Ever.
Logged

No animals were harmed during the making of this post. Except one.
increpare
Guest
« Reply #19 on: October 17, 2008, 03:19:18 AM »

Just never. EVER. go for Typo3. Ever.
Oh?  I haven't even ever heard of it (and I have looked around at these things).  You have a regrettable liaison with it as a minor or something?
Logged
Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic