stevenmedleycom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Dark City themethanks, i searched manually and couldnt find it, but yes the link did work. thanks!
Forum: Themes and Templates
In reply to: putting header, sidebar, and footer from default theme into…im going to mark this resolved as this has solved my issues. once again thanks a billion kafkaesqui.
Forum: Themes and Templates
In reply to: putting header, sidebar, and footer from default theme into…wow thanks to your nearly invisible link, i managed to get it integrated, i searched and searched for a certain small peice of code, all i was looking for i guess was a few small lines that makes it all possible to use wordpress
?commands?.<?php define('WP_USE_THEMES', false); require('../../../wp-blog-header.php'); get_header(); ?>that did what i was wanting it to do, thank you a million times over and over. now all i have to do is work on positioning the script to a more natural look, i THINK i might be able to handle that task though.
Forum: Themes and Templates
In reply to: Tiny problem with my theme (using darkcity1)im sorry i dont think the problem is solved because you didnt list a solution. please if you find a fix, then share so everyone can enjoy. i also am interested in this theme a great deal.
Forum: Themes and Templates
In reply to: putting header, sidebar, and footer from default theme into…makes perfect sense to me, that seems to be what im looking for, but when i use the “template page”‘s code then i get a bunch of weird errors. i want to put the code into the script.php page. The only thing that will show up correctly would be my payperpost thing because its the only thing that doesnt use wordpress code in the sidebar
Forum: Themes and Templates
In reply to: putting header, sidebar, and footer from default theme into…bump
Forum: Fixing WordPress
In reply to: Unable to create directory, Image upload Deniedcheck your .htaccess
Forum: Fixing WordPress
In reply to: How to decide what is spam?i get the same thing, its weird, i will follow their link and it takes me to their site full of other posts they have done the same thing with. One was a loan type of website that quoted one of my posts word for word and put their own name on it, but i posted a comment on their “about me” page, letting them know thats illegal and they removed it. however now i am getting a few of the ones that say it like your describing, “suchnsuch wrote an interesting post on (subject here) today, heres a quick excerpt”, then it will quote a random part out of it and link back to my site, i dont mind them doing that, as long as the name is correct and the link is correct, however i still treat their comment as spam.
Forum: Themes and Templates
In reply to: My sidebari know nothing about dreamweaver, as long as you have an image (gif, jpg, etc…) than all you have to do is use the following sample, substitute everthing in quotes as needed but do not remove quotes.
<li><img src="PathTo/image.jpg"></li>
the above code should be put right after any</li>and/or before any<li>tag. test it out, see where it shows up, then if its not where you like it, simply move the whole line of code i just gave you either up or down in the list following all the rules above. you will get it to show up where you want it. if you want to center your image in the sidebar then use
<li><center><img src="PathTo/image.jpg"></center></li>Forum: Themes and Templates
In reply to: putting header, sidebar, and footer from default theme into…bump
Forum: Themes and Templates
In reply to: Hellsing Themenice theme, for IE7 its best in fullscreen.
Forum: Themes and Templates
In reply to: My sidebardavey, what your wanting to do is really simple, if you know basic html of course. in your admin panel go to presentation and then choose theme editor. there will be a list that shows all the files in the theme directory your using, choose sidebar. between any
</li> and <li>tag is where you want to add anything else. just add another starting<li>and an ending</li>where you would like your image or whatever, and put your html or even php code into there and save it, check out your page for results, make needed changed if you have to.Forum: Plugins
In reply to: Have You Ever Paid for a Plugin?I think this topic really is all about morals vs money, both sides have valid points. i do agree that if one thinks a plugin, theme, etc.. is good or finds it to benefit them then indeed do donate. customizations should be considered business, after all how do the people coding these customizations benefit from helping YOU among everyone else if they do not charge? For plugins that are not custom made, it is my OPINION they should be nice enough to share with the world, if its useful people will donate, however the people who do charge are doing so with valid reasons, they work hard to develop something that will help the community, YOU, and if you want it, you can pay for it, if not then dont. My opinions are just that, OPINIONS, everything ive said in the post is MY OPINION. as for whos right and whos wrong, the answer to both questions are one and same, NO ONE IS RIGHT AND NO ONE IS WRONG.
Forum: Themes and Templates
In reply to: Add additional pages theme.thank you i found my answer by clicking “template” above and found what i was looking for, which was this right here,
<?php include (TEMPLATEPATH . '/searchform.php'); ?>i just modified it by replacing searchform.php with cpemail.php and put it in a wordpress page like i was talking about (write>>page).Forum: Themes and Templates
In reply to: Add additional pages theme.I am wondering something similar to this actually, i have a file called cpemail.php and want it to be wrapped witht he header and etc, i have tried just copying code into a page and use inline-php but a php variable in an html portion confuses inline-php so it doesnt work PROPERLY. so i was wondering if somehow i could add it by something like adding
[exec] cpemail() [/exec]or something like that to a page, but doing that failed and not sure why. i dont know php however some portions i do find much easier to deal with than html itself.