Knowledge Base for New Users of Dolphin 7 - Updated July 31, 2010

beeneeb posted 2nd of June 2010 in Community Voice. 12 comments.

Being that Boonex doesn't provide a knowledge base, I thought it would be great to start my own KB via a blog post.  This post will contain great tips as I start to learn the software.

How do I redirect a user to a different page after they log in?

To redirect a user, you'll need to use this mod:  http://www.boonex.com/unity/extensions/entry/Redirect_to_any_page_after_logon_

To redirect to the member profile, just enter {nickname} in the redirect field.

How can I implement a Facebook-like news feed?

To implement a news feed like the one you see on Facebook, use this mod:  http://www.boonex.com/unity/extensions/entry/IBDW_SpyWall_1_0_like_facebook_news_feed/

I want to require my users to log in to see any aspect of the community (create a members-only site).  How do I accomplish this?

To implement a members-only site, you'll need to implement this free modification: http://www.boonex.com/unity/extensions/entry/Members_Only_Site

How do I remove the status message from the Dashboard page of my users?

Open the BxBaseFunctions.php in your favorite text editor and remove the following code:

<div class="notify_message {$sDirStyle}" {$sPossibleID} {$sOnClick}>
<table class="notify" cellpadding=0 cellspacing=0><tr><td>{$sMessage}</td></tr></table>
<div class="notify_wrapper_close"> </div>
</div>

How do I change the link for the logo if the end-user is logged in? (I created this mod as a way to prevent my logged in users from getting back to the front page)

Open the design.inc.php file located in the inc folder and make the following change to getMainLogo:

function getMainLogo() {

global $dir, $site; to

//Check if Logged In

check_logged();

$sFileName = getParam('sys_main_logo');

if(!file_exists($dir['mediaImages'] . $sFileName))

return '';

if(isLogged()) {

// Change member.php below to any page that you wish

return '<a href="' . BX_DOL_URL_ROOT . 'member.php' . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo" /></a>';

exit;

}

return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo" /></a>';

}

=============

Note:  This post will be continually updated on a regular basis.

 
Comments
·Oldest
·Top
Please login to post a comment.
Nathan Paton
In time, young one. In time.
buckmcgoo
Isn't a knowledge base normally TELLING you how to do something, not showing you where to BUY somethat that does what you want?? Just checking..
beeneeb
Yes, this post will contain a mix of both free and paid extensions / modifications. Hacking PHP is one of my specialties so I hope to develop this post into a good resource for new users. However, if I think there's a good module / extension that is worth mentioning (regardless of the cost), I'll give them credit where is due.
mrpowless
I would try something else...this will get buri3d...people come to forum for quick answers if you want to help put these in the forum without the market posts...paste the txt files right onto post.
beeneeb
I don't mind if this gets buried right now simply because it's such a small resource. It's a lot easier to put all of my changes / modifications into a single blog post instead of a wide range of forum posts. Forum posts are hard to find if I need to reference them in the future. Right now, this is a personal resource, but I hope others find it helpful.
DeeEmm
The forums are next to useless as a repository for archival information (ie help)

The problem with the forum is that there is no pagination, so all posts eventually get lost - If you search for a common phrase, all you generally get is 50 posts all asking the same / similar question - The answer is buried somewhere on page 2 or 3 - where you cannot access it.

The same question repeatably keeps coming up - addition of a wiki, better documentation, knowledge-base, FAQ's. If the search on this see more site was fixed, the situation would improve ten fold.

The whole support issue here on Boonex is becoming anathema, it could be so much better with just a few tweaks to the existing code. But it seems that no one is interested - even HL's recent wiki revolution failed miserably.

I have a knowledge-base set up on my site - please feel free to contribute to that instead ;)

/DM
beeneeb
I work for a software company and we take a ton of pride in our technical support. There's not a single post in our forums that gets unanswered. Popular questions and solutions are added to a knowledge base on a daily basis. I think that Dolphin would be much more successful if they had an easy to search solutions database.

Thanks for the heads up on your site and its KB. As soon as I get some spare time (what's that?), I'll head over and see where I can help!
Nathan Paton
It seems I may have to work faster to bring it to the public. Those who know what I'm talking about will like what I've just said.
DosDawg
yes, beeneeb, there is an absolute requirement for good documentation, KB as you will, and there are those who have been working on the production of such. however, as mentioned from other members here, its quite pointless to post on this site something of this caliber. would have been much better implemented on some domain such as kbdolphin.com or something like that. then setup a wiki so that others with knowledge could provide a solid resource for all of those who would be searching for information. see more

these forums and blogs are essentially out-dated and useless, the searchability of this site is garbage, and the irony of that all is that it has been expressed multiple times, and there is no concern or plans to make it any better.

regards,
DosDawg
mikeawesome21
Dose anybody use simple redirect? Im new and im lost, please help!!
thanks for the logo link and status message posts. very helpful!
Does anyone know what happened to the members-only site modification? The link gives an 404 error.
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.060845851898193