wierd bugs
-
Whenever someone does an action with buddypress say for example viewing a random blog it first shows a 404 error *THEN* redirects appropriately.
It’s as if it’s loading some file that doesnt exist then redirecting.
check it out at http://webcomicplanet.com/
also in bp-groups-widge.php around line 60 you need to clear the floats there
</span></div>
</div>
<div class=”clear”></div>
also, avatar’s cannot be uploaded on registration BUT works in the members pages so i’m trying to disable the fact it’s asking for the upload of the avatar on the wp-signup page so any help in removing that action would be nice from the wp-signup
in the pages for the plugin-templet you can’t use the #content as a #page and keep it compatible with the pages that wpmu dishs out
<div id=”content” class=”widecolumn”>
^ is NOT compatible because you’re using it as a column not the #page, while WPMU dishes it out as #page div for the registration your using it as a column inside another area with a sidebar
since most if not all wordpress themes that use #content as a “page area” and not a “column of content” it would probably be best if you changed that div name to something other then #content
Try to add borders to #content border left and right and then look at how the wp-signup.php page comes up and your members and groups pages and you will see what I mean by that.
– Phil
but mainly, very curious as to why 404 pages keep getting dished out, it’s like i’m missing a file in my custom theme.
- The topic ‘wierd bugs’ is closed to new replies.