Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,976 through 31,000 (of 32,561 total)
  • Author
    Search Results
  • #43254
    aishaladon
    Participant

    Nope I tired this , still broken.

    grrr

    #43252
    Burt Adsit
    Participant

    Ben, I took a look at something similar before. There were multiple requests for limiting the number of blogs a user could create. I came up with the only solution I could find at the time: https://buddypress.org/forums/topic.php?id=1328

    bp relies on wpmu’s settings for blog creation. wpmu controls this in the site admin back end. Site Admin > Options > Allow New Registrations. Whatever solution to your request is has to take into that setting in wpmu. It’s basicly an on/off kinda thing. You either can or can’t. It’s not based on user role.

    Disabling the registration/signup ‘gimme a blog’ option and you have people still able to create blogs after logging in. Let’s say we set that to ‘Only logged in users can create new blogs.’. It’s a start.

    So, now only logged in users can create blogs. The create a blog on registration is gone. Next issue is the need to let certain roles see and use the ‘create a blog’ option.

    This exists in the member theme Blogs > Create a Blog and in the admin bar under My Blogs > Create a Blog and My Account > Blogs > Create a Blog.

    (Saving this while I dig thru some code…)

    #43248
    aishaladon
    Participant

    Hi Chris,

    Try this. Im working on it now.

    https://buddypress.org/forums/topic.php?id=2217

    Go into plugins and install buddypress community plugin, activate it site wide, and than install buddy press

    #43237

    In reply to: Group Page

    enlightenmental1
    Participant

    home-page

    /members

    /groups

    all use the default bp-home theme

    members and groups pages use the members-theme

    that’s why some of your pages have the green border in the header and some have the orange border…

    yes, there are different css files… depends on your version of buddypress

    what version?

    #43235
    chriscarter
    Participant

    Ditto. I’m working on trunk 1381 and WPMU 2.7.1. Everything else works as it should. The buddypress-member folder is within wp-content/bp-themes/. It is the only member theme in that folder and I made sure that it was selected correctly within the BuddyPress settings.

    Anyone else?

    #43225
    enlightenmental1
    Participant

    copy this, add to it, paste it below in your post…. this will get a little overboard i’m sure, but we should list as much as we can and then narrow it down based on:

    – if it’s possible

    – time to complete

    – cost

    Features Request:

    browser=person browsing the website

    user= the individual user/profile owner

    – seamless integration with buddypress

    – this becomes a component that is activated through the bp admin menu

    – and general settings are controlled by the admin in the wp-admin subnav

    – not a plugin/mu-plugin

    – user can select to only show pics/vids if your the users friend, or show anyone

    – user can subscribe to pics/vids gallery rss just like activity rss

    – browser can select “view random gallery” or “view random video” from the bp nav bar

    – user has “gallery options” under their profile menu

    – add/upload/remove/rename/add caption to images and videos

    – user has “gallery settings” under their settings menu

    – make pics/videos public, show to friends only, etc

    – all media uploaded is searchable through the /members page

    – a new <directory> is created called “Media” just like the “groups” or “members” or “events”

    – this directory shares the default theme of BP and yet is customizable because it has it’s own directory/index.php and directory/media-loop.php (just like BP)

    – admin decides how media should be stored

    – on the website server

    – or on kultura (i have no need for this)

    – etc

    – admin decides max file size, max storage amount per user and is able to delete any media uploaded

    – user is able to choose which uploaded image is set as their avatar

    – user is able to create galleries and select a default gallery icon/image (myspace)

    – galleries could contain both video and images and are browsable as thumbs

    – thumbnail image is “thickbox ready” and pops up both pics and video into a jquery thickbox with button for next / previous / close etc

    – Gallery content/information/descriptions etc becomes bp-Xprofile data that can gotten and displayed much the same as regular bp-xprofile data (get_bp_xprofile data ect)

    – except for the admin options, all gallery controls and content remain on the front-end/profile only

    the list goes on and on… and there’s many ways this could all be done

    add to the above, remove stuff (say why you removed)

    I dont think these features are “too much” considering there’s $700 available for this project… I’m also open to a different developer…. this should be someone who lives and breathes buddypress and who keeps current with both wpmu and bp trunk versions

    we would also need to know/specify which install we want this created for

    wpmu 2.7.1 + BP RC1

    wpmu 2.7 + BP RC1

    wpmu 2.7.1 + BP latest trunk

    etc… because chances of this working well on all the different install variation is tricky

    worst case scenario, all we get is the $200 job and we have to make due

    (im still down with that too)

    I would like the developer to brainstorm and come up with a list of features that THEY think are possible considering the budget

    $200 gets you ___________.

    $700 gets you ___________.

    ($700 would get us something pretty damn cool from the right dev… and remember, if it’s done right Andy will add this to the BP core which I believe is the best option)

    #43221
    Andy Peatling
    Keymaster

    site-wide.css loads on all pages regardless of the theme. It’s only useful if you have a consistent theme for the site. Don’t use it otherwise.

    #43216
    Paul Wong-Gibbs
    Keymaster

    Well, as you’ve found out, it doesn’t. I’m not sure if this a wpmu feature or not. If you think it should work differently, write up an enhancement ticket and put it on trac.

    #43214
    takuya
    Participant

    widget-events.css from bp-events is being loaded by other themes in wp-content/themes directory. It should be fixed not to affect other themes.

    At this moment, by loading this css it doesn’t break other themes, but since other themes are not using any functions of bp-events by default, this css hook must be removed.

    #43210
    Maythil
    Participant

    Dear Barrymadden,

    Possibly, the problem must be with Godaddy itself :)

    Godaddy offers the worst hosting service on the planet.

    #43204
    Maythil
    Participant

    Dear Lance,

    Talking about CSS, where could you modify the My profile page?

    It\’s a bit different from other pages as it has 4 columns — at least it looks like so.

    My problem precisely is that I want to resize my site to 800px width.

    I was able to do this in genetal but My profile still shows a widescreen.

    How I can handle this?

    Btw, IE6 automatically gives me the desired with no modification in any file,

    and I have noticed that there is specific CSS file for IE6.

    So I was wondering whether copying ie6.css to some other file would give the 800px display in Firefox, Chrome, etc as well?

    Can you help me?

    #43197

    In reply to: first things first

    Burt Adsit
    Participant

    1) Is not a bp issue. It’s a css theme issue. You are welcome to modify the distributed theme or use any theme that you’d like.

    To address 2 and 3 we need to know what version of bp you are using, what version wpmu to start with. Things are pretty busy round here lately. Topics scroll off the front page radar within 12-24 hrs. Can you post links to the 2 and 3 topics?

    #43196
    Burt Adsit
    Participant

    There are a couple of files that can be used that bp looks for. You\’ll need to create them. In the themes, if you create custom.css in the /css directory it overrides the css for each theme. Also in the home theme or your custom theme if you create a file called /css/site-wide.css that overrides all css generated by bp.

    That way you don’t need to modify the distributed css files and your upgrade experience will be much happier.

    #43185
    Mark
    Participant

    Hi

    Profile / members pages uses a separate theme and thus you will need to modify its css as well, under /www/wp-content/member-themes/buddypress-member

    Perhaps someone will write us a global css plugin that allows css editing from WPMU dashboard?

    Regards

    Mark

    #43170
    Burt Adsit
    Participant

    I was getting nothing because the class methods are not designed to be called from a template loop. Not using a user id defaults to the current user id viewing the member theme page and that’s not valid for anything inside a template loop.

    Anyway I posted a ticket with a fn to get at the current loop user id. https://trac.buddypress.org/ticket/684

    #43168
    Archie Webmaker
    Participant

    Here’s is mine http://blogcastor.com with a custom theme

    #43167

    In reply to: Customise

    13hulyo
    Participant

    in the buddypress_home theme css folder

    #43171
    modemlooper
    Moderator

    try adding a direct link to style sheet in header

    <link rel=\”stylesheet\” href=\”http://illdesigned.com/user/wp-content/themes/buddypress-home/css/base.css\” type=\”text/css\” media=\”screen\” />

    #43157
    auwagner
    Participant

    Jeff,

    Argh… I thought that was it! :) Unfortunately upgrading to WPMU to 2.7.1 (used the automatic upgrade) didn’t work either. My custom theme has to be missing something… lol

    I’m going to dig a little deeper and see if I can figure out what’s going on.

    In the meantime, if any thoughts pop-up that could allow the default theme to upload avatars on signup, but not on a custom theme… shoot them at me.

    Thanks for all your help…

    John

    #43156
    Paul Wong-Gibbs
    Keymaster

    You have obviously customised the theme CSS. If you have not changed the HTML or any of the layout CSS, then..

    Try disabling all non-BP addons for a test. I see you are running nextgen-gallery (which I have seen cause problems before when attempted to use with BP), piclens, All in one SEO, etc.

    If after disabling all those addons (so you only have WPMU+BP running) it still doesn’t work, you could try reverting to the default member theme to see if that works.

    #43144
    Jeff Sayre
    Participant

    Auwagner-

    I\’m running the latest WPMU (2.7)

    Then you’re not running either WPMU 2.7.1-beta1 or -beta2?

    If that is the case, then this is the issue. WPMU 2.7.1 has been required since BuddyPress r1303.

    Fortunately, you’re in luck! WPMU 2.7.1 was just officially released this afternoon. Read this ( http://ocaoimh.ie/2009/04/21/wordpress-mu-271/ ) and get it here: https://mu.wordpress.org/download/

    #43139
    auwagner
    Participant

    Jeff, thanks for responding…

    1) Fairly vanilla means i have only buddypress, plus 2 other plugins. I’m running the latest WPMU (2.7)

    2) Trunk is 1324

    3) bp-events and eg-twitter

    4) This was a fresh install of the trunk, so no upgrade. It’s an environment that I created to test things. I have moved over activate, register, plugin-sidebar and plugin-template to my new theme’s home directory, plus the 3 functions in functions.php. Is there anything else I should do for a customized HOME theme?

    5) I’ve read them a ridiculous amount of times :) changes to htaccess, bp-core-avatars haven’t worked unfortunately

    Permissions are 755 on the blogs.dir folders. I’m just combing through to see if I missed anything. I have deactivated all the plugins and i’m still looking around.

    #43132
    Magi182
    Participant

    See the other thread on this, but your host is injecting ad code into the loader.php that pulls the stylesheet.

    view source on:

    http://illdesigned.com/user/barrymadden/wp-content/themes/buddypress-home/css/loader.php

    </iframe></noscript></object></layer></span></div></table></body></html><!-- adsok -->

    <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>

    #43130
    Magi182
    Participant

    as near as I can tell,

    /wp-content/themes/buddypress-home/css/loader.php

    is not pulling the stylesheet properly. I would guess that the problem is coming from your host, as they are trying to inject an iframe into that page upon execution.

    </iframe></noscript></object></layer></span></div></table></body></html><!-- adsok -->

    <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>

    #43127
    Barrymadden
    Participant

    I changed all permissions from root (user/) to 755 including subfolders but sill no change.

Viewing 25 results - 30,976 through 31,000 (of 32,561 total)
Skip to toolbar