Jump to content

2002faq

Clients
  • Posts

    272
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by 2002faq

  1. That will be great! I also noticed that users that are no longer part of the forum and their posts are listed from Guest Anonymous have author set

    "author": {
      "@type": "Person",
      "name": "Anonymous",
      "image": "https://www.bmw2002faq.com/uploads/css/set_resources_34/84c1e40ea0e759e3f1505eb1788ddf3c_default_photo.png"
      },
  2. I noticed that on Articles and other location on the site the author is presented in the following manner

    "author": {
    "@type": "Person",
    "name": "steve k.",
    "image": "//uploads.bmw2002faq.com/monthly_2018_11/imported-photo-32029.thumb.jpeg.6f0c7eb8386d28827d9d1b2213d3e17e.jpeg",
    "url": "https://www.bmw2002faq.com/profile/32029-steve-k/"
    },

    On the topics, the author of the topic is only presented as

    "author": {
    "url": "https://www.bmw2002faq.com/profile/32029-steve-k/"
    },

    Is it possible to add other information and make it look the same as in the Pages application so that an author is always has @type and name

    Google Structured Data testing tool reports lack of "name" as an Error.

    "publisher" data is also missing.

    Example test 

    https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fwww.bmw2002faq.com%2Fforums%2Ftopic%2F259611-things-look-different%2F

    Thank you,
    Steve K.

  3. On 5/28/2019 at 7:53 AM, GreenSock said:

    I noticed a few problems:

    1. I can't seem to whitelist certain member groups. For example, a moderator just got blocked (no idea why). I wish I could whitelist groups. Maybe I missed how to do it? 
    2. When I tried to find that moderator in the list of blocked users, I sorted by "disabled" (date), assuming his would be toward the top (most recent). It didn't show up at all in the list. Then I searched by his username and BOOM, there he was. Something seems very wrong with the column sort feature.
    3. Is there any way to discern WHY a user was blocked exactly? I'm trying to troubleshoot this moderator who got blocked after years of using our forums.  

     

    1 hour ago, GreenSock said:

    Still no answer? 😞

    I just had a few moderators (who had been members for years) blocked. It seems to have started randomly asking people to re-enter their email (which is what led to one of the moderators getting blocked). Something seems very wrong with Mail Bouncer at this point, and I'm going to have to disable it for now for fear that I'm losing customers/users. I hope it gets fixed soon. 

     

    Who do you use for sending mail? SparkPost has a suppression list that can be searched by email address. That will tell you why the email was blacklisted. 

    I've been using this software for a while, but after IPB switched from using native API for SparkPost and switched to SMTP, i had email addresses added to suppression list but not acted upon by MailBouncer.  When i added https://invisioncommunity.com/files/file/9078-sparkpost-integration/ mailBouncer found all suppressed email addresses and thus users received the notices. I had to manually remove them from the suppression lists.

    steve k.

  4. On 9/4/2018 at 7:05 PM, Mike John said:

    As your creating the event or in the club settings?

    Sorry it took this long to reply. I think a default setting per Club would be good, so all Events in the Club calendar will get posted to a specific forum.

    Than you,

    steve k.

  5. When i go to the settings for the Aplication i get the following errod

    OutOfRangeException:  (0)
    #0 /home/skupper/www.bmw2002faq.com/system/Node/Model.php(1063): IPS\Patterns\_ActiveRecord::load(3)
    #1 /home/skupper/www.bmw2002faq.com/system/Node/Model.php(1080): IPS\Node\_Model->parent()
    #2 /home/skupper/www.bmw2002faq.com/system/Content/ClubContainer.php(334): IPS\Node\_Model->parents()
    #3 /home/skupper/www.bmw2002faq.com/system/Helpers/Form/Node.php(244): IPS\forums\_Forum->parents()
    #4 /home/skupper/www.bmw2002faq.com/system/Helpers/Form/FormAbstract.php(264): IPS\Helpers\Form\_Node->html()
    #5 /home/skupper/www.bmw2002faq.com/system/Helpers/Form/Form.php(415): IPS\Helpers\Form\_FormAbstract->rowHtml(Object(IPS\Helpers\Form))
    #6 /home/skupper/www.bmw2002faq.com/applications/feedback/modules/admin/settings/settings.php(105): IPS\Helpers\_Form->__toString()
    #7 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Controller.php(96): IPS\feedback\modules\admin\settings\_settings->manage()
    #8 /home/skupper/www.bmw2002faq.com/applications/feedback/modules/admin/settings/settings.php(35): IPS\Dispatcher\_Controller->execute()
    #9 /home/skupper/www.bmw2002faq.com/system/Dispatcher/Dispatcher.php(146): IPS\feedback\modules\admin\settings\_settings->execute()
    #10 /home/skupper/www.bmw2002faq.com/admin/index.php(14): IPS\_Dispatcher->run()
    #11 {main}

    IPB 4.3.3 Feedback 2.2.7

    The application seems to be functioning properly otherwise.

    Thanks,

    Steve K.

  6. On 4/30/2018 at 10:01 AM, opentype said:

    No. Even a database without categories has a category listing view. But you can choose to have a frontpage view, which works differently and always has. The way it is now was the stock IPS template functionality when SuperGrid first came out. That’s why it’s still this way. I just based it on what IPS did. 

    If you need the mobile button, you can give me temporary admin access and I add it in for you. But I will not release a new version just for this. The plugin has 300 clients and they would all need to go through the trouble of installing a new version just for this tiny change, which isn’t even a bug. 

     

    Thank you, i will probably ask when after the upgrade to 4.3

     

    Also found an issue with Closslinking in a record.

    there is a variable set in the 'record' template (under RecordDisplay): 

    {{$infoLineShown = FALSE;}} 

    It needs to be inside the for loop

     

    		{{if $records = $record->getReciprocalItems()}}
    			<br>
    			{{foreach $records as $fieldId => $items}}
                    {{$infoLineShown = FALSE;}}
    				<ul class="ipsList_inline ipsList_csv ipsList_noSpacing">
    				{{foreach $items as $item}}
    					<li>{{if ! $infoLineShown}}{{$infoLineShown=TRUE;}}{lang="records_linking_to_me" sprintf="$item::database()->recordWord(0,TRUE), $record::database()->recordWord(1)"}: {{endif}}<a href="{$item->url()}">{$item->_title}</a></li>
    				{{endforeach}}
    				</ul>
    			{{endforeach}}
    		{{endif}}

     

    Currently it is 

    		{{if $records = $record->getReciprocalItems()}}
                {{$infoLineShown = FALSE;}}
    			<br>
    			{{foreach $records as $fieldId => $items}}
    				<ul class="ipsList_inline ipsList_csv ipsList_noSpacing">
    				{{foreach $items as $item}}
    					<li>{{if ! $infoLineShown}}{{$infoLineShown=TRUE;}}{lang="records_linking_to_me" sprintf="$item::database()->recordWord(0,TRUE), $record::database()->recordWord(1)"}: {{endif}}<a href="{$item->url()}">{$item->_title}</a></li>
    				{{endforeach}}
    				</ul>
    			{{endforeach}}
    		{{endif}}

     

    Not sure how many people this effects, but could be good for the future.

  7. On 4/26/2018 at 10:52 PM, opentype said:

    Usually, you are supposed to open a category first, like in the forums. There you will find the button both in desktop and mobile.

    There is an extra desktop button on the frontpage currently. I will consider how to deal will that in a future release. Maybe I add a mobile button. Maybe I remove the desktop button. Not sure yet. For now this is intentional. 

    I have Databases that do not have categories, so only allowing to add items from Category will break front end functionality.  At the moment, IPB allows to add items from the main DB page.  Also, i think your other template, "SuperDocs has the button in both Mobile and Desktop view.

    Thanks,

    Steve K.

  8. 5 minutes ago, Nathan Explosion said:

    Now that is going to be a bit more difficult - the ad is placed between paragraphs, not within a paragraph. If you can come up with a html example of what you want to achieve, then I can take a look to see if it's possible here.

    I think something with a float tag and margins 

    float: right, or float: left. users choice and then a margin to pull away from the text.  Can start at the next paragraph after the number of paragraphs already defined.

    Similar to:

    http://www.espn.com/nfl/draft2018/story/_/id/23041561/josh-rosen-answers-nfl-critics-ucla-quarterback-tom-brady-ncaa-2018-draft

     

    318661941_Screenshot2018-04-1008_39_24.thumb.png.579ded4860f2a44474034f2eb705d191.png

  9. On 3/16/2018 at 6:33 PM, onlyME said:

    It will be updated in next version.

    Thank you!  Works great!  

    Any chance you can add other IPB applications to the list in the near future? Blogs and calendar events would be great!

    Steve K.

  10. Love all the templates that you have created. They are throughout my site.

    I would like to ask for a couple new features.

    1. Another template set for the Blogs and possibly Gallery.

    2. Ability to replace one of the squares in the grid with an ad. Choices that are already there or a custom ad tag.

  11. Feature requests. Will be helpful to those  who are migrating from forum based groups to clubs

    Invite/add member to a club from the Pop up Profile Card

    Invite/add all member that participated in a discussion in a specific forum or topic to a club

    thank you!

×
×
  • Create New...