Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 22, 20168 yr The actual settings page, cannot remember where it was supposed to be, so when you answer this reply an image will be uploaded. Best regards, Prins.
June 23, 20168 yr Author On 23/06/2016 at 7:02 AM, Geryha said: The actual settings page, cannot remember where it was supposed to be, so when you answer this reply an image will be uploaded. See ACP > Customization tab > Portal > Settings.
June 25, 20168 yr On 24.6.2016 at 1:39 AM, Mike John said: See ACP > Customization tab > Portal > Settings. Here you go :-) Edited June 25, 20168 yr by Geryha EDIT: Sorry for late reply - Thanks.
June 27, 20168 yr Author On 26/06/2016 at 6:18 AM, Geryha said: Here you go :-) I would try a complete uninstall and then re-install again. If it's still not working, I'll need board login details to troubleshoot further.
July 6, 20168 yr Hello, I have just updated to the latest version of your excellent product and it has changed the way a post is shown on the main part of the portal so that the date format is a little weird. An image will show this better than I can describe it: Any idea how to fix this? You can see this happening on our website here - www.drobnovia.com Regards, Andy Edited July 6, 20168 yr by Azoun
July 9, 20168 yr On 7/7/2016 at 9:05 AM, Azoun said: Hello, I have just updated to the latest version of your excellent product and it has changed the way a post is shown on the main part of the portal so that the date format is a little weird. An image will show this better than I can describe it: Any idea how to fix this? You can see this happening on our website here - www.drobnovia.com Regards, Andy I produce the same error.. Also is it possible to Truncate and include the image?
July 12, 20168 yr Author On 07/07/2016 at 9:05 AM, Azoun said: Any idea how to fix this? You can see this happening on our website here - www.drobnovia.com On 09/07/2016 at 2:10 PM, Caiden Spencer_321044 said: I produce the same error.. I haven't had a chance to test the latest version but noted this bug for the next version. I'll need acp login details if you want me to patch this manually. On 09/07/2016 at 2:10 PM, Caiden Spencer_321044 said: Also is it possible to Truncate and include the image? Not in this version but I do have some code for the next version that can include the first image within a post and also have truncate enabled. 22 hours ago, ToeJam said: Can I use this portal with 4.1.13.2? Should be fine, no major reported issues yet.
July 12, 20168 yr 1 hour ago, Mike John said: I haven't had a chance to test the latest version but noted this bug for the next version. I'll need acp login details if you want me to patch this manually. Sent details via PM.
July 13, 20168 yr Hi, can't find the menu point at customization for editing items after installation at the latest IP Board version. Is there anything I can do?
July 13, 20168 yr On 12/07/2016 at 3:56 AM, Mike John said: I haven't had a chance to test the latest version but noted this bug for the next version. I'll need acp login details if you want me to patch this manually. Hi, If you just send me a pm with the file changes etc I'm sure I can do it and it saves you time too
July 14, 20168 yr 15 hours ago, Azoun said: Hi, If you just send me a pm with the file changes etc I'm sure I can do it and it saves you time too http://www.devfuse.com/forums/tracker/issue-1482-portal-0-in-byline-text/ Manual Patch: Open theme editor > portal > front > browse > topicRow Find and Remove: {$topic->comments(1)->post_key}
July 14, 20168 yr On 25.06.2016 at 10:18 PM, Geryha said: Here you go :-) Hi, I have the same issue. No Portal menu at the customization tab. Thanks, gweny Edited July 14, 20168 yr by gweny25
July 14, 20168 yr Have it up and seems to work fine. Is there a way to set up blocks on both the right and left side of the center? I like Unreal Portal and used to have that so trying to get something that would have block on both sides. Awesome mod thanks!
July 15, 20168 yr Author On 13/07/2016 at 8:13 PM, gweny25 said: Hi, can't find the menu point at customization for editing items after installation at the latest IP Board version. Is there anything I can do? In ACP > System tab > Menu Manager? Or are you referring to somewhere else? On 13/07/2016 at 11:46 PM, Azoun said: If you just send me a pm with the file changes etc I'm sure I can do it and it saves you time too Patch can be found here. 5 hours ago, ToeJam said: Have it up and seems to work fine. Is there a way to set up blocks on both the right and left side of the center? I like Unreal Portal and used to have that so trying to get something that would have block on both sides. I've actually looked into this recently and until IPB4 includes a better way to setup a left side widget area, this is unfortunately not possible.
July 15, 20168 yr 15 hours ago, Mike John said: In ACP > System tab > Menu Manager? Or are you referring to somewhere else? Patch can be found here. Many thanks
July 16, 20168 yr solved the issue. It's strange, to have to give myself as an admin permissions for that in ACP. So you would need 2 admins to give permissions for each one.
August 1, 20168 yr Author On 28/07/2016 at 2:21 PM, Caiden Spencer_321044 said: Any update on Truncating posts feauting images? Not yet, I'm going to see if IPB 4.1.4 breaks any apps before putting out some mod updates.
August 12, 20168 yr Hi Mike, Is there any way in the portal to display for each post the number of views the article has had? Bottom right of the post? Thanks in advance~!
August 16, 20168 yr Author On 12/08/2016 at 3:09 PM, Caiden Spencer_321044 said: Is there any way in the portal to display for each post the number of views the article has had? I'll note this for the next version but if you wanted to include something temporarily. View this edit on how to add content to the topic row. Adding something like this should work, (Haven't tested yet) <li>{number="$topic->views"} Views</li> Edited August 16, 20168 yr by Mike John
August 17, 20168 yr 23 hours ago, Mike John said: I'll note this for the next version but if you wanted to include something temporarily. View this edit on how to add content to the topic row. Adding something like this should work, (Haven't tested yet) <li>{number="$topic->views"} Views</li> This worked... is it possible to put it on the right side ? How would I do this in CSS?
August 17, 20168 yr Author 1 hour ago, Caiden Spencer_321044 said: This worked... is it possible to put it on the right side ? IPB4 includes a css class that may be of use here. <li class='ipsPos_right'>{number="$topic->views"} Views</li>