My Wishlist..

I am more or less satisfied with my Dolphin installation, with a few little tweaks and additions I'll be delighted. Apart from the one mod (that I tried to buy today until I realised that you can't use paypal on expertzzz.com ) I don't know how to do the rest...

So, My wishlist:

and a new one... show membership level in profiles.. e.g. I have 4 levels of membership, I'd like people viewing profiles to see which level of membership the person whose profile they're viewing has.. (1, 2, 3 or 4).

Quote · 19 Sep 2008

Sorry, but most of your wishlist is very specific, .. and not applicable to common version

But something possible of course.

for example - point 1,

to change default mail format goto inc\utils.inc.php,

function sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID = '', $aPlus = '', $sEmailFlag = 'text' )

change to

function sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID = '', $aPlus = '', $sEmailFlag = 'html' )

All changes in classifieds very specific, it like more as Mod. But I sure that in future this section will have changes too. But not now.

Membership level .. it always display at member page. Seems when free mods is Off

Quote · 22 Sep 2008

thanks for the email fix Andrey, works great.. now another Q related to that..

Could I change the highlighted string to what I want the mail to say in the 'from' field instead of it showing the site tile there? If so, how would I change it? (e.g. 'My site' instead of 'My site title')

$sMailHeader        = "From: =?UTF-8?B?" . base64_encode( $site['title'] ) . "?= <{$site['email_notify']}>";
$sMailParameters    = "-f{$site['email_notify']}";

$sMailSubject    = str_replace( "<SiteName>", $site['title'], $sMailSubject );

$sMailBody        = str_replace( "<SiteName>", $site['title'], $sMailBody );


"Membership level .. it always display at member page."

Only for the member, not for a visitor viewing the profile (or not in my Dolphin at least..). I'd like Member A viewing Member B's profile to see that Member B has a higher/lower/the same membership level than Member A..

As for the classifieds, I suppose it is more of a mod than a code fix, no harm in asking though, eh?

And the admin icon in orca can't be changed...??

Quote · 22 Sep 2008

I don't know about your mail issue right off hand without playing around with it, but your admin icon seems like you could just upload a different icon with the same dimensions if that is all you want to do is change it:

Just upload and over-right admin.gif in your ocra layout directory for the admin icon. If you have php as apache you may need to make sure you put it in the right directory base and recompile the language file in orca admin to take effect. Might have to do the same to groups folder, and recompile too.

Just a thought.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 22 Sep 2008

I've tried to upload a new icon.. won't let me.. In the thread in the orca forum I said although I can change permissions on the orca folder itself, anything inside it I cant and the folder with the admin icon in is protected (as is the icon)..

I'm assuming that it's probably something to do with the .htaccess file that stops me changing the permissions, but as I know precisely nothing about .htaccess I dunno??

I'm thinking that *maybe* when I move domains, (yeah still not moved), I can change the icon before I upload it to the new domain.. It's not a big issue really, just would be nice to have my own icon is all :)

Quote · 22 Sep 2008

If it's protected and not allowing you to upload to it would imply that you have php as apache and not cgi. Cgi keeps folders and files as user/you there by allowing you to edit them. Using a script such as this with apache module will set them to 99/nobody the server, which means you do not have permission to change and edit.

The work around for php as apache would be this:

Upload your admin.gif to:

yoursite.com/orca/layout/base/icons/admin.gif

This one is write-able even with php as apache.

Then login to dolphin admin panel. Go to orca admin area and re-compile the languge file...ie click the little "en" link in the right corner.

This will write the file to the protected area that you can not upload too.

This is how you will have to make any other changes to orca with a php as apache module setup.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 22 Sep 2008

Thanks gameutopia, worked perfectly :)

Quote · 22 Sep 2008

 

I've tried to upload a new icon.. won't let me.. In the thread in the orca forum I said although I can change permissions on the orca folder itself, anything inside it I cant and the folder with the admin icon in is protected (as is the icon)..

I'm assuming that it's probably something to do with the .htaccess file that stops me changing the permissions, but as I know precisely nothing about .htaccess I dunno??

I'm thinking that *maybe* when I move domains, (yeah still not moved), I can change the icon before I upload it to the new domain.. It's not a big issue really, just would be nice to have my own icon is all :)

 

This one is a reversal on my side,

I said although I can change permissions on the orca folder itself, anything inside it I cant and the folder with the admin icon in is protected (as is the icon)..

In my case I can change permissions to everything that is inside  but the folder itsef.

Quote · 24 Sep 2008
 
 
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.