Feature Requests
#1
Posted 09 December 2008 - 07:56 PM
to give your feature requests a place to submit and make me the review easier, you'll have this topic to post your requests. So just submit your requests here. There is no guarantee that they will be implemented, but this will increase the chance for this. If you want a feature immediately and are willing to pay for it, just check the Sponsor's Page.
Kind regards,
Matthias
#2
Posted 14 January 2009 - 02:20 PM
Thanks.
#3
Posted 14 January 2009 - 03:05 PM
this is a bug in IPBWI, please make this, to fix it instantly: Open ipbwi.inc.php in your editor, search for
and replace with
#4
Posted 15 January 2009 - 12:32 AM
this is a bug in IPBWI, please make this, to fix it instantly: Open ipbwi.inc.php in your editor, search for
and replace with
Thanks Matthias, that solved the problem.
#5
Posted 12 March 2009 - 10:51 AM
Coupled with the blog and gallery functions, you could then easily give social groups (running clubs etc) their own events/blog/photos section on a website.
#6
Posted 29 March 2009 - 03:03 PM
This means that we have to comment out the last few lines in ipbwi.inc.php as they interfer with what we are doing. I.E.
/*
// start class
if(empty($ipbwi)){
$ipbwi = new ipbwi();
}else{
die('<p>Error: You have to include and load IPBWI once only.</p>');
}
*/
This is rather annoying as it partly defeats the object of not having to change your code.
Would be nice to have a value in defined in config.inc.php to control this:
define('ipbwi_AUTO_NEW','Y');
Then instead of having to comment out the code in ipbwi.inc.php we would have (i.e. the only file we would have to change is config.inc.php which we have to change anyway):
if(defined('ipbwi_AUTO_NEW)){
// start class
if(empty($ipbwi)){
$ipbwi = new ipbwi();
}else{
die('<p>Error: You have to include and load IPBWI once only.</p>');
}
}
#7
Posted 06 April 2009 - 07:45 AM
I think we will find a way to make this easier for you!
#8
Posted 22 August 2010 - 05:11 PM
Can IPBWI do this, or is this something that will be added later?
#9
Posted 05 November 2010 - 03:21 AM
#10
Posted 05 November 2010 - 05:37 AM
IP.Board's built in single sign on methods are a bit...simple. You are able to unleash the full power of single sign on using IPBWI. I am offering full customized integration and single sign on development as service and the wordpress SSO plugin as product. If you're a PHP expert, IPBWI would also would help you saving much time getting this developed by your own
Kind regards,
Matthias
#11
Posted 18 February 2011 - 12:46 AM
It will be very useful if you will add following stuff:
1) Add to "create new entry" page "Forum for Comments" dropdown menu like in "Topics" settings. So you can select the Forum in which the comment-topic will be created while adding entry. It's very useful for software digest, you can auto add news and topics in the same category, not only in 1 chosen.
2) Create checkbox called "Create topic with full story first post". Current topic autocreation is not flexible, it creates only 1 or 2 lines post, but not full text.
Sorry for my English :/
Edited by Hunterok, 18 February 2011 - 12:48 AM.
#12
Posted 18 February 2011 - 12:38 PM
Hunterok, on 18 February 2011 - 12:46 AM, said:
Do you mean that this forum selection option should be available with every wordpress post/page creation editor? Don't you think this could be annoying to select each time when a post or page in wordpress is created on which specific subforum the discussion topic should be created?
Hunterok, on 18 February 2011 - 12:46 AM, said:
I'm stripping all HTML tags and formatting from teasertext of wordpresspost when creating a discussion topic, because Wordpress HTML isn't compatible with IP.board HTML in posts. So the full text would not have any formatting or something else. Additionally, for Search-Engine-Optimization purposes, you should avoid duplicate content. So if you're inserting the full text of the wordpress post into discussion topic teaser, it will be duplicate content. Nevertheless, you are able to increase text length in IPBWi for Wordpres settings.
#13
Posted 18 February 2011 - 02:34 PM
Maybe you're right. I'll explain what I want. I want to make a news portal with a forum. If I post some program I want forum created a similar post with links to the program and I wish that people would discuss the program in this topic. If all the news will be created in one forum, it would be inconvenient. But I want to make different categories and subcategories for the fact that the forum would be easy to find everything you need. For example: the category of "program" and forums in it - "Office software", "Utilities", "Navigation, " etc. When I write, for example, "Google Maps", I wish that would have created the forum topic on the "Navigation" and so on.
Edited by Hunterok, 18 February 2011 - 02:35 PM.
#14
Posted 18 February 2011 - 03:23 PM
#15
Posted 18 February 2011 - 03:52 PM
Matthias Reuter, on 18 February 2011 - 03:23 PM, said:
I think that its much better then nothing
Maybe you can add some options in settings with a list of blog post categories and drop-down menus with ability to connect blog post category and forum to post.
Edited by Hunterok, 18 February 2011 - 03:55 PM.
#16
Posted 18 February 2011 - 04:08 PM
#18
Posted 29 March 2011 - 01:20 PM
#19
Posted 29 March 2011 - 05:28 PM
#20
Posted 01 April 2011 - 10:09 AM
in order to check a users login data, I had to extend your ipbwi_ips_wrapper class with the following code:
public function checkLogin($userid, $email, $password) {
$classToLoad = IPSLib::loadLibrary(IPS_ROOT_PATH.'sources/loginauth/ipconverge/auth.php', 'login_ipconverge');
$this->login_ipconverge = new $classToLoad($this->registry);
return ($this->login_ipconverge->authenticate(false, $email, $password) || IPSMember::authenticateMember($userid, $password));
}
We use IP.Converge to connect several IPBs. Is this way of validating the login information correct?
If not, could you point me in the right direction to just validate the login information and not to perform a real login?
It would be nice to have such a feature in a future IPBWI release.
Greets,
Manuel
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













