Jump to content

Foolboy

Members
  • Posts

    154
  • 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

Everything posted by Foolboy

  1. Of course, I tried and reinstalling it many time with no luck. What could be a cause of this issue? It worked pretty fine on your previous theme version.
  2. Hello Taman, I noticed that you added the different article styles license to my account after the new Magnum theme update (thanks!), so I will use this thread to report issue related to the article style instead. After Magnum theme 2.0.0, I reinstalled this article style using the instruction provided in the application download page. (on my IPS 4.1.17.1 of course) After template and plug-in installation went successful, I found that on "S1 Two Column First Featured" template, it shows a fatal error on the article template (home page) like this: However, on the other templates, such as "S1 Two Column" or "S1 Three Column First Featured", it has no issue. Am I do anything wrong during the upgrade process? Thank you in advance for your support.
  3. EDIT: Never mind, it is working now. Thanks! Hello, Thank you for sharing this information. I attempted to follow your instruction on my server environment with a little bit different approach. (as I have Directadmin installed on my CentOS server instead of pure CentOS) Everything works fine, including the IPS FURLs, except tiny issues with CKEditor. On some areas that are loaded CKEditor asynchronously, such as Contact Us form or Status Update Widget, it is refused to load. However, it works fine on the other areas like Forum posting. Here is my nginx.conf # Auto generated nginx config file by DirectAdmin version 1.50.1 # Modifying this file is not recommended as any changes you make will be # overwritten when the user makes any changes to their website # For global config changes that affect all Users, see this guide: # http://help.directadmin.com/item.php?id=558 # For local config changes that only affect one User, see this guide: # http://help.directadmin.com/item.php?id=3 server { location / { try_files $uri $uri/ /index.php$query_string; } location ~^(/page/).*(\.php)$ { try_files $uri $uri/ /index.php$query_string; } location ~ \.php$ { try_files $uri =404; fastcgi_pass unix:/usr/local/php70/sockets/example.sock; fastcgi_index index.php; fastcgi_buffers 16 8k; fastcgi_buffer_size 16k; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } location ~ ^/applications/(birthdaygreeter|blog|calendar|chat|classifieds|cms|core|featuredcontent|forums|gallery|loginlogs|nexus|pokes|quizzes|spaciouswidgets)/interface/.*\.(?:php\d*|phtml)$ { allow all; } location ~ ^/(uploads|datastore|system|plugins)/.*\.(?:php\d*|phtml)$ { allow 127.0.0.1; deny all; } location ~ ^/applications/(birthdaygreeter|blog|calendar|chat|classifieds|cms|core|featuredcontent|forums|gallery|loginlogs|nexus|pokes|quizzes|spaciouswidgets)/.*\.(?:php\d*|phtml)$ { allow 127.0.0.1; deny all; } listen my.server.ip.address:80; server_name example.com www.example.com ; access_log /var/log/nginx/domains/example.com.log; access_log /var/log/nginx/domains/example.com.bytes bytes; error_log /var/log/nginx/domains/example.com.error.log; root /home/example/domains/example.com/public_html; index index.php index.html index.htm; include /usr/local/directadmin/data/users/example/nginx_php.conf; include /etc/nginx/webapps.conf; } server { location / { try_files $uri $uri/ /index.php$query_string; } location ~^(/page/).*(\.php)$ { try_files $uri $uri/ /index.php$query_string; } location ~ \.php$ { try_files $uri =404; fastcgi_pass unix:/usr/local/php70/sockets/example.sock; fastcgi_index index.php; fastcgi_buffers 16 8k; fastcgi_buffer_size 16k; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } location ~ ^/applications/(birthdaygreeter|blog|calendar|chat|classifieds|cms|core|featuredcontent|forums|gallery|loginlogs|nexus|pokes|quizzes|spaciouswidgets)/interface/.*\.(?:php\d*|phtml)$ { allow all; } location ~ ^/(uploads|datastore|system|plugins)/.*\.(?:php\d*|phtml)$ { allow 127.0.0.1; deny all; } location ~ ^/applications/(birthdaygreeter|blog|calendar|chat|classifieds|cms|core|featuredcontent|forums|gallery|loginlogs|nexus|pokes|quizzes|spaciouswidgets)/.*\.(?:php\d*|phtml)$ { allow 127.0.0.1; deny all; } listen my.server.ip.address:443 ssl; server_name example.com www.example.com ; access_log /var/log/nginx/domains/example.com.log; access_log /var/log/nginx/domains/example.com.bytes bytes; error_log /var/log/nginx/domains/example.com.error.log; root /home/example/domains/example.com/private_html; index index.php index.html index.htm; ssl on; ssl_certificate /usr/local/directadmin/data/users/example/domains/example.com.cert.combined; ssl_certificate_key /usr/local/directadmin/data/users/example/domains/example.com.key; include /usr/local/directadmin/data/users/example/nginx_php.conf; include /etc/nginx/webapps.ssl.conf; } I would appreciate for any help on this. Thank you in advance for your supoort. My VPS server specification: CPU: 6 vCore RAM: 20 GB OS: CentOS 6.0 x64 CP: Directadmin 1.50.1 PHP: 7.0.13
  4. Thank you very much. For the records, this issue did not occurred on 1.0.6 since most of my members are only has a single member group, including me. It will not occred when you select "All Groups" in the "Who can see?" setting. (Obviously )
  5. Hi Taman, I just uploaded your new theme version and found that the permission did not detect correctly in case that the user do not have a secondary group and the slider permission select only some member groups including the primary group of that user. For example, Let's say I am a member of Administrators group and have no secondary group. Then, create a slider and select all groups except "Guests" in the "Who can see?" setting. The slider will not show for my user as intended. However, if I assigned my user into the "Members" group as secondary, the slider will then showed up. Please help.
  6. I upgraded from 1.0.5 to 1.0.6 using "Upload a new version" function. (IPS 4.1.16.1) The upgrade went smoothly. My custom CSS is still working with the new theme version. No problem so far. The footer area looks much cleaner. The new slider permission setting is pretty useful too. Thanks for the update!
  7. I'm glad to hear that you have an update plan for this plugin. Format fix for the forum's dual stat is highly recommended, as I have to use Friendly Number Format plug-in from Mike John to resolve its consistency whle handling long digit. Prevent shrinking profile's cover photo on moview view issue that I reported earlier is also need a fix but I can wait for that. Also recommended Spacious ACP for anyone. It's the best ACP dashboard widgets ever and you will gonna love it.
  8. Sending to you now. Please note that this issue is occuring on the ACP of admin who is already dragged out your widget into the dashboard (like mine). The admin account that I sent to you did not encountered this problem yet.
  9. Hello @Flitterkill, I added /proc into the open_basedir value and it did fixed the issue. Thank you very much. I also confirm your recommendation on configuring the site on SM and it is now showing all three sites as it should be. Thank you again. However, when I upgrade the new widget version to my community's application. I am unable to access AdminCP's dashboard anymore. It's showing HTTP 500 error. I have to disable/uninstall your widget to gain access again. Please help.
  10. If this is about changing my open_basedir variable on the php.ini, can you guide me what value I need to include instead? Will this issue resolve if I add "/proc" into this variable? Thank you. I currently using PHP 7.0.11 and below is the value currently set on the open_basedir variable of my hosting: /home/mywebsite/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php70/lib/php/
  11. Hi. I just bought your ACP widget/theme and love it! Thank you very much for bringing these pretty neat feature to my ACP. However, I would like some help from you regarding to the system overview widget: Although you already stated that you will not give a refund for this widget display problem (and I accept that), this issue I encountering on my community's ACP right now should not occurred like this. I currently running my community of a fully managed VPS (LAMP Managed by Directadmin on CentOS 6.1) with root access and have no clue why your widget is unable to retrieve these information from my server. Can you help me on this? Also, I could not added a third site to be compared on SimilarWeb. It is already added in the setting but did not showed on the widget. Tried to clear cache and even restart VPS with no luck...
  12. Hi. It's just a normal page load. However, on a particular topic that have more than one page, these hash number has been disappeared when I changed the page and showed the post count correctly. (e.g. 4.2k) This issue is occur on the total post count message on top of each topic (X posts on this topic) as well and will disappear when changing the page. Other than that, the rest part of the forum are showing the number format perfectly.
  13. Hello, I found that the member's post count is showing incorrectly like this. Please help.
  14. Many thanks for your fix! I will contact the kitchen sink dev soon but I discovered the hook code on their plug-in that changed your pretty search svg to FontAwful icon and manually change it. So I am now removed the previous theme version and using 1.0.5. However, when I reinstalled the page template, I cannot see the Footer_Ariticles and Magnum_Slider on the block plugin templates. Is this result correct? Thank you.
  15. It was my fault! Thank you very much for your suggestion, now my homepage looks fabulous! I will write a 5-star review soon afterwards. About your question, I can't see any option on the Kitchen sink that is linked to the search icon but there are some options as shown in screenshots below that can alter the looks of header and menu of my community.
  16. It's a complicate thing indeed. I found the cause of the search icon issue on 1.0.4; it caused by the Kitchen Sink since it does not showed FontAwesome when I disabled that plugin. Still confused why this does not happened on 1.0.3. So, I have to stick with 1.0.3 at this moment and have a quick question as follows: I attempted to enable Article Slider by following the instruction on your theme settings here: To make the slider articles work, You will need to create a block feed of "Pages" Database. 1.ACP > Pages > Blocks > Create New Block > Feed from articles/or any other database :) > Next... 2.Name the Template Key to Magnum_Slider_1 3.Click on Content tab and change the Default template to Magnum_Slider But nothing is appeared to the slider. It showed only page background. Could you suggest what do I missed here? Thank you. Below is my database settings:
  17. Hello. Sorry to bother you again but I have a question; does the page template in Magnum 1.0.4 is compatible with Magnum 1.0.3 theme? I did not made a backup of the page template from 1.0.3 when I attempting to install a new version. I also cannot retrieve 1.0.3 version from the marketplace as well. Thank you for your answer.
  18. I mean Kitchen Sink does worked perfectly with your previous theme version (1.0.3) and it does not affected any of your theme layout and settings. It is indeed still working on 1.0.4 too except that search icon changes, which may caused by the Kitchen Sink in my opinion. (I using the latest version (10) of Kitchen Sink) I am currently staying with my customization of Magnum 1.0.3 and awaiting for your next version to be released before trying to upgrade and see if the Kitchen Sink (and (BIM41) Featured Content; it's only two plugins I currently using right now) still working. So, for your question, nope it's still working.
  19. I indeed using a plug-in (Kitchen Sink and (BIM41) Featured Content) on my community. Surprisingly that it does not affected your previous theme version. I will try to reinstall that plug-in again when the next theme version (1.0.5?) has been released. I wish I could upgrade your theme rather than reinstall the new one again but that's okay. I will try to remake all of my custom changes again. Thank you for your reply. Cheers!
  20. Hello Taman, I found that you changed the search button from svg to FontAwesome. This changes made an icon layout to not align properly. Will it cause any problem if I copied the svg code section from 1.0.3 to 1.0.4. Also, I would like to ask how to upgrade this theme from the previous version without deleting the existing one because I already heavily modifled your theme to match with my community preference. Thank you. My Current Version (1.0.3) New Version (1.0.4)
  21. Hello, I recently bought your plugin a few days ago and currently playing witth it. I think it is very useful customization tools for any community admin. Thank you for developed this plugin. I would like to report one bug I found on your plugin; I found that the option to enlarge member profile's cover picture is not working on mobile / tablet view. It is also produce a strange behavior when attepmted to view member's activity as well. Please see attached screenshot for more info. Thank you.
  22. Hello, IPS Staff has responsed to my request and already resolved the template issue in my community. I am able to delete those duplicate templates by now and upload your new theme version without hassle. I will let you know for any update and issue. Thank you.
  23. Hello again, Just a quick question. I would like to know do I always need to update the IP.Pages template file everytime the new version of theme came out? If yes, do I need to manually remove the old template as well? I recently encountered an issue while I upload the new template file into my template list without removing the existing one. It create a new one with the date prefix. However, I am unable to remove that duplicate template as it does not showed any dialog options to delete it. Anyway, I already opened service request via IPS Client area as it seems to be their system bug. Thank you in advance for your answer.
  24. Hello, I was stumbled upon my existing theme figured out how to make the article page look nice until I found your theme posted in the marketplace. I used only 1 minute before made decision to bought your theme. It looks amazing! So much potential for the news and articles-driven community like mine. I am intending to replace my existing theme with this one soon! One more suggestion; Is it possible to add the "up" button to display on the bottom right of the screen, so the user can easily scroll up to the page header, especially for mobile and tablet user? Thank you for this gorgeous themes!
×
×
  • Create New...