Advertisement
Leaderboard
-
in all areas
- All areas
- Ideas
- Ideas comments
- Positions
- Position Comments
- Position Reviews
- Blog Entries
- Blog Comments
- Bugs
- Bug Comments
- Bug Reviews
- Features
- Feature Comments
- Feature Reviews
- Suggestions
- Suggestion Comments
- Suggestion Reviews
- Releases
- Release Comments
- Release Reviews
- FAQs
- FAQ Comments
- FAQ Reviews
- Files
- File Comments
- File Reviews
- Topics
- Posts
- Status Updates
- Status Replies
-
Custom Date
-
All time
February 14 2013 - February 25 2025
-
Year
February 25 2024 - February 25 2025
-
Month
January 25 2025 - February 25 2025
-
Week
February 18 2025 - February 25 2025
-
Today
February 25 2025
-
Custom Date
11/10/2014 - 11/10/2014
-
All time
Popular Content
Showing content with the highest reputation on 11/10/2014 in all areas
-
Ahh, I had the same question a few months ago. Here's the answer you're looking for: <if test="$this->memberData['member_id'] && $member['member_id'] == 1"> Your code goes here. </if> Replace $member['member_id'] == 1 with your member ID. Add it below this: <if test="hasCustomization:|:is_array($member['customization']) AND $member['customization']['type']"> {parse template="customizeProfile" group="profile" params="$member"} </if>2 points
-
I just added another if-check for when the reputation is above 500, it adds the little star image in front of the number: <if test="$author['pp_reputation_points'] >= 500"><img src="{style_images_url}/star.png" /></if>{$author['pp_reputation_points']} The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.1 point
-
I have just been messing around on http://web.archive.org/ Forumcore looks so basic compared to the current WebFlake1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Just check the reputation points with an if statement (this is hardcoded, could be made into a hook aswell): <if test="$author['pp_reputation_points'] < 0"> <span class='fc reputationNegative'>{$author['pp_reputation_points']}</span> </if> <if test="$author['pp_reputation_points'] == 0"> <span class='fc reputationZero'>{$author['pp_reputation_points']}</span> </if> And add CSS classes for them: /* Reputation in post info */ .reputationNegative { border-radius: 3px; padding: 0 5px; color: white; float: right; background: #b82929; } Do a little bit of coding around and see if you can figure it out on your own - if not i'll give you the full code.1 point
-
1 point
-
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.<br /><br />If you have other questions, please open a new topic.1 point
-
1 point
-
How to install Invision Power Board 3.4 - A Step-by-Step tutorial by Phun from WebFlake.net - Things we need: A webhost that supports PHP A webhost that allows Databases A webhost that is offshore The latest package of Invision Power Board An FTP client (Like FileZilla) A brain and the will to learn Note: This works on pretty much every version of IP.Board. They all install in similar fashion. 1. Finding a webhost For the installation of Invision Power Board (and any other forum board software) we need a webhost. Finding a webhost is the hard part of this, as webhosting and domains are not for free. For people that first want to try the software out, you can get a subdomain and free hosting, for this i recommend you sign up at http://000webhost.com/ as they are a well known free hosting company. Alright, now when you've set your hosting account up we can go to step 2. 2. File Transfer Protocol & FileZillaFrom your webhost you will receive log-in details to your control panel, and login details for FTP. FTP stands for File-Transfer-Protocol and is used to upload files to your webspace. Programmers already have made a nice tool for this called 'FileZilla' it is free and easy to download: Click Here Just follow the installation steps for FileZilla and start it up, once you're done, launch the program. Click the icon you see on the top left (not the arrow) Click "New Site" and fill in your site's name Change the type to "Normal" and fill in the details you got from your hosting company Click the Connect button Now you should see the home directory, double click the folder called "public_html" You're done for now, keep FileZilla open because we are going to use it later on in this tutorial! 3. Creating a database To store usernames and data, Invision Power Board needs a database. Creating a database is very simple. Your host most likely has cPanel, which is what i'm going to show you. If your host doesn't have cPanel and uses a different control panel, search for things that are similar to those shown on screenshots. 1. Log in to your website's cpanel, which can be accessed by putting /cpanel at the end of your domain 2. Click the "MySQL Databases" button (shown above) We want to create a new database, so we will fill in the name, in our case "demo". We also need to add a user, so fill this area in and click "Create User" After that, add the user to the database, select the two and click "ADD". We should give the user full permissions, click "All Priviliges" and Click "Make Changes". We are now done with this part, our database has been set up. Copy the details somewhere because you will need the at the installation! So far it's going great. 4. Downloading & Transferring IPBIf you are a license holder, download the latest package of Invision Power Board from your clients area's download center and unRAR it somewhere you want. If not, visit the DL system over at WebFlake.net to download the latest version from the internet. Go to the "upload" folder of the downloaded package and select all files (CTRL+A) and drag them into the 'public_html' of your filezilla screen, it should start uploading the files. Once everything is uploaded, navigate to your website and proceed to Step 5. 5. Installing Invision Power Board Once all your files are uploaded, navigate to your domain. The installer should pop up! Click next on the first page you see. If there's any errors, contact your host about it! 1. Accept the EULA on the next page. 2. Select the applications you want installed and click "Next" 3. Make sure the addresses are OK and click "Next" (they should be OK by default) 4. Enter your License key (optional) Now we have to fill in the details we got from creating the database, the host should be localhost by default, if this doesn't work: Contact your host for the details. Fill in the database details like above, you don't need to fill in the table prefix. After that, fill in your admin account and let the isntallation finish! This is a fully automated process and should take about 5 to 10 minutes. When it's ready you should see this: Your forum is installed! When you go to your domain, you should see the default IPB data and skin. Just click the "Sign in" button to sign in and start configuring your installation by clicking the "Login to your Admin CP" link above your little profile when logged in. Just click the link and fill in your details hxxp://yourdomain.com/admin/ and configure everything. Make sure you go to FileZilla and delete the admin->install folder completely! Installation Complete! © Phun - WebFlake.net1 point
-
Hello WebFlakians! Today is a glorious day, because today is the day that Davlin will join me and paradiizee in the Administrative position. Davlin has been a valuable asset to our community for about a year now and he's more than proven his worth. Thanks for being a part of this wonderful team, let's keep the spirit going and let us let WebFlake grow stronger than ever! So now you can also pester Davlin with questions regarding your account, bugs, errors, etc. Hehehe -Phun1 point
-
Lately there has been some confusion about various groups around the site, so I'm going to outline the perks / responsibilities of each group and who gets promoted to them. If you still have questions, feel free to ask in this thread. Administrator Administrators handle administrative tasks. Cliche, I know. We are responsible for managing the site and its team. Senior Moderator Senior Moderators are seasoned Moderators promoted to a transitional role between Moderator and Administrator and assist in overseeing the rest of the team. Senior Mods have limited ACP access and are able to issue account / IP bans, as well as lift them. Senior Moderators are also capable of making account changes when requested. Developer A group crucial to the continued success of WebFlake, Developers are responsible for overseeing technical aspects of our site such as troubleshooting site errors, modifying and creating apps/plugins, or assisting with general "coding". Designer Designers gain access to themes exclusively, no moderation abilities. Their responsibilities include enhancements to our layout, branding, etc. Moderator Moderators are the workhorses of WebFlake. Recruited primarily to handle the majority of the Staff team's workload, they handle everything from reports, to download approvals, and general moderation tasks. Moderators do not have ACP access and must forward any requests / reports requiring that amount of access to a Senior Mod or an Administrator. Junior Moderator Junior Mods are a unique group. They're essentially another transitional role between that of a member and a Moderator. Limited privileges with not a lot of responsibilities. Administration uses this rank to evaluate whether a member is a good fit for our Staff team. Do not misinterpret what I am saying here, as Junior Mods still have the ability to issue warnings, lock / pin threads, etc. They are still a member of the Staff team and are to be treated as such. Expert WebFlake is fortunate to have several users who are generous enough to share their knowledge with various platforms and programming languages. Often times, we will extend these users the opportunity to become a member of our Experts group to allow other members to identify them as trustworthy and helpful members of the community, particularly in our support forums. While not a moderator or a member of our Staff team this group does gain access to a few special privileges (such as moving topics and access to all boards) to assist them in providing efficient support to the community. Contributor Contributors are users who are committed to providing quality content to the community. We heavily screen any user we consider for this group as Contributors are able to bypass the file submission queue. We do not have any specific criteria for Contributors other than a respectable volume of quality submissions but we do evaluate a number of other variables. Frost, Snow, Blizzard, Vortex These are members of our four-tier donation system who have made or continue to make regular contributions to WebFlake's donation goals. Donators gain a myriad of perks such as substantially better download limits, profile songs, display name changes, profile features, and more. You can see a chart on our donation page - https://webflake.sx/donate. Immortal Our highest non-donator rank that includes all perks from previous ranks, including access to profile songs, no wait time on downloads while being able to download twenty files per day at 250 kbps. You'll need to stack up 1,000 content for this rank. Legend Legend is our first rank to gain access to animated profile photos, cover photos, and signatures. Legends are also able to download twelve files per day with a two-second wait time at 175 kbps. This group requires 500 content. Veteran At 150 content, you'll begin to distinguish yourself among the community. Veterans can download nine files per day with a ten-second wait time at 100 kbps, give seven reputation points per day, and have an inbox storage increase that doubles in size from the previous rank of Regular. Regular Once you have reached fifty (50) content, you'll be promoted to Regular and gain access to seven files per day with a fifteen-second wait time at 75 kbps, and six reputation points per day. Novice Novice is allotted five files per day with a twenty-second wait time at 60 kbps, and five reputation points per day. Novices also unlock access to use our Chatbox. This group requires 15 content to reach. Newbie Upon creating an account on WebFlake, you'll automatically be placed into our Newbie group which has the least access. Three files per day, thirty-second wait time for downloads, and a download speed cap of 50 kbps. Additionally, Newbies can only give three points of reputation per day.1 point
-
Frequently Asked Questions The following are questions frequently asked by members of the community. The answers to these questions are subject to change at the discretion of WebFlake Staff at any given time. This list will be updated as needed. 1. What is this "You have exceeded the maximum amount of downloads allotted to you by the administrator for the day" error? WebFlake currently enforces a daily download cap, limiting various groups to a varying number of downloads per day. Newbies, Members, and Advanced Members are capped at 4, 5, and 6, respectively. When donating at least $10 USD, you'll gain access to our Frost tier which unlocks a cap of 12 per day. For $25 USD or more, you'll gain access to our Snow tier and 20 downloads per day. Finally, for $50 USD or more, you'll gain access to our +Blizzard tier, unlocking 50 downloads per day. The only other usergroups not subject to this cap (aside from Staff) are Uploaders and Support Team. 2. Why do I keep receiving the 'maximum downloads' error when I've only downloaded one file? This could be a result of any number of issues. The most likely being that you are using some sort of a download accelerator, whether it be a browser extension or software running on your machine. Some users will experience difficulty with downloads while using a download accelerator. The issue could also be: Double-clicking a Download button Poor internet connection High latency between your PC and the WebFlake server 3. Can I have my download cap reset? The short answer is no. In its current iteration, the Downloads system does not allow for such a thing and even if it did, we still wouldn't do it. 4. Why am I unable to post in the Requests area(s)? To submit a request for a file, you must have at least 15 non-spam posts. If you flood our forums with 'thanks' posts, or generic five word phrases, your posts will be deleted and any submitted requests will be removed as well. Habitual offenders will be banned. 5. Am I allowed to share my account with other people, or have more than one account? No and no. While we cannot prevent you from sharing your account with other users, we will ban your account if we detect that you are. Any violations committed by individuals using your account is still your responsibility. If you are in need of another account for family or spouses living under the same roof, you may contact a Head Moderator or Administrator. 6. What do I do if I am banned? Absolutely nothing. There are no second chances. If you believe you have been banned unjustly, you may contact us via Facebook, Twitter, or via our Contact Form. Do not attempt to create another account. Please be ready to provide corroborating evidence that proves you have been unjustly banned. 99.99% of unjust banning claims are proven to be false. 7. Can I sell content on WebFlake? Only via our Marketplace. There you may sell, buy, hire, or trade content. Please be aware that you must review our Marketplace Guidelines before posting. 8. Am I allowed to 'bump' my topic? According to our Community Guidelines, topic bumping is permitted ONCE every two (2) days. Bumping that occurs earlier than 48 hours after the creation of the topic or the last response, or multiple bumps in a two day span, will result in a warning being issued and your topic being archived. It is inconsiderate of other users patiently awaiting a resolution to their support requests. After a period of 2 weeks, your topic will be auto-archived by the system, and you are free to re-post it. 9. What happened to the old Donator system? We've recently overhauled our donation system and introduced a tiered membership. See this thread for what we currently offer donators and how it compares to regular membership on WebFlake. 10. Why was my Private Messaging ability removed? If you find you are unable to send or receive private messages and you did not disable it yourself, your permissions were likely revoked as a result of sending unsolicited support PMs or advertising (the most common being the former). Sending a PM asking for support, without the express request of the recipient, is considered sending an unsolicited support request. Doing so is a violation of our guidelines and will result in your PM ability being permanently revoked. 11. Can my warning point(s) be removed? Unless an appeal has been approved by a Head Moderator or Administrator, the warning (and any associated points) are will remain on your account indefinitely. It is an extremely rare occurrence that we feel compelled to reverse a warning and/or remove infraction points. 12. How can I advertise on WebFlake? For all intents and purposes, advertising is prohibited. However, per our signature policy, you may have one link and/or an image of 200 pixels in height. Remember, the link cannot be to a site of similar nature to WebFlake and it must not contain pornographic or other lewd content. You may advertise services such as "ripping" or design via our Marketplace. We also offer an advertising package, which will allow for a banner and/or thread to be created and shared on WebFlake. NOTE: Advertising of independent hosting services (such as reseller) is expressly forbidden. Only Administrators, Head Moderators, Moderators and approved members of the overall WebFlake Team (Junior Mods, Uploaders, Support Team and Retired Staff) are permitted to offer hosting services. This is to prevent potential scams or otherwise unfortunate scenarios. See the Community Guidelines for more information. 13. What should I do if I see a post or topic that is violating the guidelines? Under no circumstances should you ever attempt to "mini-mod". Actions considered to be mini-modding are: "Calling out" the user Publicly stating that the post or topic is in violation of the guidelines Citing the guidelines to embarrass or annoy the user Sending the user a harassing Private Message or profile post Simply report the post, reference the rule being violated (if applicable), and let it alone. 14. Why was X user banned or warned? Putting it bluntly, it's none of your concern. We respect our users' privacy on WebFlake and any actions taken against an account is confidential. We will never disclose the details surrounding a banning or moderated post/topic unless it is absolutely necessary. 15. How do I get promoted or become a member of Staff? Only one auto-promotion exists and that is from Member to Advanced Member when the former reaches 50 posts. Eligible users are welcome to apply for a Junior Moderator role (via our Junior Moderator Program), as well as Support Team or Uploader. Asking to be added to our team outside of an application will automatically disqualify you for life. In short, if we believe you have the ability, the tools, and the drive required to contribute something to our team, we will select you. 16. When should I PM a Staff member? Unless requested, you should only PM a Staff member when: You need further clarification on our policies Wish to discuss a warning or suspension issued against your account Need to create secondary accounts for family / spouses Having issues contacting Phun or myself (other Staff can send us reminders) Friendly correspondence such as simple conversation or perhaps an invite to a fantasy league is acceptable Do NOT send Staff PMs for support, complaints about other members, to report a file broken, or anything that can be handled through the appropriate systems and channels. 17. Can I get a preview of the donator content? No. You are not entitled to any premium content by donating. We are generous enough to offer premium content as a perk. The definition of a "donation" is the act of giving without expecting anything in return. Whether our premium content is incentive enough to donate is irrelevant. There are many people who donate selflessly, and others who do it for the other account related perks such as unlimited downloads and the title that sets them apart from the rest. 18. How do I submit a file, or why is it taking so long for my submission to be approved? To submit a file, simply click on the Downloads tab at the top of the page and click the green Submit A File button directly beneath our featured files. Alternatively, you can navigate directly to the appropriate category and submit the file there. Once you have filled out the necessary fields for submitting a file (screenshots, file details, etc), Staff will be alerted to a new file pending review. We will download, scan, and review the file's contents before approving it. We do this to ensure the safety of our users and to prevent advertising. Please do not spam topics or badger Staff members, begging for faster file approval. 19. Why was my file not approved or deleted? The most common reasons a file is not approved (or deleted), are: It was a duplicate submission (we already have what you submitted) The file submitted is in our Subscriber database and is not allowed to be shared publicly (only applies to public submissions, obviously) The file contained advertisements or malicious files/code The file was reported broken by too many users and removed To determine the exact reason a file was removed, you'll need to contact a member of our Staff. We don't often keep "notes" of removed files, so if your file was removed a week ago, don't expect a definitive answer. If you submit a file that contains inappropriate content, you will be notified upon deletion of the file as you'll likely earn a warning. 20. Where have the download topics gone? They've been hidden as they were not used appropriately by many. Instead, if you need assistance with any particular skin, hook, application, plugin, etc.. create a support topic in the corresponding forum and be sure to name the file you're having issues with, as well as a version. Linking to it would be even better. To access our Downloads, simply click the Downloads link at the top of the site. 21. Am I allowed to submit my own "nulls"? No. If you submit your own nulls, they will be deleted. Only members of our trusted Uploader group have the privilege of submitting nulled content. 22. How can I change my display name? Members are not permitted to change their display name by default. However, you have two options: Donate at least $10 and you'll unlock the Frost tier, granting you the ability to alter your display name. Contact Phun or Davlin via private message and request a display name adjustment. Please note that if you choose this option, you must provide a valid reason. Simply not liking your name, for example, is not a valid reason. 23. Where is the MyBB and vBulletin content? We officially dropped our support for MyBB as of March 1st, 2014. This particular forum package is free as it is and free support is offered via the MyBB community forums. It's a bit redundant for us to continue to support a product with waning interest here at WebFlake. vBulletin support was dropped as of February 16th, 2015 for lack of interest. 24. Where can I get support for IPB 3.4.x content? As of April 3rd, 2017, WebFlake has designated IPB 3.4.x content and older as "legacy software" (more info). We've created a temporary forum, IPB 3.4 Legacy Discussion, for you to continue seeking peer-to-peer support from other members until IPS 4.2 becomes available, at which point we will discontinue IPB 3.4.x on WebFlake entirely.1 point
-
Not tested on 3.4 This is a simple way to display a default avatar based on if the member has chosen a gender. You will need to upload three images to your skin's root folder: defaultav.gif femaleav.gif maleav.gif If you would like a JPG or PNG then change the code accordingly. In Global Templates > userInfoPane Find: <if test="avatar:|:$author['member_id'] AND $author['avatar']"> <li class='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}">{$author['avatar']}</a></li> <else /> <li class='avatar'>{$author['avatar']}</li> </if> Replace: <if test="avatar:|:$author['member_id'] AND !$author['avatar']"> <if test="gender:|:$author['field_5'] == 'f'"> <li class='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><img src="{style_images_url}/femaleav.gif"></a></li> </if> <if test="gender:|:$author['field_5'] == 'm'"> <li class='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><img src="{style_images_url}/maleav.gif"></a></li> </if> <if test="gender:|:$author['field_5'] != ''"> <li class='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><img src="{style_images_url}/defaultav.gif"></a></li> </if> </if> <if test="avatar:|:$author['member_id'] AND $author['avatar']"> <li class='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}">{$author['avatar']}</a></li> <else /> <li class='avatar'>{$author['avatar']}</li> </if> Save and it's done. Note: If you remove the Gender field or it is not field_5 (the default number) then this will not work. Credits goes to Morrigan. A little image package for you. (edit the code or rename the image)1 point
-
Hello my name is Alex I am from Cuba, do not have much internet access and use this website for my work with IP.Board, this site is really great, if a member of staff reads this message please note that my connection not fast and keeps me writing more often so usually I go to download the resources I need for my web. Thanks and sorry for my English.-1 points