Jump to content

Jeffrey

Rising Star
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    56

Everything posted by Jeffrey

  1. The request(s) in this topic have been filled and the file has been provided. This topic is now closed. If you have other requests, please open a new topic.
  2. As members have commented already, you have to use the plugin provided to get more statistics for your forum.
  3. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  4. You would have to edit the templates and remove the code for the Billing Address text field. I can show you how to do this either via PM or Discord DM.
  5. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  6. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  7. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  8. You made a fresh installation and can't seem to log in? Did you try to login with the username and password you created when you installed the software? If so, have you tried to Forgetten Password feature to try to recover your account?
  9. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  10. I use Webflake's Nulled software (4.4.10) and I haven't had any problems. Also, you have to change the blank config file name to remove the ".dist" part in order to install.
  11. Try using PHP 7.3 and re-install a fresh copy of the software.
  12. Version 1.0.0

    401 downloads

    This plugin is a sidebar that displays the top 5 members with the highest post count. Made by apachenick
  13. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  14. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  15. ALTER TABLE `forums_topics` CHANGE COLUMN `id` `id` INT(11) NOT NULL AUTO_INCREMENT, DROP PRIMARY KEY, ADD PRIMARY KEY (`id`); Run the SQL query.
  16. Check each of your groups. It might be caused by a missing HTML tag being closed.
  17. Jeffrey

    Shadow?

    <span style="color:blue;text-shadow: 1px 1px 10px white"> Make sure to close the span tag in Group Prefix.
  18. When I was starting to get into the community, you were always someone I looked up to. I first met you with the RSPS community, seeing some of your work on very popular servers. You had originally inspired me to join the community and begin my IPS (IPB 3 at the time) services on various black market sites. Afterwards, I begin offering support for free and later becoming apart of the WF Support Team. You will be nearly misses from the team and I look forward to seeing you around! Take care, James.
  19. The Commerce Application is perfect for you. It allows you to set up subscription based ranks, which will give your members benefits.
  20. It's good for backing up your database or having a "copy" incase of server deletion.
  21. 1) Try to clear the cache using the support tool. 2) Disable any plugins related to Group Link Color.
  22. First, I would like to say thank you for posting code you want edited. Most users ask for us to edit code we do not know/have access to. Here is your edited code: {{if !empty( $comments ) }} <h3 class='ipsType_reset ipsWidget_title'>{$title}</h3> {{if $orientation == 'vertical'}} <div class='ipsWidget_inner ipsPad_half'> <ul class='ipsDataList ipsDataList_reducedSpacing'> {{foreach $comments as $comment}} <li class='ipsDataItem'> <div class='ipsDataItem_icon ipsPos_top'> {template="userPhoto" group="global" app="core" params="$comment->author(), 'tiny'"} </div> <div class='ipsDataItem_main'> <div class='ipsType_break ipsContained'><a href="{$comment->url()}" title='{lang="view_this_topic" sprintf="$comment->item()->title"}' class='ipsType_medium ipsTruncate ipsTruncate_line'>{$comment->item()->title}</a></div> <p class='ipsType_reset ipsType_light ipsType_medium ipsType_blendLinks'>{lang="byline_nodate" htmlsprintf="$comment->author()->link()"} · <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' class='ipsType_blendLinks'>{$comment->dateLine()|raw}</a></p> </div> </li> {{endforeach}} </ul> </div> {{else}} <div class='ipsWidget_inner'> <ul class='ipsDataList'> {{foreach $comments as $comment}} <li class='ipsDataItem ipsClearfix'> <div class='ipsComment_header ipsPhotoPanel ipsPhotoPanel_mini'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'mini', $comment->warningRef()"} <div> <p class='ipsPos_right ipsType_reset'> {{if $comment->canReportOrRevoke() === TRUE}} <a href='{$comment->url('report')}' data-ipsDialog data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-ipsDialog-flashMessage='{lang="report_submit_success"}' data-ipsDialog-title="{lang="report"}" data-action='reportComment' title='{lang="report_content"}'>{lang="report"}</a> · {{endif}} <a class='ipsType_blendLinks' href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' data-ipsTooltip title='{lang="share_this_comment"}' data-ipsMenu data-ipsMenu-closeOnClick='false' id='elShareComment_{$comment->pid}' data-role='shareComment'><i class='fa fa-share-alt'></i></a> </p> <h3 class='ipsComment_author ipsType_blendLinks'> <strong class='ipsType_normal'>{template="userLink" app="core" group="global" params="$comment->author(), $comment->warningRef()"}</strong> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </h3> <p class='ipsComment_meta ipsType_light ipsType_medium'> <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' class='ipsType_blendLinks'>{$comment->dateLine()|raw}</a> {{if $comment->editLine()}} ({lang="edited_lc"}) {{endif}} {{if $comment->hidden()}} · {$comment->hiddenBlurb()} {{endif}} </p> {{if member.modPermission('mod_see_warn') and $comment->warning}} {template="commentWarned" group="global" app="core" params="$comment"} {{endif}} </div> </div> <div class='ipsPad ipsClearfix'> <div class='ipsType_break ipsContained'><a href="{$comment->url()}" title='{lang="view_this_topic" sprintf="$comment->item()->title"}' class='ipsDataItem_title ipsTruncate ipsTruncate_line'>{wordbreak="$comment->item()->title"}</a></div> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsContained' data-controller='core.front.core.lightboxedImages'> {{if $comment->hidden() === 1 && $comment->author()->member_id == \IPS\Member::loggedIn()->member_id}} <strong class='ipsType_medium ipsType_warning'><i class='fa fa-info-circle'></i> {lang="comment_awaiting_approval"}</strong> {{endif}} </div> {{if $comment->hidden() !== 1 && \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) and settings.reputation_enabled}} <div class='ipsItemControls'> {template="reputation" group="global" app="core" params="$comment"} </div> {{endif}} </div> </li> {{endforeach}} </ul> </div> {{endif}} {{endif}} Using the existing code, it will show everything that you have asked for.
×
×
  • Create New...