HomeNotesHow do I add a "My Blog" block in account page
1523 days ago in 
Tags: my, blog, block
Reactions: 2 comments 0 points0 reports
 
 

How do I add a "My Blog" block in account page

How is it possible with the Account Builder to add a "New Block" that contains "My Blog" entries?

Thank you in advance for your answers

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
DosDawg
i tried this and it works so i thought i would pass it on to you since it appears nobody is responding to your inquiry.

later,
DosDawg

excerpt from the readme file of this mod.

RSS Blog User Posts by Benjamin Fleischer benjaminfleischer.com

Upload the rss directory with its two files

rss/db_connect.php
rss/index.php
they should go in the dolphin root (in site['url'] as in the inc/header.inc.php)

Feel free to edit them to change the displayed output of the query (query comes from see more the below file just above the insertion point, from 6.0003)

I put the RSS link here:
inc/classes/BxDolBlogs.php

replace line 761 (for lack of a better place)


return $sRetHtml;


with

return "<a href='".$site['url']."rss?user=".$aBlogsRes['OwnerID']."'>RSS <img src='".$site['url']."orca/layout/uni/img/btn_icon_rss.gif'/></a>".$sRetHtml;
opboonex
Thank you for your answer, DosDawg.

I have not tried what you say, but this seems quite complex in regards to what I want to do.

Actually, I found a solution which is simply enter this URL in the "my blog" block's URL field:

blogs.php?action=show_member_blog&ownerID={memberID}
 
 
 
PET:0.053584098815918