Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
RooMac Posted July 27, 2016 Posted July 27, 2016 On 7/12/2016 at 8:59 AM, Gabriel Torres said: Hi. After upgrading to 3.1.7, there is a space missing between the prefix and the topic title in the "topic feed" block on our sidebar. This is very minor, but with the previous version this didn't happen. See screenshot. Thank you in advance. ACP > Customization > Appearance > Themes > Edit HTML & CSS (default theme) Templates > forums > front > widgets > topicFeed Find: <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'>{$topic->title}</a> Replace with: <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'> {$topic->title}</a> Save. System > Support > Support: clear system cache. @Ryan H. If you can analyze, I've just added a space between class='ipsDataItem_title'> and {$topic->title}
Ryan H. Posted July 27, 2016 Author Posted July 27, 2016 22 minutes ago, Peter Sowerby said: System > Support > Support: clear system cache. @Ryan H. If you can analyze, I've just added a space between class='ipsDataItem_title'> and {$topic->title} Thanks. If the CSSdisplay modes allow it...yeah, that would be an easy fix. I can do roughly the same change from the app. Will see about that for next update. RooMac 1
RooMac Posted July 27, 2016 Posted July 27, 2016 (edited) @Ryan H. Is there any chance we can enable/display the prefixes for postFeed as it is enabled for topicFeed ? If yes, how? Edited July 27, 2016 by Peter Sowerby
MadMaxMangos Posted July 27, 2016 Posted July 27, 2016 16 hours ago, Ryan H. said: Are you CIC or self-hosted? If self-hosted, are you running the latest version of IPS (4.1.13) and AT&P (3.1.7)? If so, can I get access (Admin and FTP) to check it out? PM http://privnote.com/ Self-hosted, will drop you a PM shortly.
Ryan H. Posted July 27, 2016 Author Posted July 27, 2016 2 hours ago, Peter Sowerby said: @Ryan H. Is there any chance we can enable/display the prefixes for postFeed as it is enabled for topicFeed ? If yes, how? It would require a hook at minimum. May or may not be involved beyond that. If that's a core widget, I'll look at it for next release.
RooMac Posted July 27, 2016 Posted July 27, 2016 1 minute ago, Ryan H. said: If that's a core widget, I'll look at it for next release. Yes, it's a core widget. Post Feeds Please update it in next release. BTW, when you're planning the next release to be rolled out?
Ryan H. Posted July 27, 2016 Author Posted July 27, 2016 20 minutes ago, Peter Sowerby said: Yes, it's a core widget. Post Feeds Please update it in next release. BTW, when you're planning the next release to be rolled out? I typically do them as the need arises, when the number of outstanding fixes hits a critical mass. Can be a while. We'll see though.
Gabriel Torres Posted August 1, 2016 Posted August 1, 2016 @Peter Sowerby Thanks for pointing me in the right direction. But I will wait for a new version, as this is a minor problem.
EJRav3n Posted August 1, 2016 Posted August 1, 2016 @Ryan H. I'm thinking about purchasing your Advanced Tags & Prefixes plugin. Are you working on an update? If yes, when will you deliver it?
Ryan H. Posted August 1, 2016 Author Posted August 1, 2016 25 minutes ago, EJRav3n said: @Ryan H. I'm thinking about purchasing your Advanced Tags & Prefixes plugin. Are you working on an update? If yes, when will you deliver it? I don't have anything underway except minor fixes. As I noted two posts above yours, I don't have an established release schedule.
Steph40 Posted August 3, 2016 Posted August 3, 2016 Hi, Is there a way to mass add prefixes to a whole download category? If so how? Steph
Ryan H. Posted August 4, 2016 Author Posted August 4, 2016 3 hours ago, Steph40 said: Hi, Is there a way to mass add prefixes to a whole download category? If so how? Steph I don't think so. The mass-add tool only covers Forums, and I don't think Downloads has saved actions.
ResPecT My Authoritah Posted August 15, 2016 Posted August 15, 2016 @Ryan H.hi every prefix i put in i use caps and when i save it.. it turns into lower case.. it wont recognise the case format.. how do i fix this?
Ryan H. Posted August 15, 2016 Author Posted August 15, 2016 4 hours ago, ResPecT My Authoritah said: @Ryan H.hi every prefix i put in i use caps and when i save it.. it turns into lower case.. it wont recognise the case format.. how do i fix this? Global 'Posting' settings, turn 'force tags to lowercase' to 'no'.
ResPecT My Authoritah Posted August 16, 2016 Posted August 16, 2016 8 hours ago, Ryan H. said: Global 'Posting' settings, turn 'force tags to lowercase' to 'no'. Thanks
Unlucky Posted August 16, 2016 Posted August 16, 2016 Hi google is reporting the following error message below and every 185 of the urls are connected to the tags such as... /tags/downloads/ /tags/gallery/ /tags/forums/ uk/search/?tags=car+red&sortby=newest&page=1 The google message is: Googlebot identified a significant increase in the number of URLs on http://www.net/ that should return a 404 (not found) error, but currently don't. This can cause a bad experience for your users, who might have been looking for a specific page, but end up elsewhere on your website. This misconfiguration can also prevent Google from showing the correct page in search results. How do we fix this?
Ryan H. Posted August 16, 2016 Author Posted August 16, 2016 5 hours ago, Unlucky said: Hi google is reporting the following error message below and every 185 of the urls are connected to the tags such as... /tags/downloads/ /tags/gallery/ /tags/forums/ uk/search/?tags=car+red&sortby=newest&page=1 The google message is: Googlebot identified a significant increase in the number of URLs on http://www.net/ that should return a 404 (not found) error, but currently don't. This can cause a bad experience for your users, who might have been looking for a specific page, but end up elsewhere on your website. This misconfiguration can also prevent Google from showing the correct page in search results. How do we fix this? Why would those URLs return 404s? Are they 404 pages? They shouldn't be. You didn't give any real URLs, so I can't exactly see for myself. At any rate, those are all core pages, part of the IPS suite itself, so you should try contacting IPS support if this is an issue.
ResPecT My Authoritah Posted August 17, 2016 Posted August 17, 2016 is there a way to put all avail prefixes to each forum instead of going in one by one and putting them in there
Ryan H. Posted August 17, 2016 Author Posted August 17, 2016 2 hours ago, ResPecT My Authoritah said: is there a way to put all avail prefixes to each forum instead of going in one by one and putting them in there No, not easily. You could do it in the database, but that's not ideal.
ResPecT My Authoritah Posted August 17, 2016 Posted August 17, 2016 2 minutes ago, Ryan H. said: No, not easily. You could do it in the database, but that's not ideal. Next update? *hint hint
Unlucky Posted August 18, 2016 Posted August 18, 2016 On 8/16/2016 at 4:05 PM, Ryan H. said: Why would those URLs return 404s? Are they 404 pages? They shouldn't be. You didn't give any real URLs, so I can't exactly see for myself. At any rate, those are all core pages, part of the IPS suite itself, so you should try contacting IPS support if this is an issue. Will pm you a list
JiigSaaw Posted August 23, 2016 Posted August 23, 2016 On 27/07/2016 at 6:04 PM, Peter Sowerby said: ACP > Customization > Appearance > Themes > Edit HTML & CSS (default theme) Templates > forums > front > widgets > topicFeed Find: <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'>{$topic->title}</a> Replace with: <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'> {$topic->title}</a> Save. System > Support > Support: clear system cache. @Ryan H. If you can analyze, I've just added a space between class='ipsDataItem_title'> and {$topic->title} @Ryan H. Hi, a litte question, do you support prefix in large block view ? We can see that this is working on sidebar view but, if they are positionned on forums view ? Thanks
Xelphos Posted August 24, 2016 Posted August 24, 2016 (edited) So I apparently have database errors, I assume this is because I updated to 4.1.14 which made changes to certain things with addons/plugins. I don't know exactly what the errors are, but this is what the support option in the ACP gives me: Quote There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are: ALTER TABLE `ipb_forums_forums` CHANGE COLUMN `require_prefix` `require_prefix` TINYINT NULL DEFAULT 0 COMMENT 'AT&P: Require a prefix' ALTER TABLE `ipb_forums_forums` CHANGE COLUMN `show_prefix_in_desc` `show_prefix_in_desc` TINYINT NULL DEFAULT 0 COMMENT 'AT&P: Show prefixes on index' ALTER TABLE `ipb_forums_topic_mmod` CHANGE COLUMN `topic_prefix` `topic_prefix` INT NULL DEFAULT -1 COMMENT 'AT&P: Topic prefix' Edited August 24, 2016 by Xelphos
Ryan H. Posted August 24, 2016 Author Posted August 24, 2016 13 hours ago, JiigSaaw said: @Ryan H. Hi, a litte question, do you support prefix in large block view ? We can see that this is working on sidebar view but, if they are positionned on forums view ? Thanks They should work there as well. If not, let me know. 5 hours ago, Xelphos said: So I apparently have database errors, I assume this is because I updated to 4.1.14 which made changes to certain things with addons/plugins. I don't know exactly what the errors are, but this is what the support option in the ACP gives me: Are you actually getting errors on your site? Or just when you run the support tool? If on your site, I need to see your error logs.
Recommended Posts