Forum Replies Created
-
In reply to: manually add new user
I had the same issues. I installed the “Disable Registration” after having some serious spammers. Within the plugin you can edit the registration landing page. I currently am using, “Registration is by phone only. Please call xxx-xxx-xxxx.” Then at that point just disable the plugin and once they are registered enable it again.
In reply to: manually add new userI had the same issues. I installed the “Disable Registration” after having some serious spammers. Within the plugin you can edit the registration landing page. I currently am using, “Registration is by phone only. Please call xxx-xxx-xxxx.” Then at that point just disable the plugin and once they are registered enable it again.
In reply to: Can't access adminIt was the registration approve plugin. Deleted it and now I can log in.
In reply to: Can't access adminIt was the registration approve plugin. Deleted it and now I can log in.
In reply to: Customise themeYou can do this through the style.css
This is what I have:
66 #header {
67 background: url(‘my-templates/image.jpg’) no-repeat bottom right;
68 margin: 0 auto 10px;
69 width: 760px;
70 height: 116px;
71 position: relative;
In reply to: Customise themeYou can do this through the style.css
This is what I have:
66 #header {
67 background: url(‘my-templates/image.jpg’) no-repeat bottom right;
68 margin: 0 auto 10px;
69 width: 760px;
70 height: 116px;
71 position: relative;
In reply to: Need helpGotcha.
In reply to: Need helpGotcha.
In reply to: Need helpWhat’s The URL?
In reply to: Need helpWhat’s The URL?
In reply to: Need helpWhat template are you using?
In reply to: Need helpWhat template are you using?
In reply to: Need helpI think the issue is due to the fact you cannot make any posts/topics if you are not registered or logged in. The user must register then log in, in order to start new topics/posts or add comments.
Hope this helps,
Brandon
Coininfo.com
In reply to: Need helpI think the issue is due to the fact you cannot make any posts/topics if you are not registered or logged in. The user must register then log in, in order to start new topics/posts or add comments.
Hope this helps,
Brandon
Coininfo.com
In reply to: hide ip addressYou however will not be able to view the ip’s either if this is the path you chose to take.
In reply to: hide ip addressYou however will not be able to view the ip’s either if this is the path you chose to take.
In reply to: hide ip addressYou can eliminate it completely via post.php. However, I highly suggest you copy and post your current post.php file into notepad before editing/saving so you can copy and paste it back in your ftp if any errors occur.
RedBull.
In reply to: hide ip addressYou can eliminate it completely via post.php. However, I highly suggest you copy and post your current post.php file into notepad before editing/saving so you can copy and paste it back in your ftp if any errors occur.
RedBull.
In reply to: Closing RegistrationTo the best of my knowledge you cannot deactivate registration in the admin panel. However, there is a plugin available that will make it so you(the keymaster) will have to approve all registrations.
https://bbpress.org/plugins/topic/approve-user-registration/
Or to protect your forum even further there is also a plugin that allows approval of all posts and topics
https://bbpress.org/plugins/topic/approve-user-registration/
Hope this helps,
RedBull
In reply to: Closing RegistrationTo the best of my knowledge you cannot deactivate registration in the admin panel. However, there is a plugin available that will make it so you(the keymaster) will have to approve all registrations.
https://bbpress.org/plugins/topic/approve-user-registration/
Or to protect your forum even further there is also a plugin that allows approval of all posts and topics
https://bbpress.org/plugins/topic/approve-user-registration/
Hope this helps,
RedBull
In reply to: Changing the background image "repeat"Thanks
In reply to: Making the newest posts show up firstHello _ck_,
I still have yet to figure out this problem but I noticed you are achieving this issue on your showcase site http://bbshowcase.org/forums/forum/bbpress-chat.
The most recent forum is showing up on top of the topic list right below the “stickies.”
Any further help is appreciated,
RedBull.
In reply to: BBcode-lite users MUST upgrade to 1.0.5 ASAPThe two above posts explain how to accomplish this.
If you are using _ck_’s bbcode-lite plugin: https://bbpress.org/plugins/topic/bbcode-lite/
You can use basic html
<img src=”http://mydomain.com/pic.jpg” alt=”Pic1″ />
UPDATE
Ok so I took a look at the post.php file and saw where the post time can be deleted in the bottom of topics. But I still can’t find where it can be delete right below the Title of the topic.
Thanks,
RedBull
In reply to: Adding text to the "Register Success" pagezaerl,
Gotcha! Guess I should of put two and two together as my current theme doesn’t have this file.
Thanks for the help,
RedBull