hoomn
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Custom RegistrationThanks for your answer, but unfortunately, selecting “User accounts may be registered.” doesn’t make my WP MS signup page like the normal WP signup page for me.
The signup page is located at
/wp-login.php?action=registerin the normal WP installation and works great, but that page is located at/wp-signup.phpin my WP MS installation and doesn’t work with my plugin.How can I tell WP MS to use the
/wp-login.php?action=registerinstead of/wp-signup.php?Forum: Networking WordPress
In reply to: Custom RegistrationThanks a lot for your quick response.
That page seemed really good, but I think it was more complicated and less flexible in comparison with WP single site signup page options.
And, about the settings, I’m using the exact same option; so I thought this less flexible WP MS signup page is useless for me, and I would prefer to have the normal registration page on my site.
Is there any way to totally replace this MS signup page with the normal signup page? (It can add the users to my network, and then I’ll assign them to blogs through my admin panel.)
Forum: Hacks
In reply to: Custom SmiliesThank you very much for your response. (BTW, that filter is not located in
default-filters.php, do you know where it is located?)I also want to do something more important in my plugin, i.e. I want to change the image alt for the smilies. (e.g. I want to have
winkinstead of;-)as the image alt) Could you please tell me how it is possible to changetranslate_smiley‘s behavior for that?Forum: Fixing WordPress
In reply to: Recent Drafts!
Forum: Fixing WordPress
In reply to: Recent DraftsNo answer?!
Forum: Fixing WordPress
In reply to: Write :-) (disable automatically conversion text to smileys)Solved! I used
:instead of:in HTML and WordPress didn’t see the smiley!Forum: Fixing WordPress
In reply to: Write :-) (disable automatically conversion text to smileys)I don’t want to disable this feature! I just want something like what is said about URLs in http://codex.wordpress.org/Writing_Code_in_Your_Posts but for smilies!
Forum: Fixing WordPress
In reply to: Comment ModerationBy that, thay can use a fake email address!
What about that?!Forum: Fixing WordPress
In reply to: User CreationYeah! / Now I just want to find some answer for http://wordpress.org/support/topic/355707?replies=3
Forum: Fixing WordPress
In reply to: A Page With No SidebarI’m using “WordPress Default 1.6” theme!
(I’m currently testing on localhost)Forum: Fixing WordPress
In reply to: “Comments are closed.”I did that by createing a custom page template and removeing <?php comments_template(); ?>
Forum: Fixing WordPress
In reply to: A Page With No SidebarThanks!
By removing that, I don’t have the widgets anymore; but, I still have a narrow column with different color at the right side of my page.(I think I should also some of <div> tags! Do you know which one?[the only thing I have at the moment is Notepad and I can’t find that <div>!])Forum: Fixing WordPress
In reply to: User CreationThe reason why I want to creat users is to prevent prevent fighting by unknown people in comments! Maybe I should check “Anyone can register” and then control users by checking “Comment author must have a previously approved comment”!
Forum: Fixing WordPress
In reply to: Comment ModerationIf I check both “Users must be registered and logged in to comment” and “Comment author must have a previously approved comment” then non-registered users can’t leave comments!