Search result for: Low-cost therapies https://simplemedrx.top"
                
                    Page 7 / 7                
                                    
                         Prev                    
                                
                            
        | # | Post Title | Result Info | Date | User | Forum | 
| Topic description is not at top | 8 Relevance | 6 years ago | Xcalizorz | How-to and Troubleshooting | |
| Hi, my QA Layout looks like this: Category -> Main Forum -> Many Sub Forums (~30) Every user can create a topic in the Main Forum and in all Sub Forums, which works fine.The problem is, that the button to add a topic in the main forum is at the bottom. And with approx. 30 sub forums, one would have to scroll a lot to get to the bottom..Is there a way to insert the topic description and the button at the top - as is with all sub forums. Category: Main Forum: | |||||
| Forum post right/top anchor links broken with 1.1.2 release - UI or DB glitch? | 8 Relevance | 9 years ago | nando4 | How-to and Troubleshooting | |
| Eg: clicking on the post anchor link on the right top at: Sees it choose a URL at for the post which doesn't exist. Is this a broken DB or just a minor glitch with the UI? Can a timely fix be forthcoming? EDIT: the post anchor works correctly for this forum. EDIT #2: new posts after the 1.1.2 upgrade are also using the correct anchor. It's just appears pre-1.1.2 posts are affected. EDIT #3: the anchor has just added the /paged/2/ to the URL when it's a post on the first page. So looks like a UI issue. Rather than being: it should be: | |||||
| RE: How to set the forum so usergroup does not need moderation | 8 Relevance | 7 years ago | Sofy | How-to and Troubleshooting | |
| Hi @tessashepperson, 1. In Forums > Usergroups admin page edit all Usergroups and enable/check the "Can pass moderation" permission. 2. In Forums > Tools > Antispam admin page set low suspicion level for topic and posts: Spam Suspicion Level for Topics - 10 Spam Suspicion Level for Posts - 10 Also, I'd recommend setting 1 or 2 the "User is New (under hard spam control) during first X posts" option in the same Forums > Tools > Antispam admin page. More information about wpForo spam control you can find here: Here is wpForo documentation, it is very easy and contains lots of screenshots. You can start here: You can find many Youtube videos as a tutorial too: The changelogs of a new release you can find here: | |||||
| WPFORO Adding Html Output To JSON Request - WPFORO Conflict With SEOPress | 8 Relevance | 6 years ago | Jimmy George | How-to and Troubleshooting | |
| Hi, I would appreciate if the developers can take a look and offer any help. I have my forum at My SEO plugin is SEOPRESS and I am also using elementor PRO. My issue is that, I cannot save the page properly because it gives the following error "Error message: The response is not a valid JSON response." This happens ONLY on the page that has the WPFORO shortcode. I was able to get a developer look at this and he said the following --------------------------------------------------------------------- because their forum is adding an html output to the json request for example, upon update you hit this request: and this is json request: yet response from that JSON request you get isn't in JSON format <div id="wpforo-wrap" class="wpf-default wpf-auth"><div class="wpforo-subtop"><style>.wpf-item-element{display: inline;}</style><div class="wpf-breadcrumb" itemscope="" itemtype="http://schema.org/BreadcrumbList"><div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element wpf-root active"><a itemprop="item" href="https://malayali.ca/forums/" title="Forums"><span itemprop="name">Forums</span></a><meta itemprop="position" content="1"></div><a href="#" class="wpf-end"> </a></div><div class="wpf-clear"></div></div><div class="wpforo-main wpft-"><div class="wpforo-content " style="width:100%"></div><div class="wpf-clear"></div></div><!-- forum statistic --><div class="wpf-clear"></div><div id="wpforo-footer"></div> <!-- wpforo-footer --></div><!-- wpforo-wrap -->{"id":5372,"date":.....} you get a bunch of "wpforo" stuff before the actual json response ----------------------------------------------------------------------------------------------------- I was wondering if the devs can give me a solution for this. Jimmy George | |||||
| top bar for page load and scroll | 8 Relevance | 7 years ago | jaytom | wpForo Integration | |
| See top bar while page loads and scrolls The red page loading bar comes from this plugin: (probably simpler plugin for this feature) then as you scroll down, the brown progress bar is this plugin: Can I get these features in wpforo easily? The problem I am having is that I can't get these bars to work when I put the whole site to feature the forum like on | |||||
| RE: How to show who's currently online in forum statistics area? | 8 Relevance | 4 years ago | VereK | How-to and Troubleshooting | |
| @starman71 IIRC the share to FB functionality is not enabled with WPforo's API implementation, only FB login/registration. Maybe @Chris can clarify. In any event I don't use FB so do not definitively know. If you do not want to use any site protection then you can use Sofy's code here via the Code Snippets plugin. to limit signatures and about me spam. For displaying members online in the forum statistics block you will need this plugin: In the plugin settings you should have code similar to this: Useronline Templates: <a href="%PAGE_URL%"><strong>%USERS%</strong>  Online</a> User(s) Browsing Site: (choose whatever separators you prefer - examples • or |) Members:  <strong>%MEMBER_NAMES%%GUESTS_SEPARATOR%%GUESTS%%BOTS_SEPARATOR%%BOTS%</strong> To display this info in your Forum Statistics block you would need to edit this file /wp-content/plugins/wpforo/wpf-themes/classic/footer.php. As noted in my previous post this would have to be done every time the WPforo is version updated. If you are not comfortable with editing PHP files then do not attempt this, this is for advanced site managers only. Make a backup of footer.php in case you mess up. Near the bottom of the file look for <span><i class="fas fa-lock wpfcl-1"></i> <?php wpforo_phrase('Closed') ?></span><p> Directly beneath that edit in the following code and save: <p class=usersonline><div class="wpf-user-online"><div class="wpf-user-online-stat"><i class="userstat fas fa-users"></i><span style="font-size: 14px; font-weight: bold; color: #777777"> Members and visitors online now :</span></div><div><?php if (function_exists ('users_online')): ?> <?php users_online () ; ?><?php endif; ?> <?php if (function_exists ('get_users_browsing_site')): ?> <?php echo get_users_browsing_site () ; ?><?php endif; ?> </p></div> The font weight and colour you should change to suit your board style. And lastly some CSS for final styling of the block: /* Useronline Styling */ #wpforo-stat-body > div.wpforo-stat-table > div.wpf-row.wpf-last-info > div > div.wpf-user-online-stat {border-top: 1px solid #e6e6e6!important; margin-top: 7px!important;padding-top: 5px!important;} The end result should look similar to this: Attachment : members_online.png | |||||
| RE: font-weight change, does not work | 8 Relevance | 7 years ago | CrisW | How-to and Troubleshooting | |
| Hi @finalcut - I hope this post for you does not disappear again (my previous one disappeared). I checked your website and this is what shows. You might have changed too many things on the Custom CSS Code that it affected your entire forum layout. (The images will be attached at the bottom of this post) . What can be done ? It might be faster to fix if you 1) Go into your wpForo Custom CSS Code, and remove all the codes there (that caused the attached resulting images ) and start again with this. 2) On your Wordpress Forum page, just put the wpforo shortcode, like so, on the HTML tab (not the visual tab): <br><br> 3) I am not certain if you are wanting the group picture at the bottom of the forum page, or at the top of the forum page. 4) But just copy the code below, also on your Wordpress Forum Page, and put it on top of your wpForo shortcode, or below the wpforo shortcode, where ever you want the photo to appear. So your Wordpress Forum Page HTML code would look like this: <br><br><div class="background background-image" style="background-image: url();max-width:100%;height:600px;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://valledeicavalieri.it/wp/wp-content/uploads/2018/11/SfondoFORUM3-e1548672857726.jpg', sizingMethod='scale');-ms-filter:'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://valledeicavalieri.it/wp/wp-content/uploads/2018/11/SfondoFORUM3-e1548672857726.jpg', sizingMethod='scale')';" data-imgwidth="100%"></div><div class="fusion-title-sc-wrapper" style=""><div class="fusion-title title fusion-sep-none fusion-title-center fusion-title-size-two" style="margin-top:0px;margin-bottom:0px;"><h2 class="title-heading-center" style="color:#fff;font-size:30px;line-height:36px;">questo è il forum ufficiale della Cooperativa Valle dei Cavalieri</h2></div> </div> (Do not translate the code, since it is in English), I think the front end code is in English and can be translated, I am just not certain whether the code itself can be translated, maybe the wpForo Team can clarify that). Hope this helps. You have a nice website and a working Forum will look great on it too! Buona fortuna e Dio benedica te e la tua cooperativa! 🙂 Attachment : FinalCutsForumPage_1.jpg | |||||
| wpForo Beta-4 is released! | 8 Relevance | 9 years ago | Robert | wpForo Announcements | |
| We just released wpForo Beta-4 Please check the new "Enable Output Buffer" option in Forums > Settings > Features Tab. This option should be enabled if you want to put some content before forum or if forum is loaded on top of your website, before template header. Also we hope all problems with HTTPS and WWW websites are fixed in Beta-4. Changelog: Added: Supports WordPress default emoticons Added: Automatic image URL to image conversion in post content (image auto-embed) Added: View HTML source button on TiniMCE post editor Added: Profile Social Network URLs and Skype links Added: Last post link, date, author name for Intro Topics - Extended & QA Layouts Added: Options to set Forum, Topic and Post Content font size Added: Options to add custom CSS code Added: Russian (ru_RU) translation, many thanks to Dmitry Butkevich (WPNICE.RU) Added: Korean (ko_KO) translation, many thanks to Jeehwan Song Added: Czech (cs_CZ) translation, many thanks to Glados (The Witcher) Fixed Bug: Topic and Post layout don't changed after changing forum parent category Fixed Bug: Problem with https and www. websites Fixed Bug: Forums and Topics don't show up on the main page. Fixed Bug: Proble with post quote, HTML content. Fixed Bug: Problem with "Online Members" widget Fixed Bug: Before and after [wpforo-index] content. Fixed Bug: Forum is loaded on top of website, before theme header. We've added an option "Enable Output Buffer". This feature is useful if you're adding content before or after [wpforo-index] shortcode in page content. Also it useful if you see forum is loaded before website template, on top of front-end. New options in Forums > Settings > Styles admin page: | |||||
| Annoying empty space on top of most cross-posted topics in the forum. | 8 Relevance | 7 years ago | RealAct | How-to and Troubleshooting | |
| For some reason most of the time we get an empty space on top of topics that has been cross-posted from the blog, I'm not sure if this is a theme problem or what but it would be great if someone could help me fix it. you can see the problem at: I have also attached a screenshot of the problem. Thanks in advance! -Eli PS: Also images that has been centered in the blog never center in the cross-posted topics or answers. Attachment : empty-space.png | |||||
                
                    Page 7 / 7                
                                    
                         Prev