-
Content Count
1,892 -
Joined
Content Type
Profiles
Downloads
IPS4 Providers
Release Notes
IPS4 Guides
IPS4 Developer Documentation
Invision Community Blog
Forums
Store
Everything posted by Vince G.
-
What IPB Version are you running?
-
Yes. Yes.
-
Actually using the include/exclude feature will not work for displaying content only on the board index. so use this code in the block content and enter what you want to show instead of the 'BOARDS ONLY' and make sure the checkbox for Enable PHP is on. <?php $req = ipsRegistry::fetchRequest(); $isBoards = false; if($req['module'] == '' && $req['section'] == '') { $isBoards = true; } ?> <?php if($isBoards): ?> BOARDS ONLY <?php endif; ?>
-
it should be act=idx or act=index. the site url of the forum index is: site.com5/index.php?/index if you put that in the check url thing it will output act=idx
-
I think the problem is that you don't understand how the incude/exclude works. you need to put conditions on separate lines. your condition makes no sense what your conditions means is: If the current viewed forum is 1 AND the current view forum is 3 then include/exclude. What you probably want to do is to include/exclude the block when viewing forum #1 OR forum #3 which is done by doing this like so: showforum=1 showforum=3 the above will test as: If the current viewed forum is 1 OR the current viewed forum is 3 then include/exclude. Regarding the blocks, first of
-
Mod Updated. - 2.1 - Fixed issue with mobile skin not working when turning this modification on. (this fix applies to the IPB 3.2, 3.3, 3.4 versions) Mobile skin should work now.
-
Hey Cavadus, That comment about the premade blocks was for the older version of custom forum blocks. the new version comes with the following sample blocks: http://vadimg.com/wp-content/uploads/2012/12/index.html#sample I can see how this is frustrating and misleading and i should've removed that comment from the new topic so i'll try to add more samples of pre made blocks to the above link this week/weekend from the list you quoted above. I'll also take a look at the status update block to see what's wrong with it and if it shows any errors. What IPB version are you using?
-
Yeah unfortunately the above hack for the older version will not work in this case since you have no file edits in the newer version you won't find the above code. Jackflash, can you please PM me a link to you board so i can take a look at it really quick. Thanks.
-
I'm trying to think of a better way to do this, Still looking into this. I'll try to find a solution as soon as possible.
-
Hey jackflash, What do you mean by knocks out? I haven't tested this on a mobile version. I'm going to test this on a mobile version, If it causes issues i'm just going to disable it for the mobile skin.
-
if there is no default block then it will need to be coded. see http://community.invisionpower.com/topic/376162-download-im-custom-forum-blocks/?p=2361061
-
Is there a default sidebar hook that does that?
-
@ztg see http://vadimg.com/wp-content/uploads/2012/12/index.html#sample
-
http://vadimg.com/wp-content/uploads/2012/12/index.html#sample
-
@ztg don't know since the modification is a paid modification i can't access it.
-
@jackflash Can you make sure the setting "Display Board Index default sidebar?" is set to no? I've just tested this and WAS able to reproduce it but only when that setting is Yes. Thanks.
-
Mod updated to 2.0.1 - 2.0.1 - Fixed include/exclude pages bug, added {boards} to represent the board index page in the include/exclude pages Robert after downloading the new version. In the 'include' text box enter: {boards} no spaces and no new lines. Thanks.
-
This has a lot more features such as: - Allows you to set PHP/JS/HTML code within blocks - Position the blocks in 4 different places (top, bottom, left, right) - Allows you to display blocks for certain user groups - Allows you to display blocks only in certain pages/applications This is a more robust sidebar blocks application.
-
Great! Let me know if anything goes wrong. Thanks.
-
This modification is compatible with IPB 3.2.x as well. Tested on IPB 3.2.3
-
Will do. will test it this weekend. Thanks.
-
havent tested this with 3.2 so i'll have to try it out, i'm pretty sure it does. Regarding the placement of the blocks looking at the placement of the shoutbox the top blocks will appear above the shoutbox. Hope that helps.
-
You should get this:
-
Thanks Looking into that bug and suggestion.
-
Thank You.