Search Results for '"wordpress"'
-
Search Results
-
Once can check “Use the fancy WordPress editor to create and edit topics and replies”, yes.
However, the problem is such editor confuses people.
(I don’t suppose majority of my audience recognise, not to mention knowing how to use HTML)1) “Visual” and “HTML” what the heck?
2) They don’t intuitively know that they need to switch to the “HTML” editor to insert images.The editor used here is not fantastic but it is much better than the default WordPress one, for forums.
Topic: Custom login Page
If you love your website you will do anything to make sure it looks more welcoming
I have been looking for a custom login for my website, searched everywhere… The only thing i got was the same login style page, with just only a logo changed, you just have to install the plugin and given an option to upload a logo. Then i figured how to make my login page something that i want. I took firebug edited css style.
I pasted all my custom css-style in a notepad and opened wp-admin.css and inserted the code. It take less than 10mins to do this, If you are looking for a custom login page do not look any further, just take you 5 to 10 mins and customise your login.
Take note: when you update you WordPress it will overwrite your edition, so for you not to loose you styles, after editing make a copy of wp-admin.css and save it in the same folder, you can do that by Zipping the file, that creates a zipped-copy. If you want to do this here is a bit of steps to help:
1. before anything just creat a copy of wp-admin.css and rename it, you can rename it wp-admin.css.Tempo, just for incase you mess up everything you can always restore…
Then OPEN public_html/example.com/wp-admin/css
You might loose hope, or your brain might hurt when you look at the code arrangement, trust me its pretty much easier to edit. Anywhere at the end of “}” create a space where you are going to insert your custom css code.
The code looks something like this:1. | dashboard_browser_nag a{color:#fff}#dashboard_browser_nag.browser-insecure a.browse-happy-link,#dashboard_browser_nag.browser-insecure a.update-browser-link{text-shadow:#871b15 0 1px 0}#dashboard_browser_nag a.browse-happy-link,#dashboard_browser_nag a.update-browser-link{text-shadow:#d29a04 0 1px 0}
At the end of each “}” its the beginning of new style code, so by creating space it will be something like:
1. | dashboard_browser_nag a{color:#fff}#dashboard_browser_nag.browser-insecure a.browse- happy-link,#dashboard_browser_nag.browser-insecure a.update-browser-link{text-shadow:#871b15 0 1px 0}
—–>>[[[space here]]] then insert you codes here ( this is just to make you see what you are editing much better)
2. | #dashboard_browser_nag a.browse-happy-link,#dashboard_browser_nag a.update-browser-link{text-shadow:#d29a04 0 1px 0}
Your custom css style will overwrite the main css style, it might look a bit weird at first, just hold on.
2. Open wp-login.php , first make a copy of it just for incase…
Just after
1. “” Insert
1. php get_header()Now your login should look like any of your pages.
Then remove this line:
1. |
<a href="” title=””>
Just after
2. |You can now refresh your login page:If you love your website you will do anything to make sure it looks more welcoming. I hope this helps, I am new to WordPress, just that i love testing things up.
Here is an example: [www.royaltweet.com/wp-login.php]
Regards
Lesego Keikabile
Have a beautifulDay 🙂I’ve been working on a MMORPG guild site with 3 distinct levels of Membership with posting rights:
– guests/potential members who can post on PUBLIC forums
– full member who can post of the guild’s PRIVATE forums
– officer/moderators who can post of HIDDEN forums.I chose to use WordPress and bbPress instead of a dedicated guild-hosting solution to make the site different from most other guild sites, taking advantage of WordPress’s theming and bbPress’s simplicity.
bbPress 2.2.1 only seem to expect only 2 levels of membership – there is no option to have a “guest/registered” user who can post on public forums. However, I did manage to create 3 levels of member by making a small change to a core file, found here:
bbpress\includes\core\capabilities.phpGo to where the Spectator role is defined (lines 134 to 169) and change them to have the same capabilities as for the participant role (lines 225-260). Then change line 146 ‘read_private_forums’ back to ‘false’.
The problem with this approach: Your “spectator” role is now no longer merely a spectator. And, of course, this amendment would be overwritten by updating bbPress. Alternatively, you could create another role here (would be good addition for bbPress 2.3) but you need to edit other parts of the file to do so…
Another issue: I wanted custom titles to appear on topic posts beside member’s avatars. To do this, I had to create new WordPress roles using Justin Tadlock’s Member plugin. I copied the WordPress default permissions for the “Subscriber” role and gave it the name “Guest”. I did the same for the “Member” role, and I copied the default Editor roles for the guild “Officer” role – because I wanted them to be able to edit pages and posts too.
The solution seems to work although it is not ideal… I thought I’d pass it on in case there were other people in a similar position who wanted more flexibility in terms of roles. Please, please, please could making it possible to change forum roles and titles a priority update for the next major update to bbPress.
Thanks,
Andy
As a YouTube partner I started to look for a fresh approach to involving my subscribers. I’ve been both an illustrator and web developer in the past, so it made sense to play to my strengths and use these as key factors. 8 months later of working solo on this project and RatsClan.com is now a fully featured community site with a built in unique Playing Card system. Members can unlock achievements, go up ranks, grow their card collection, battle against one another, earn medals and much more.
The site is built upon the latest WordPress, with the bbPress forum plugin installed. The simple and tactile user interface is consistent throughout each aspect, with large (seasonal changing) illustrations when playing cards. This is all brought to life with animated elements and sound effects.
Games are created as custom posts, and become published when another user has accepting to challenge them. This allows users to share their experiences or look for opponents through social networks. Experience points and currency is also stored as custom meta, which is all cached to help load time.
The feedback from our members has been phenomenal, and I’m excited to see how far I can push the boundaries of browser based gaming.
Please feel free to browse the site: http://www.ratsclan.com/
Also, here’s a replay of one of my recent games: http://www.ratsclan.com/game/ba6b6a4e/
This is also my first ever work on a WordPress or bbPress site, so any feedback is much appreciated!
Hi All
After installing and activating the plugin I have the following message, any ideas on how to get rid of this?Fatal error: Call to undefined function user_can() in /homepages/**/*****/htdocs/**/wp-content/plugins/bbpress/includes/topics/capabilities.php on line 226
I do not know the wordpress version as I cannot access the information, the bb plugin was downloaded today. I believe the theme installed was Atahulpa
I’m trying to create a custom forum index page which should look exactly like the default forum index page with forum names, number of topics, number of posts, last active topic etc. but sorted alphabetically based on forum names.
I’m looking at at bbp_has_forums, bbp_forums and bbp_list_forums inside /wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php.
However, I’m puzzled which function to use and
What arguments/ parameters I should pass?
the comments in bbp-forum-template.php itself says the same parameters as WP_Query() but would it make sense at all to have something like “post_type” => “forum”
I’m sure one can be clearer/ more explicit about the parameters here in some form of documentationI gave it wild tries as follows
1) The following gives me fatal error:
$args = array('orderby' => 'title',
'order' => 'ASC',);
while (bbp_forums($args)){
bbp_the_forum();echo bbp_get_template_part( 'content', 'archive-forum' );
}
The error:
Fatal error: Call to undefined method stdClass::have_posts() in C:\www\forums.local\wp-content\plugins\bbpress\bbp-includes\bbp-forum-template.php on line 109 Call Stack: 0.0004 333592 1. {main}() C:\www\forums.local\index.php:0 0.0006 337280 2. require(‘C:\www\forums.local\wp-blog-header.php’) C:\www\forums.local\index.php:17 0.3864 38499368 3. require_once(‘C:\www\forums.local\wp-includes\template-loader.php’) C:\www\forums.local\wp-blog-header.php:16 0.3920 38515824 4. include(‘C:\www\forums.local\wp-content\themes\bp-tap\custom-index.php’) C:\www\forums.local\wp-includes\template-loader.php:43 0.4732 38674368 5. bbp_forums() C:\www\forums.local\wp-content\themes\bp-tap\custom-index.php:422) While the following just takes forever to load:
$args = array('orderby' => 'title',
'order' => 'ASC',);
while (bbp_has_forums($args)){
bbp_the_forum();echo bbp_get_template_part( 'content', 'archive-forum' );
}
I’m using WordPress 3.4.2 and bbPress 2.1.2.
I’ve copied all files and directories from/wp-content/plugins/bbPress/bbp-themes/bbp-twentyten/to my theme directory.- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
- This topic was modified 13 years, 4 months ago by .
Hello,
I am a first time WordPress user and have been designing my site for a recreational group and have stumbled upon a problem.
My bbPress is displaying all Categories and most forums, but for some reason after I created a topic in one of the forums under a category all the forums under that category dissapeared. Now the topic I posted is displaying to the right of the category as the most recent topic, but yet there is no forums showing under the category.
WordPress version: 3.4.2
bbPress version: 2.1.3
My site: http://www.c3eu.com