Marc
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: why not a version with all the cool plugins :)Everyone has a different “cool.”
Forum: Themes and Templates
In reply to: CSS template help pleaseAnd you will also notice there is no “CSS thread” and if you search around you will also see that the only themes and Templates supported by WP is their own. All others are developed by outside sources.
If everyone posed their “non-WordPress” questions i.e. CSS or other themes, to the correct authors this forum would be much easier to navigate for those looking for WP supported problems.
Forum: Everything else WordPress
In reply to: BBpress problemDon’t take the hint very well do you XeroCool.
TAKE your BBPress problems to the correct venue.Why do I get the feeling if this thread had been left unanswered there would have been a complaint about it.
Forum: Themes and Templates
In reply to: CSS template help pleaseWouldn’t it have been better to address this problem to the author of the theme? They would be the resident experts on the code they wrote.
You might also “go to school,” or at least ask it in the correct forum:
http://www.csscreator.com/css-forum/index.php?sid=745ccd0281f9c83e931d64825f62402bForum: Fixing WordPress
In reply to: Another Template Doesn’t WorkA word of advice:
In the future, difficulties with themes should be directed to their author. They are best able to answer any questions. At the same time it will make it much easier for someone here to find or ask for a solution to a WP problem.
Something this support forum was designed for.
Thanks you.
Forum: Plugins
In reply to: Time Fade TitlesSuch a smarta** Mark:-)
But as long as you started down that road – How about a plugin that allowed the sense of smell? Old entries could than be given that old “fish wrap” smell. 😛
Forum: Fixing WordPress
In reply to: Can I block access from a specific URI?What do you mean by “insulting link,” is it a comment or something different.
A comment can easily be deleted.
Forum: Themes and Templates
In reply to: Colored TableExcellent point moshu!
Without being specific to sfboarders question, people are too willing to search for a quick solution.
When the best solution is too study the themes code you are trying to emulate and transfering your new found knowledge to your own project.
EDIT: Don’t take my comments personnel sfboarders. But think about what you are asking. For someone to answer your questions one of two things need to happen.
1 They are useing one of the two themes you mention. (1a – If not they must download the themes themselves in order to assist you)
2. They also are familar with your present theme and how inserting new CSS will effect it.
Besides the best way to learn is to do it yourself. I also have no doubt someone will also be able to assist you.
Forum: Fixing WordPress
In reply to: BUG: RSS – no “full text” support? Other…No problem on all three of my 1.5 installs.
Forum: Fixing WordPress
In reply to: Archive IssueAnd your best bet at finding a solution?
Contacting MtDewVirus thru their plugin page.
Forum: Fixing WordPress
In reply to: Link in article enough for track back?An embeded link in the text of your post will be used by the pingback function, not trackback.
To send a trackback you need the trackback URL of the post on the remote blog. Place that into the trackback box on your write page.
One note on TB courtesy: If you TB someones post also place a note within your post.
ie: “so and so has a related story,” or a quote from his/her entry plus the link to the permalink to that related post.
Forum: Fixing WordPress
In reply to: Breaks between posts on front pagePlaceing a gif between posts is easy, see this example: Cranial Cavity
Add something like this to your style sheet:
.seperator
{
margin-top: 50px;
background: #f5f6f7 url (relative path to image)
padding: 5px;
margin-bottom: 10px;
background-color: #ffffff;text-align: center;
}then place the div class just after this bit of code in your index.php.
<div class="feedback">
<?php cjd_comment(); ?>
</div>
<?php wp_link_pages(); ?>Your code may be slightly different dependent on the theme you use.
Forum: Fixing WordPress
In reply to: Undocumented “feature” work-around?“What WordPress needs to do is create a few extra files for stuff like this:”
And what you would end up with is a bloated, over coded version of MT.
No thank you.
Forum: Fixing WordPress
In reply to: Pingback confusionIf you receive one it will show just as a comment or trackback will. As for why you have not seen it work: Sorry can’t help since my move to 1.5 mine have not worked either.
To tell the truth I haven’t chased down the answer. With the ability to use trackbacks it becomes a redundant feature.
Forum: Fixing WordPress
In reply to: Allow users to add their linksHmmmm… sounds like an open invitation to spammers to me!