Forum Replies Created
-
http://www.elloandfriends.uni-osnabrueck.de/wikis/1/show
link broken
overall site is good.It is very well designed as for usage. i like quick tutorials.
Nice and clean design..
Great work
download — http://www.box.net/shared/lokujlgu9m
preview — http://buzzlyf.com
you can download it here..I am an amateur ..so if you find any bugs..please tell me…thanks
I uploaded all files once again and have reinstalled it from admin bar ..
its working
thanks
I downloaded the zip file form the link that you gave in your blog +bbpress new version from bbpress website
i copied the bbpress into bpforums
I set up according to the instruction
Its a new installation – i m using this as my test site..i have just installed the latest version BP1.1 on latest wpmu.
I am on a shared hosting….Probably i must wait for Buddypress 1.1..The groups forum are much better.Testing it on localhost …seems fine..still scared to use it…
Thanks all
Thanks Jeff for help
i added that plugin and followed the steps once again everything is good
But i cant get it to fix.The problem is on bbpress side topics are showing perfectly fine but its in the groups that tags are showing
there are several themes such as P2 and Prologue that offer front page posting.You can use TDO forms to have a form on the front page to post.I dont know if it works with mu..give it a try.
What i tried to point is that you can use the same technique in your themes, so as to avoid users to log into wordpress panel.
This can be done like this
if( user is blog owner) -> show the quickpress code (you can copy the quickpress code from the P2 or Prologue theme)
else
show the comments form
its the basic logic.I am working with my initial setup,i thought to implement this later when i am finished with my setup
I think it is related to XML RPC any help guys
hope this will help
Yes you can If you know some coding you can use the P2 theme to add an options for posts in the themes.Hope it helped
Create a blog with P2 theme, Use the contributor-blogs plugin to add users into that blog.Each time the user sign in it automatically ads to that blog as an contributor.Hope it helps. I have tried this and is working with P2 theme
Can we have a default theme code snapshot?
TDO forms plugin may help you or take a look at P2 theme
You can use http redirects
i have used this code to display the images from the post.
<?php if (bp_has_posts()) : ?>
<?php while (bp_has_posts()) : bp_the_post(); ?>
<?php
$szPostContent = $post->post_content;
$szSearchPattern = ‘~<img [^\>]*\ />~’;
// Run preg_match_all to grab all the images and save the results in $aPics
preg_match_all( $szSearchPattern, $szPostContent, $aPics );
// Check to see if we have at least 1 image
$iNumberOfPics = count($aPics[0]);
if ( $iNumberOfPics > 0 ) {
// Now here you would do whatever you need to do with the images
// For this example the images are just displayed
for ( $i=0; $i < $iNumberOfPics ; $i++ ) {
echo $aPics[0][$i];
};
};
endwhile;
endif;
?>
@ phuloxor Hey can i have the script that you used for flokka…to implement external blogs
Thanks R-A-Y
For 3rd i was talking about the external blogs plugin..a post says it will be available later in roadmap.
Roscosys – Please be clear what you want to edit. You can definitely edit the slugs just read this
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
and the core hack is not advisable – it means we dont advise editing the widget file as it will be overridden when you upgrade.
Any answer???
Try GD star
it has a thumbs up and thumbs down option works fine in blogs!!
However if you want you can develop it on your own..You need to do some work..