
balazsp
+Clients-
Content Count
76 -
Joined
-
Last visited
Content Type
Profiles
Downloads
IPS4 Providers
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Forums
Store
Everything posted by balazsp
-
Thank you. So.. when I described what I want to achieve with the mod, Nathan told me it was possible, you did not correct him and even confirmed it: "Edit choosen template to be used by group X. Then using my mod assign 'bots' to that group. That's all." it actually meant that I can only assign a specific theme to bots if it is already the default theme? Or did I misread something? Don't get me wrong, I still think is a good plugin (learned a few things from reading the source), but I'd greatly appreciate if you could demo your statement above on your demo board with any cloned s
-
I did change the useragent in the browser, but the still the default skin came up, not the one I assigned to the Bot group. I am using (DP44) Bot Group 2.0.0.
-
Thanks and I get it is a built-in IPS4 requirement. My issue is that for example Google Insight still shows the default theme instead of the Bot theme - so I am not sure how I can even verify that the plugin is working.
-
Quick question: will the 'Default Front-end Theme' setting override the group selection? I assigned the group bot in the plugin: edited the theme Bot to use for it for the Bot group excluded the Bot group from my default theme and when I try to save it, I have to set my default theme as default, otherwise I get this error: and google insight still shows the default theme instead of the Bot theme: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Flfg.hu%2Fforum%2F&hl=en&tab=mobile
-
Thank you @bfarber, but are the devs selling their plugins via the marketplace forbidden to share their xml file? (Talking about PMs here, not other private exchanges.)
-
@bfarber Could you please confirm whether devs are allowed to send the install xmls in private if I purchased a plugin? Thank you in advance.
-
Thank you both. Have a great day!
-
May I ask how? I don't want all guest visitors to have the plain theme, only the bots. Thank you in advance.
-
I want googlebot (and maybe other SE crawlers) to use a plain, almost text-only like theme so indexing is fast and efficient, while giving users a more heavy, feature and js rich theme for UX. So you can confirm it is feasible? Thank you! 🙂
-
Can I assign a dedicated group to bots (with the group assigned to a single barebone theme) with this plugin? Thanks!
-
Thank you Paul. /I am trying to swallow how much more overhead work it is going to generate when doing any dev work that involves MP./ IMO that does not really work when I have a dynamic IP at home, and the locally managed domainname on the test VM is the same as my prod. How is IPS going to validate my test install? By IP/public domainname/domain configured in ACP? How often does this check occur? Just when downloading from MP? Also, I am not comfortable opening up my test env to the whole internet, is there an IP list/range for IPS addresses that I can whitelist on my fire
-
I have been with IPB since around 2002 and I have a large, prod forum with a site built around it and have an internal test site that is used for development and testing (with the _TESTINSTALL key). Since the latter cannot be accessed via the internet, I cannot even log on to the MP from my dev site to install and test plugins before deploying them in production. @bfarberCan you please advise how I can test the plugins I purchase (without them possibly messing up the prod env) before rolling out in prod? Please don't send me to the individual developers, I have been waiting for repl
-
Is there a script, hidden ACP menu, plugin or workaround to rebuild the thumbnails for all the files in the Download section? I just upgraded a site with about 600 files and even though 90% of them have images uploaded, barely 1/5 shows up on the download index page. Thanks in advance!
-
Thanks, found it: the permission matrixes for the awards were blank. Once I manually reconfigured the permissions, the awards became visible. Can you pls point me where those permissions are stored? I'd rather save myself the effort of manually checking those boxes for all my 40 awards. Thank you again!
-
The inspector does not have broken images.. On a user's profile (who has 6 awards in the mysql table), the award page says "There's nothing here yet."
-
No, the upgrade found the award images and they are displayed properly.
-
1. It is on an internal system, without internet access. but if you could let me know where else the given awards are stored outside the table PREFIX_awards_awarded, I'd be happy to take a look. I was and will be adding awards with direct SQL queries anyway, so it will be important to me to know where they are stored/cached. It is possible that the table has records that refers to users who may have been deleted from the system... Can you pls check on your end if this can be an issue? Thank you! 2, Thanks, the upgrade did not insert the lang strings from the old awards system: "lang_n
-
1. Installed the 2.0.1 and upgraded the awards from my IPB3.4 hq awards app. The awards are in new sql table as expected, but they don't show up anywhere. If I give an award to a user, it is written to that new sql table (appended to the old awards) and that new award is visible in posts/profile properly. What am I missing? 2. When I try to go to the Awards app in the menu, I get this error: [[Template awards/front/index/index is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] I am using fac
-
Trying to purchase iAwards... Cannot buy it on Marketplace, there is no payment processor configured on the official support site. Please let me know in PM if there is a way to buy this product and/or I can have access to the beta for 4.5. Thanks in advance!
-
It works, but need to change the $_GET[referer] to $_POST[referer] and use NOT base64 encoded url values <? $ref=(string) \IPS\Request::i()->url(); ?> and print ' <form accept-charset="utf-8" method="post" action=*****/forum/login/" data-controller="core.global.core.login"> <input type="hidden" name="referer" value="'.$ref.'">';
-
It looks like it was fixed on Marketplace... Can the plugin automatically recognize awards given via ipb3's "[hq] awards" or will it upgrade the old awards give? (Have 20k user, 10k awards already given - many of them were added manually) also, is it compatible with 4.5?
-
@Adriano Faria I too thank you for this plugin... 🙂 Is there a way to exclude the admin group from this block so they can still see the profile? TIA!
-
Just a quick question.. have been using iAwards for a long while... but that is not available now.. How hard is it to migrate from that to this app? Thanks!