Search Results for 'theme'
-
AuthorSearch Results
-
April 17, 2009 at 1:29 am #42806
Burt Adsit
ParticipantThanks Lance. Nice job.
I don’t like idea of permanently using outside paste bins right off the bat for the reasons you outlined. We’re already using them from time to time for temporary things. It’s just that, transient and temporary. I do like the idea of stuffing code on one for sharing and collaborating. Forums and blogs seem to hate code. A paste bin has lovely things like line numbers and syntax hilighting. Isn’t there a code editor built into wp itself? The regular one. I’ve never seen it since I’ve only worked with wpmu where it’s insanity to hand over the source code to a theme to all blog admins and give them a ‘save’ button.
I think the Codex pages should be sources of documentation and education not guides to implementation. That little tutorial I wrote today outlining how to mod the admin bar would be better suited as a blog post on that tech blog you mentioned.
I completely agree about the new FAQ sticky forum post. It only really solves my frustration at having to hunt the damn things down all the time.
A bp group forum like the one that exists would be an asset once Andy fires up the actual group forums. One problem/solution one thread.
So, it looks like I’m voting for all of the above.
April 16, 2009 at 9:27 pm #42797In reply to: Help needed developing DP-Achievements plugin
Anointed
ParticipantI’ve got a ‘weird’ idea that may apply, though it will probably be very specific to my business model.
For me, one thing I was thinking about was having members perform certain tasks such as 50 blog posts, 100 replies to threads, 20 blog posts that are rated ‘thumbs up’ by at least 20 other members, prior to being able to have a ‘custom theme’ in wordpress.
On the reverse side we could have a warning system, where if a person’s articles are marked ‘thumbs down’ by say 50 diff users that they are then warned about loosing custom themes etc…. encourages members to write ‘good’ posts in their blogs.
Another idea is how many of their posts are ‘featured’ on the main blog where they could then receive other yet to be determined bonuses such as plugins. I don’t know that there is a way of letting the server admin actually choose posts from the blog network to ‘post’ to the ‘main home’ blog. I don’t want to use the site aggrigator, as there will be many blogs and posts such as family pics etc that have no business being ‘featured’ on my main blog.
finally, as I want to encourage my members to blog ‘quality’ stuff as often as possible, some type of achievement system for posting ‘x’ number of posts per week/month would lead to an award such as using a real domain name etc.
I know that the premium site has the ability to charge people to add features, and I do have the plugin for that, though untested so far. I was just thinking of adding an additional way for people that can’t afford to spend money to get their blogs ‘prettied up’ per say.
I’ve really been racking my brain silly for the past few months, trying to figure out how to properly encourage quality submissions on the blogs and to encourage frequent updates. I think your ‘achievements’ system is a great step toward that idea.
Like everyone else here, the last thing I want is a bunch of blogs on my network that are neither maintained or have ‘garbage’ content that has nothing to do with my sites primary focus. I really am trying to get people to blog in specific categories that mean something to the site and the search engines.
hope these ideas are pertinent
April 16, 2009 at 8:01 pm #42779In reply to: Restrict user blogs (tools, pages, themes)
jfcarter
ParticipantThanks again, Peter. I’ll check this out.
Any other plugin or code ideas would also be welcome.
April 16, 2009 at 7:28 pm #42777In reply to: Restrict user blogs (tools, pages, themes)
peterverkooijen
ParticipantNo. Here\’s some code from the plugin:
‘/* Hide the Dashboard link (2.5+) and the Tools menu (2.7) */
function wphd_hide_dashboard() {
global $menu, $current_user;
if (!current_user_can(‘edit_posts’)) {
if (0 <= wphd_hide_dashboard_version(‘2.6’)) {
unset($menu[0]);
} else if (0 >= wphd_hide_dashboard_version(‘2.7’)) {
unset($menu[0]);
unset($menu[4]);
unset($menu[55]);
}
}
}
‘
I\’d remove \’unset($menu[4]);\’ and \’55\’ and see what happens. Someone who better understands programming may be able do add/edit this to get what you want.
The plugin is from Kim Parsell. Perhaps you can convince her to expand it and make it more modular.
April 16, 2009 at 7:11 pm #42773In reply to: Restrict user blogs (tools, pages, themes)
jfcarter
ParticipantThank you, Peter, this will help with the tools. But I still want them to be able to access certain parts of the Dashboard.
Do you know of anything more modular, that will let me pick and choose what users can see?
April 16, 2009 at 6:34 pm #42793In reply to: Restrict user blogs (tools, pages, themes)
peterverkooijen
ParticipantThe WP Hide Dashboard plugin may help.
April 16, 2009 at 4:37 pm #42789In reply to: No Posts In blog page
2448027
Inactiveu didnt get me … the home page shows fine .. and i know you have to add widgets. It shows login to add widgets fine in the three columns.
its really a strange problem see the the picture below it explains the situation better.
http://img4.imageshack.us/my.php?image=picture2zsx.jpg
please do help if possible .. thanks i have already downloaded the trunk again and reuploaded the themes
April 16, 2009 at 3:56 pm #42785In reply to: No Posts In blog page
Jeff Sayre
ParticipantIf you are using the standard BuddyPress Home theme that came with the BP trunk, then in each column of the homepage (left, center, right) you should see the following message:
Please log in and add widgets to this column.
You need to log in as admin and then go to Appearance > Widgets and add the “Recent Blog Posts” widget to whatever column you want.
April 16, 2009 at 3:45 pm #42765In reply to: Change Fonts
Paul Wong-Gibbs
KeymasterWhat fonts? If you mean general webpage text, look at the CSS files of whichever theme you are using. If you don’t know css, I suggest you google for beginners’ tutorials.
April 15, 2009 at 11:57 pm #42725In reply to: Default Theme
Jeff Sayre
ParticipantGreat! I’m glad I could help.
April 15, 2009 at 11:46 pm #42723In reply to: Default Theme
2448027
Inactiveok seems to be working fine now .. thanks much …
April 15, 2009 at 11:39 pm #42721In reply to: Default Theme
2448027
Inactiveok im reuploading .. and restarting … will report back
April 15, 2009 at 10:59 pm #42720In reply to: Default Theme
Jeff Sayre
ParticipantWell, I assume you do your WPMU updates by deleting everything from the WPMU folder–with the possible exception of certain files / folders in wp-content? If so, then just delete again and start over.
Also, read this thread ( https://buddypress.org/forums/topic.php?id=2065 ). Although not everything applies, there are important upgrade tips and instructions. Make sure you read / browse the entire thread.
April 15, 2009 at 10:40 pm #42719In reply to: Default Theme
2448027
Inactiveoh crap now i just uploaded the trunk ! what do i do ? can i reupload 2.7 back and then upload the branch again ?
April 15, 2009 at 10:31 pm #42718In reply to: Default Theme
Jeff Sayre
ParticipantMadshark-
It must be the latest branch, not trunk. Use this link http://svn.automattic.com/wordpress-mu/branches/2.7
April 15, 2009 at 10:21 pm #42717In reply to: Default Theme
2448027
Inactiveok im installing 1740 the latest trunk will post back on whether it sorts the issue or not…
April 15, 2009 at 10:12 pm #42716In reply to: Default Theme
Jeff Sayre
Participantno i havent installed wpmu 2.7.1
You must be running the latest branch of WPMU to use the trunk of BP 1.0_RC2.
Did you read this thread? https://buddypress.org/forums/topic.php?id=1994
April 15, 2009 at 10:02 pm #42715In reply to: Default Theme
2448027
Inactiveno i havent installed wpmu 2.7.1 and yea sorry it says 1.0-RC2
where can i download WPMU 2.7.1 ? and to upgrade i just upload files to server and hit the upgrade button right ??
April 15, 2009 at 9:44 pm #42714In reply to: Default Theme
Jeff Sayre
Participantusing the latest one 1342 but in my plugins it says rc1 ? is that normal ?
No, it should say 1.0-RC2.
Did you upgrade WPMU to 2.7.1 branch or trunk?
April 15, 2009 at 9:40 pm #42713In reply to: Default Theme
2448027
Inactiveusing the latest one 1342 but in my plugins it says rc1 ? is that normal ? i just reuploaded and re enabled the plugin to make doubly sure ..
still gives me that error .. Help !!
April 15, 2009 at 8:16 pm #42712In reply to: Default Theme
Jeff Sayre
ParticipantMadshark, which version of WPMU are you using? Did you update to the 2.7.1_beta1 from branch, or trunk?
April 15, 2009 at 8:00 pm #42710In reply to: Default Theme
2448027
Inactivethe latest from the trunk i followed the instructions in the read me to the dot…
April 15, 2009 at 7:37 pm #42709In reply to: Default Theme
Jeff Sayre
ParticipantWhich version of BuddyPress are you using?
April 15, 2009 at 2:40 am #42675In reply to: Avatar Upload
vito687
ParticipantOkay thanks jeff for the help, let me try to answer your questions as precisely as you have laid them out.
first off, I have pre-existing avatars in my blogs.dir, these avatars load fine, the thumbnails and everything else is there. Ive tried just using an empty blogs.dir and it still didnt work. I hit “change avatar” upload and get that error message.
My permissions for the entire blogs.dir are set to 777 so I think that would clear up any permission issues.
Im trying to use various formats for testing so far a png that was 800k and a jpg about the same, I have my limit set to 2500k
I have read lance’s post but unfortunately none of the methods helped.
I am using a customized theme, when I upgraded to the BP trunk as per andys instructions I copied only the functions and header files over for both my home and members theme. Everything is working properly. The BP_core and all plugin files were placed in the plugins/buddypress directory and are functioning fine.
as far as version of PHP, do you mean myadmin client or actual code, which is whatever its written in to begin with, Ive done minimal php editing besides a custom loop on the home page, mainly CSS edits.
I did not check and see if there where no files in the blogs.dir because there are files presently there, I will try again with an empy blogs.dir folder
Is there anything in the DB that controlls where the upload script tries to send the file to? because I went from a local setup to a server set up, maybe the upload button is still using the local domain?
I really need to get this working, any help is truly appreciated
April 15, 2009 at 2:01 am #42674In reply to: Avatar Upload
Jeff Sayre
ParticipantVito687-
I can not change or create avatars
I assume you mean that you cannot create avatars at all. If that is the case, then you cannot even get the chance to change your avatar. Is this correct?
The error you mentioned in your OP is found in only two places in BP:
- bp_core_avatar.php –> in the function bp_core_avatar_admin
- bp_xprofile_signup.php –> in the function xprofile_validate_signup_fields
So, either you do not have sufficient permissions in the folder where the avatar is first uploaded, or you’re uploading an avatar that is too big. I will guess that it is the first problem based on the error message.
But, let’s be thorough.
You mentioned that you’re running a very recent BP trunk version and WPMU 2.7.1_beta from branch. We’ll assume that everything is correct with your upgrade and that you’ve also read the thread Lance mentioned and tried any applicable suggestions.
Here, then, are some additional or follow-up questions:
- What is the size of the avatar you’re trying to upload?
- What is the avatar’s format?
- Are you using the standard buddypress-member theme or a customized theme?
- What version of GD is installed?
- What version of PHP are you using?
- Have you checked all the folders in blog.dir and made sure that there are indeed no files?
- Have you checked the permissions of each of the subfolders in blog.dir?
-
AuthorSearch Results