COZY Campus Adult Webmaster Forums

 
 
 


Go Back   COZY Campus Adult Webmaster Forums > Newbie Help

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-11-2008, 12:01 PM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
customize blog themes

how hard are they to do?


beside css what programming languages are necessary?
Reply With Quote
  #2  
Old 03-11-2008, 12:03 PM
Cozy Monica's Avatar
Cozy Monica Cozy Monica is offline
Campus Moderator
 
Join Date: Dec 2002
Location: Canada
Posts: 4,730
You can do pretty much all your customization in the css file, with the exception of sometimes needing to fiddle around in the editor to move elements.

You can do it without knowing much of anything, it rocks.
Reply With Quote
  #3  
Old 03-11-2008, 12:17 PM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
so no php is required

what about adding your own pictures to the theme kinda like how perezhilton blog is
Reply With Quote
  #4  
Old 03-11-2008, 12:19 PM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
It depends on the customizing you want done. Like Monica said, most can be done in the CSS. If the customization you want is more functional, and less of a design customization, then some PHP and HTML skills come in handy.

Wordpress has good documentation on how their theming system works.

Other blog platforms, I couldn't tell you much about.
Reply With Quote
  #5  
Old 03-11-2008, 12:45 PM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
i want it more functional


i hate seeing all blogs look same

shoemaker blog is one i stride to make mines indiviualize like

off to amazon to buy some php books

Reply With Quote
  #6  
Old 03-11-2008, 01:36 PM
balls_deep's Avatar
balls_deep balls_deep is offline
Amish Pornstar
 
Join Date: Oct 2006
Location: Central PA
Posts: 3,549
Send a message via ICQ to balls_deep
you don't need the php. The templates are easy to code with mostly basic html.

I'd install wp and start fucking around.
__________________
Reply With Quote
  #7  
Old 03-12-2008, 01:52 PM
theviking's Avatar
theviking theviking is offline
Work smart, work hard!
 
Join Date: Feb 2006
Location: Asia
Posts: 1,984
Quote:
Originally posted by balls_deep
you don't need the php.
That's crap ... :P

You have to put the functions where you want them, and for that, you use php. You could do it without knowing anything about php (just make some searches and so on), but if you really want to make custom made wordpress themes i suggest you learn html, css and php...alongside with the wordpress excerpts.
__________________
Go Fuck Yourself!
Reply With Quote
  #8  
Old 03-12-2008, 06:30 PM
odysseus's Avatar
odysseus odysseus is offline
Registered User
 
Join Date: Aug 2004
Location: Tucson, AZ
Posts: 975
Send a message via ICQ to odysseus
I think Balls and Viking are both correct. It really does depend on what you want wordpress to do that it's not already doing for you, that will determine the tools you need.

For some things, you really do need some php knowledge, be it something as simple as cutting and pasting the wordpress template tags, which are all php functions, but really no different to cutting and pasting any other code. Maybe you want to manipulate those tags a little bit, and need to pass parameters to them. Again not hard, but more complicated. Maybe you need to tweak a plugin. Maybe you want to write a plugin... Depending on what exactly needs to be done, you may need php in the rare instance where you can't find a theme or a plugin that does what you want.

But, wordpress is powerful enough that a lot of modifications can be done just by screwing with the HTML and CSS and seeing what happens. Wordpress does a lot of cool stuff right out of the box.

It sounds like what you want to do is more aesthetic customization, for which HTML, CSS, and a graphics editor will do you fine.
Reply With Quote
  #9  
Old 03-12-2008, 10:53 PM
Cozy Monica's Avatar
Cozy Monica Cozy Monica is offline
Campus Moderator
 
Join Date: Dec 2002
Location: Canada
Posts: 4,730
You need very minimal knowledge of PHP to figure out how to change things up inside a theme to add images, move major elements around, and alter layouts.

You don't need to know how to program in PHP, just how to recognize where functions begin and end and the general idea of what they might be accomplishing.
Reply With Quote
  #10  
Old 03-13-2008, 07:08 AM
Schoepfergeist's Avatar
Schoepfergeist Schoepfergeist is offline
Evil Genius
 
Join Date: Oct 2003
Location: Seattle
Posts: 117
Send a message via ICQ to Schoepfergeist
I suppose with anything web related, it's always good to know a little html to make things easier, but Wordpress is about as easy as it gets. I would recommend Joomla, but the more I mess with it, the more I hate it...

You might want to dig around for some Wordpress templates with a little more customization built in, so you don't have to mess with the PHP. There's plenty of resources and plugins out there as well if you dig around. If worse comes to worse, hire yourself a designer to make your life easier.
__________________
Cutting Edge, Adult Design Solutions:
www.devilishmedia.com
Reply With Quote
  #11  
Old 03-27-2008, 09:57 PM
masterpirate masterpirate is offline
Cozy Junior
 
Join Date: Mar 2008
Posts: 25
Send a message via Yahoo to masterpirate
I think it really depends on what you are trying to do. Changing colors pictures and layout can be done easily with just HTML and CSS. But heres the trick: if you don't understand PHP, and accidentally fuck things up while fooling around with the HTML, its gonna take you a very long time to get back to where you were. Yes, you can edit themes with little knowledge of HTML, CSS, and PHP.....it just isn't smart.
__________________
Master Pirate Media
college-thong.com is for sale!
Reply With Quote
  #12  
Old 03-27-2008, 10:18 PM
balls_deep's Avatar
balls_deep balls_deep is offline
Amish Pornstar
 
Join Date: Oct 2006
Location: Central PA
Posts: 3,549
Send a message via ICQ to balls_deep
Quote:
Originally posted by masterpirate
Yes, you can edit themes with little knowledge of HTML, CSS, and PHP.....it just isn't smart.
it's plenty smart, just save your template files so you have a backup that you can restore.

cheaper is better and it will give you a better understanding of how the coding system works.
__________________
Reply With Quote
  #13  
Old 03-28-2008, 02:28 AM
Cozy Monica's Avatar
Cozy Monica Cozy Monica is offline
Campus Moderator
 
Join Date: Dec 2002
Location: Canada
Posts: 4,730
I agree with balls here. You should always make a backup copy so that if you mess things up, you have an instant fix.
Reply With Quote
  #14  
Old 03-28-2008, 11:16 AM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
how you backup?
Reply With Quote
  #15  
Old 03-28-2008, 11:24 AM
masterpirate masterpirate is offline
Cozy Junior
 
Join Date: Mar 2008
Posts: 25
Send a message via Yahoo to masterpirate
Quote:
Originally posted by nolimits4
how you backup?
Just use your FTP to copy files to your local system.
__________________
Master Pirate Media
college-thong.com is for sale!
Reply With Quote
  #16  
Old 03-28-2008, 11:39 AM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
thanks
Reply With Quote
  #17  
Old 04-01-2008, 06:45 AM
porn punk's Avatar
porn punk porn punk is offline
Registered User
 
Join Date: Feb 2006
Location: Babylon
Posts: 2,669
Send a message via ICQ to porn punk Send a message via AIM to porn punk
http://www.wpdesigner.com/2007/02/19...ss-themes-huh/

This might help you try and get the themes thing down. I got a couple things out of it myself
__________________
LINK EXCHANGE PAGE!
MY LINK EXCHANGE TRADE PAGE

ICQ 278-804-660
smutnut(AT)smutnut.org
Reply With Quote
  #18  
Old 04-01-2008, 11:14 AM
nolimits4 nolimits4 is offline
Cozy Senior
 
Join Date: Dec 2003
Posts: 140
just what i need

save me some time of not having to read wordpess docs

thanks
Reply With Quote
  #19  
Old 04-01-2008, 12:57 PM
porn punk's Avatar
porn punk porn punk is offline
Registered User
 
Join Date: Feb 2006
Location: Babylon
Posts: 2,669
Send a message via ICQ to porn punk Send a message via AIM to porn punk
I wouldn't use this as a replacement for the wordpress docs, but it might help you understand all the "wp speak" a little better and some css (at least how it's handled by wordpress templates) if you don't already
__________________
LINK EXCHANGE PAGE!
MY LINK EXCHANGE TRADE PAGE

ICQ 278-804-660
smutnut(AT)smutnut.org
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:04 PM.

Support our Cozy adult webmaster forum Sponsors:

Porn Reviews
Honest Porn Reviews
Stroke King Blue Design Studios
Blue Design Studios
  Adult Reviews
Adult Reviews

Pussy Cash FTVCash Etu-Cash Traffic Cash Gold GJ Servers
AdXpansion        

 

CozyFrog.com  |   CozyFlash.com  |   Friends & Links
© 2002-10 CozyCampus.com | Adult Forums for Webmasters! | 18+ ONLY!
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.