Nesruk
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Registration formHi again, I think this link thing should work the way I plan.
One more thing though, is it possible to export the organizations? (very important for my client)
Also, if they register as an individual and start typing their company name in the “organization”-box will it automatically search and come up with suggestions? And can I change what information is collected on the form? (I need a checkbox with “over 50 employees” and “under 50 employees”)
For example: I start typing “cloud” and “cloudservice” pops up?
And does the “search:”-widget do the same thing if it put it on the page of the directory?
Many questions I know but I have a customer I need to help and rather quick so can’t afford to waste time or money on something that wont work the way I plan ??
Forum: Fixing WordPress
In reply to: Can't comment un-commented posts and pagesFigured it out so now Im f’ing finally finished :D:D:D:D
Forum: Themes and Templates
In reply to: Leave a reply not working and wordingManaged to fix it myself =O
Got one problem now though, I have to have
<?php comments_template( ”, true ); ?>
and
<?php comment_form(); ?>
in the single.php file to get any comments to show. But if I do that it doubles up with the “leave a reply” dropdown (only one works, im guessing the comment form one).
Forum: Fixing WordPress
In reply to: Comments not showingNew problem ??
The comments look like this:
_______________________________
___________author
___________date of posttext in comment
_______________________________(without the ____ infront of author/date of course)
How can I make the author/date be on the left hand side, and remove some of the gap between the text and the author/date?
Forum: Fixing WordPress
In reply to: Comments not showingManaged to fix it, just inserted white text ??
Forum: Fixing WordPress
In reply to: Comments not showingNo, how do I do that?
Forum: Fixing WordPress
In reply to: Comments not showingHello Tara! Thanks for the response. I’m using the default theme ??
I’ve managed to get the comments to show now actually, was trying to customize the wording of the different fields and boxes and something was where it shouldnt be ??
I got one problem still though, I’ve made the commentform drop down when you click “write a comment”. But the comment section is in the line right beneat it and I would like to have one or two lines of space between them. Do you know how I could do that?
Example how it looks:
Write comment
CommentsExample how I want it to look:
Write comment
Comments
Forum: Fixing WordPress
In reply to: Want to change wording for comment fieldHi, thanks for the link! I added this bit:
‘comment_field’ => ‘<p class=”comment-form-comment”><label for=”comment”>’ . _x( ‘Kommenter:’, ‘noun’ ) . ‘</label><textarea id=”comment” name=”comment” cols=”45″ rows=”8″ aria-required=”true”></textarea></p>’
And I did in fact change the “Comment” to “Kommenter”, but instead of just changing it, it added it. So now I got two comment fields. Can you see anything in that code that might be wrong? Or maybe it can be changed to override the default (which I was hoping it would do) instead of adding a comment field?
Forum: Hacks
In reply to: Easy Table – How to remove hoveringCan someone move this to the other “plugins”-sub category? Pressed the wrong one.