Here is my current user profile view on my forum, live preview of full community: http://strawhats.eu (Forum is BETA yet) What left? - Team icons. - Bottom mini banner. - Awards
Well much members asking why...
Here are some reasons:
First of all, is a community that helps you to learn things.
Is a community that gives you chances to make your own online business.
You get FREE support.
You have active and respective staff team.
Thousands of downloads about invisionpower and more.
So much tutorials about Web Development and more.
That means: WebFlake has open for you!
Share and Support.
-Regards,
Andrew™
Group name indicator and Colored group links re to "Show the member groups on bottom and to format the color names (links) on your forum.
The double color can change by editing the membergroup to any color, 2 and more for sure, but it looks bad.
<dl class='pairsJustified'><dt>{title}:</dt><dd><img src="http://{yourdomain}/forum/public/style_images/master/profile/{key}.png /></dd></dl>
now rename the gender icon in the folder /profile/ ^ same location as specified in the img src, u are renaming the gender icon to the drop down selection key i.e. m=male or f=female so rename the gender icon to f.png or m.png for the specific gender and then it should appear in your userinfopane with the image u desire
P.S. the example was also shown in the topic view format should read the second example here
Send me the link of this site, to take the small icons, looks nice..
It's very easy to do it, but I liked the idea with icons. (You can check my signature too, same almost, just with icons on the right : country flag, current mood, reputation)
yes that, that's cool, so,people will take paid hooks for free, il share them here soon. Feel free to request any hook that is available: paid or not, I have them all.
If i get this straight, you want to track how many times a user has clicked a download link, not the amount of times a file has been downloaded. You could do this with cookies or a Text file or using HTTP POST or GET methods via javascript, probably already a Jquery script to do it already. Example:
<?php
if(!file_exists('counter.txt')){
file_put_contents('counter.txt', '0');
}
if($_GET['click'] == 'yes'){
file_put_contents('counter.txt', ((int) file_get_contents('counter.txt')) + 1);
header('Location: ' . $_SERVER['SCRIPT_NAME']);
die;
}
?>
Then use File Downloaded: <?php echo file_get_contents('counter.txt'); ?> Times!
Clearly you're taking this out of perspective.. Your definition of donation is correct, but most people find the perks as a positive side to donating, in fact, most people would only donate given those perks. Now, i ask if it's worth it because i do want to benefit even more from donating $10 to the website. You may find it selfish, which it is, but it is, what it is.