Advertisement
Cheerio
Enthusiast-
Posts
190 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Bugs
WF Feature Plan
Suggestions
WebFlake Release Notes
FAQ
Store
Blogs
Applications
Ideas
Everything posted by Cheerio
-
sendmail is usual disabled in php in localhost due to windows not having it's own mail server, that's not a bug in IPB. you would have to enable it in php.ini and install a mail server like pegasus mail server and enter it's details. http://us3.php.net/manual/en/function.mail.php http://www.pmail.com/ Other options include using a wrapper class such as SwiftMailer or PHPMailer and using them to connect to another SMTP server such as your GMail account. Even if you go the Pegasus mail server on your own localhost route then I would still recommend using one of the two classes I have mentioned above. They give you far more flexibility and are safer.
-
-
-
yep not at present, no
-
-
- 7
-
- ip board 3.4.8
- retail
-
(and 1 more)
Tagged with:
-
-
-
-
Version 1.0.1
32 downloads
This adds a custom field of the 'File' type wherever custom fields can be used. This includes: Member profiles, Downloads and Database Fields. Like the members field, it supports multiples and autocomplete. Requires downloads, may also require pages. Developed and tested on IPS4 RC2 & RC6. -
Version 1.2.0
47 downloads
This "rule pack" consists of starter (example) rules which you can import into the Rules application and learn from, or customize to fit your own needs and use them in production. In order to use any of these rules on your site, you must first install the Rules application:Download Rules Lite Edition - Download Rules Full EditionThe rules application allows you to customize or “program” almost any behavior of your site through simple “rules” you set up through your ACP. You can create rules to automate tasks, manipulate content, update member profiles, and perform multitudes of other operations on your site based on events or conditions.The following rule sets are included:Prestige Reputation SystemThe prestige reputation system is an example of how you can create your own reputation rankings based on the existing reputation system built into IPS4.It works by attaching a new integer data field to members called "Prestige Rank", which in turn is updated when a member recieves reputation in the core IPS suite. You can customize the rule conditions to your liking to determine when a member actually recieves the "prestige" reputation rank ( the default is when an admin or moderator gives the reputation.)Also included is another rule that will promote the member to a group of your choosing when they reach a certain "prestige" rank level. You can customize the threshold and the group by editing the "Promote member" rule settings.Member Re-Engagement Rule SetThis rule demonstrates the power of scheduling with rules.The first rule in this set schedules an email for a member to be sent 2 months after they log in to the site. If they do not log in again within that timeframe, then the email will be sent. However, if they do log into the site again, then the email is simply re-scheduled to be sent another 2 months in the future. This way, you can have a "re-engagement" email always scheduled for members to be sent out if they haven't logged into the site for a while.Another rule included with this set will delete any scheduled "re-engagement" email for a member when they are removed from the system.Auto Lock Old TopicsThis rule set schedules a topic to be automatically closed, a reply made, and a PM sent to the author after a period of inactivity of the forum topic. When a reply is made to the topic, the date for auto-locking is automatically rescheduled for the set time period. If the topic is not replied within that time period, then the custom action is taken which locks, replies, and PM's the topic author.Much more to come. Follow and stay tuned. If you have any ideas or requests for new rules to go into the example pack, drop me a line in the discussion topic! -
Version 1.0.0
52 downloads
In order to use any of these rules on your site, you must first install the Rules application: Download Rules Lite Edition - Download Rules Full Edition The rules application allows you to customize or “program” almost any behavior of your site through simple “rules” you set up through your ACP. You can create rules to automate tasks, manipulate content, update member profiles, and perform multitudes of other operations on your site based on events or conditions. This "rule pack" consists of a replacement pip ranking system for members that is based on your own custom multi-condition criteria. -
-
-
- 1 review
-
- 18
-
Version 1.0.0
29 downloads
Currently BBCode (amongst other things) is parsed within code/pre tags when a post is submitted. This can be very damaging on programming forums where the integrity of posted code is critical. Additionally if a Rebuild Posts background task is ever initiated (I believe v4.0.5 will initiate this again) then existing code in posts will also be re-parsed causing emoticons to be parsed within code/pre tags. Again, this breaks code integrity. These have both been bugged on the tracker, but in the meantime this plugin will prevent any manipulation of the text within code/pre tags. Note: Nothing is parsed within code/pre tags - not even the profanity filter. -
Version 1.0.0
390 downloads
When charles said he made the IPS bug tracker using default Pages, it wasn't a lie. This was so stupidly simple to create, that it is almost a crime to have to create, so to save you some time, here ya go This is almost an exact duplicate of the IPS bug tracker, with a few small differences. It has a Suggestion or Bug Report field, you can add versions and categories. -
-
-
-
it left RC phase over a month ago
-
well depends on how fancy you want to get.. <script type = "text/javascript"> window.onload=function(){setTimeout(showPopup,1800000)}; function showPopup() { alert("Are You Still Here?"); //you could add code here for a more fancy box } </script>
-
-
- 1 review
-
- 5
-