Search Results for 'code'
-
Search Results
-
I’m trying to change the post author link which is displayed as ‘Key Master’ (for example) to ‘User profile’. Tried lots of variations having looked through the bbPress template functions file, but can’t get it to work. The top part of my post.php code is this at present;
<div class="threadauthor">
<?php avatarupload_display(get_post_author_id()); ?>
<p>
<strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title(); ?></small>
</p>
</div>The post_author_link() line becomes;
<a href="http://mbforum.letsdoo.org/profile/michael">Key Master</a>I realise I’m just not grasping how the PHP code/functions work, so if anyone thinks, “Oh yeah, all you do is…” I’d be very grateful for an answer.
I was reading a thread yesterday about bbPress registration emails not reaching new members. I can’t find it now, but there were comments in the thread about ISPs having limits, and maybe even auto-banning you from shared server space as a spammer. In case it’s of use to anyone, I emailed my UK hoster, kNet Hosting, and got this reply today;
Hi Michael,
We have a sending limit of 1000 mails per hour for SMTP mail from your account.
Sending mails from scripts e.g., a forum is not included in this so there are no limits. Obviously the higher rate that you send them could mean they are more likely to be flagged as spam by the major ISP’s.
Let me know if I can assist with this further.
Nick
On Wed, Jun 24, 2009 at 10:02 AM, Michael wrote:
Hi,
I’ve been reading on a forum that sending emails to groups of people via your server space can trigger alerts, get you banned from major players like Google and others, and even banned from your hoster. I don’t have many forum members at present, but if I got say, a few hundred, and sent everyone an email would it cause problems?
Essentially, I guess my question is what limits are there for this on shared hosting?
Regards,
Michael

You just can’t test everything.)