Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@tom_taylor_85 active 2 years, 4 months ago
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    tom_taylor_85 started the forum topic What do I do if the confirmation email doesn't send? in the group How-To and Troubleshooting: 2 years, 4 months ago

    I got a complaint from a user saying that he did not receive a confirmation email to activate his account. Is there a way to force activate it? Or a way to resend him the link?

  • Profile picture

    tom_taylor_85 posted on the forum topic CSS code that Alternates the colors of forum threads? in the group How-To and Troubleshooting: 2 years, 6 months ago

    Sweet, thank you!

  • Profile picture

    tom_taylor_85 posted on the forum topic CSS code that Alternates the colors of forum threads? in the group How-To and Troubleshooting: 2 years, 6 months ago

    I can, I was just wondering where the built in one was? Like what are the DIV’s/table’s it uses?

  • Profile picture

    tom_taylor_85 started the forum topic CSS code that Alternates the colors of forum threads? in the group How-To and Troubleshooting: 2 years, 6 months ago

    I do not use the BuddyPress default theme, so I had to copy all the CSS classes to my CSS file. Nearly everything looks like the the original theme.

    BUT my forum posts do not alternate colors (Gray, white, Gray, white). What is the CSS part for that? Does anyone know exactly?

  • Profile picture

    tom_taylor_85 posted on the forum topic Dusplicate buttons on the members list? in the group How-To and Troubleshooting: 2 years, 6 months ago

    Ok….well code won’t show of on here lol. Two lines of code. I can delete either one. One button is left. Will it matter?

  • Profile picture

    tom_taylor_85 posted on the forum topic Dusplicate buttons on the members list? in the group How-To and Troubleshooting: 2 years, 6 months ago

    Well, edited my theme. This is the problem:

    I remove either line inside the DIV class, and it leaves one buton left. Does it matter what I remove? Or will it make a difference in the future?

  • Profile picture

    tom_taylor_85 started the forum topic Dusplicate buttons on the members list? in the group How-To and Troubleshooting: 2 years, 6 months ago

    http://i52.tinypic.com/2hofwxh.png

    or

    http://wwsmag.com/updates/groups (wwstester)(testpass)

    This occured right after the BuddyPress update and YES IT SHOWS NORMALLY ON THE BP-DEFAULT THEME. Any suggestions?

  • Profile picture

    tom_taylor_85 posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 2 years, 7 months ago

    Oh, sorry, i misread his post. I did not realize that it was a core file, using arrays and all that. I saw it was a count the first time :P Like I said, remove the site wide activity on your wp-admin. When you disable it, it takes off the activity tab, and it disables [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 2 years, 7 months ago

    I was using a table, set my width to 500px, worked great on all my browsers, not firefox. Then I created a div class, 500px, white bg, etc., and wrapped my pages in them, worked like a charm on all browsers, uncluding firefox. I don’t know what else to say! Maybe I just had something [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic This is so weird .. I cannot create posts, pages or update them either in the group How-To and Troubleshooting: 2 years, 7 months ago

    Agreed, DO NOT RESTORE YET though. Do What Roger said, disable every plugins, including BuddyPress. Check if you can post. Also, go to the wp-admin. Tell me how many posts it says you have. (When I had this problem it said 0) And I pray that you have a backup! If not, I pray your [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic "Search" doesnt seem to be working on the Members page? in the group How-To and Troubleshooting: 2 years, 7 months ago

    I had a similar problem. And the problem for this was that I had added a few things (increasing font size, color, CSS changes, etc.) and one of them messed up my site. Here is just a SUPER simple thing I did to mess up a part of my site. <a href="#more"></a> <span class="ajax-loader"></span> I changed it to [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 2 years, 7 months ago

    I would change that back. That doesn’t disable it, that is just telling your BP to show 0 recent activities. The easiest ever is to go to your wp-admin!

    http://i56.tinypic.com/n4tgjo.png

    Look at the pic, change the first option to disabled!

  • Profile picture

    tom_taylor_85 posted on the forum topic I cannot post forum topics? in the group How-To and Troubleshooting: 2 years, 7 months ago

    I had this problem as well. Do you get a “infinite re-direct” problem? Or does the link just not work? And the problem for this was that I had added a few things (increasing font size, color, CSS changes, etc.) and one of them. Here is just a SUPER simple thing I did to mess [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic This is so weird .. I cannot create posts, pages or update them either in the group How-To and Troubleshooting: 2 years, 7 months ago

    That is what I was hinting at, Paul, I had a problem similar to this (I couldn’t access any posts or pages, but I could access categories, etc. ) and it was because I accidentally messed up a table within my SQL database and had to restore the entire thing! Just wondering if this user [...]

  • Profile picture

    tom_taylor_85 posted on the forum topic "Sorry, no members were found." in the group How-To and Troubleshooting: 2 years, 7 months ago

    I thought I had a problem with this as well….but then I changed my “filter” (Order By: __________) to “Newly Registered”

    Then it shows all my members. Try it out!

  • Profile picture

    tom_taylor_85 posted on the forum topic This is so weird .. I cannot create posts, pages or update them either in the group How-To and Troubleshooting: 2 years, 7 months ago

    Did you attempt to edit your SQL database recently?

  • Profile picture

    tom_taylor_85 posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 2 years, 7 months ago

    Sorry for not posting details, how inconsiderate of me ;)

    Turns out FireBug says FireFox doesn’t like Table’s, only Div’s!

    I had to remake a few of my tables into div classes!

    DON’T USE TABLE’S!!!! SOME BROWSERS DON’T LIKE THEM!!!!

  • Profile picture

    tom_taylor_85 posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 2 years, 7 months ago

    THANKS GUYS!!!!!! I love you all!!!!

    I figured it out!!!!! Thanks again!!!!

  • Profile picture

    tom_taylor_85 posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 2 years, 7 months ago

    One other thing I just realized. In firefox, the FIRST post under activity is is the same as all my other browsers. Everything after that is messed up…

  • Profile picture

    tom_taylor_85 posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 2 years, 7 months ago

    Wow. So why is that FireFox is viewing my CSS differently than every other browser out there?

    And how can I utilize firebug to its fullest ability to figure out what I need to do?

  • Load More
Profile picture of tom_taylor_85
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out