Puanthanh @weblogian ?

active 7 hours, 52 minutes ago

Puanthanh Gangmei is a Web Designer, Developer and Online Publisher from Nagaland, and has lived and studied several subjects from theology-technology in several places. He is some sort of ‘jack of all trades but master of none’. But there is something he is dynamically good at, and that is web designing, SEO and blogging. He has been designing website since 1998 and he started blogging in the year 2004. He has produce sites like www.nagapress.com, a blogging community for the Indigenous Naga People and the popular www.the300bloggers.com, a collaborative blog about blogging. He started developing blogs and websites in 2005, and Blogcastor is the place where he shares what he learned along the way and provide free blog service for new bloggers. He has also provided consulting services for many companies and organizations. (including the government of Nagaland) When he is not involved with online projects, he likes to write and play his own song and disturb the whole neighborhood with his guitar.

"Link comment aurthor url to profile page <?php echo bp_core_get_userlink( $comment->user_id ) ?>" · View

Puanthanh's Stats

  • 7 hours, 52 minutes since active
  • 5 followers
  • 17 updates
  • 26 forum posts

Location

Company & Job Title:

www.blogcastor.com

Interests

Wordpress, WPMU, bbPress, BuddyPress
  • cynthia posted an update:

    @weblogian
    Greeting,

    My name is Cynthia, I am single natural biological chocolate lady seriously seeking for long-term relationship,pen-pal, causal,friend, short time relationship or marriage.
    My e-mail:… (cynthiahalme1@yahoo.com) :
    I am girl with understanding,honest, romantic and interesting woman with domestically, lively, child-loving and faithful. I am Final year Medical Nurse Student Studying in University.

    My interests and hobbies: movies / theatre,sports, walks,Music,swimming and nature.
    I wish will move forwardly so that we can be able to know each other well through your
    Relationship are more important for maturity understanding and esteem, honest, safety family and to being loved.

    I am waiting to read from you soonest : My e-mail:… (cynthiahalme1@yahoo.com) : take carer of your self for me and have successful new day.
    Yours faithfully in love,Cynthia.

    # 1 month ago
  • Puanthanh posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting:

    I think my style is better. Even if buddypress is enabled, I can still control it from the theme option page- what to display

    # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting:

    @r-a-y Thank a million for the tip. you saved my day

    # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting:

    Won’t it load slower if we add defined( ‘BP_VERSION’ ) did_action( ‘bp_init’ ) function

    # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting:

    Thanks for the info. I have not use defined( ‘BP_VERSION’ )

    Where will be the proper place to put this code?

    # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic If BP is enable conditional tag in the group How-To and Troubleshooting:

    You are right, I should have explained. I am making theme both compatible for WP and BP by using something like this <?php if (get_option(‘gangmei_switch_platform’) == ‘buddypress’) { ?> <?php include(TEMPLATEPATH . ‘/_inc/member-search.php’); ?> <?php } else { include(TEMPLATEPATH . ‘/_inc/search-form.php’); } ?> This work 100% ( If buddypress is enable from theme option page, [...]

    # 1 month, 2 weeks ago
  • It want something like this
    if bp_is_enable
    buddypress code
    else
    Wordpress code

    I think this will really help and ease theme developer

    Can this be possible?

    View Thread # 1 month, 2 weeks ago
  • I think I am in the wrong place

    Sorry

    # 1 month, 2 weeks ago
  • As I am using Wordpress as forum with BP, I like to edit the message we see on the activity page Little boy comment on the blog post ….. Little boy wrote a new blog post …. to Little boy comment on the post ….. Little boy wrote a new post …. If this is [...]

    View Thread # 1 month, 2 weeks ago
  • Copy the the activity index.php under activity folder

    Edit the html to your way

    # 1 month, 2 weeks ago
  • Puanthanh posted an update:

    Link comment aurthor url to profile page
    <?php echo bp_core_get_userlink( $comment->user_id ) ?>

    # 1 month, 2 weeks ago
  • The comment author Url linked to the profile page in my post page comment section BUT how do I do the same in my template page. I am creating a forum Theme ( Using Wordpress as forum and buddypress features for the users) I need to link the last poster link to his/her profile page [...]

    View Thread # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic Useful plugins required in the group Creating & Extending:

    @profitsbuzz Though this method is not exactly what I wanted, I use java script to fetch RSS feed and then I use the profile field data tag to call in. If we can integrate feed url validation this will work. I have tried it live on my site. But users don’t usually give their correct feed [...]

    # 1 month, 2 weeks ago
  • Puanthanh posted on the forum topic Useful plugins required in the group Creating & Extending:

    I can add rss feed but if user don’t give a correct feed URL it screw up everything. That’s the problem I am facing

    # 1 month, 2 weeks ago
  • tosyn posted an update:

    @weblogian Hello
    My name is Miss Tosyn kanute. i saw your profile today at (buddypress.org) and become intrested in you,i will also like to know more about you,and i want you to send a mail to my email address so that i can give you my picture for you to know whom l am.Here is my email address(tosynkanute@yahoo.com) i believe we can move from here.I am waiting for your mail to my email address above.(Remeber the distance or colour does not matter but love matters alot in life)
    Please do remember to send your private email address to my private mail box here

    ( tosynkanute@yahoo.com)

    # 1 month, 2 weeks ago
  • Guys if you want to set exclude category ID from your theme option page. here is a working code.
    ‘category__not_in’ => array(get_option(‘gangmei_blog_cat’)),
    Where gangmei is your theme shortname.

    # 1 month, 3 weeks ago
  • Puanthanh joined the group Miscellaneous

    # 1 month, 3 weeks ago
  • Silly me! Wasted 30 minutes for this.
    <?php echo bp_core_get_userlink( $post->post_author ) ?>

    Enjoy

    View Thread # 1 month, 3 weeks ago
  • Puanthanh posted an update:

    Link Post author to BP profile page
    <?php echo bp_core_get_userlink( $post->post_author ) ?>

    # 1 month, 3 weeks ago
  • Puanthanh posted an update:

    Link Post author to BP profile page
    post_author ) ?>

    # 1 month, 3 weeks ago
  • Load More