Jump to content


Feature Requests


27 replies to this topic

#1 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 09 December 2008 - 07:56 PM

Dear Community,

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 Psy

    Newbie

  • Active Member
  • Pip
  • 11 posts

Posted 14 January 2009 - 02:20 PM

Hey Matthias. In the BB Code class, is it possible to make the the html2bbcode function convert emoticons from
CODE
[img]emo_url[/img]
to the regular emoticon code such as
CODE
:D
?

Thanks.

#3 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 14 January 2009 - 03:05 PM

Hi Psy,

this is a bug in IPBWI, please make this, to fix it instantly: Open ipbwi.inc.php in your editor, search for
CODE
'/ emoid=\"(.*)\"/U',


and replace with
CODE
//'/ emoid=\"(.*)\"/U',


#4 Psy

    Newbie

  • Active Member
  • Pip
  • 11 posts

Posted 15 January 2009 - 12:32 AM

QUOTE (Matthias Reuter @ Jan 14 2009, 14:05) <{POST_SNAPBACK}>
Hi Psy,

this is a bug in IPBWI, please make this, to fix it instantly: Open ipbwi.inc.php in your editor, search for
CODE
'/ emoid=\"(.*)\"/U',


and replace with
CODE
//'/ emoid=\"(.*)\"/U',


Thanks Matthias, that solved the problem. laugh.gif

#5 Pete

    Newbie

  • Active Member
  • Pip
  • 21 posts

Posted 12 March 2009 - 10:51 AM

Calendar functions - I see they were on the roadmap for 1.7.4 but haven't yet made it into a release yet as far as I can see?

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 brainforge

    Rookie

  • Active Member
  • 2 posts

Posted 29 March 2009 - 03:03 PM

Great stuff, however, we have implemented our own class which extends the IPWI class so we have somewhere to put our own additional functionality without changing your code.

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 Jan Ecker

    Labertasche

  • Active Member
  • PipPipPip
  • 276 posts
  • Gender:Male
  • Location:Neuwied

Posted 06 April 2009 - 07:45 AM

Hi brainforge,

I think we will find a way to make this easier for you!

#8 britt

    Rookie

  • Active Member
  • 1 posts

Posted 22 August 2010 - 05:11 PM

I have a site using OScommerce 2.2 and need it integrated with our forum that uses IP.Board. What I am looking for is when a user is logged into one, he is logged into the other. This way he doesn't have to login multiple times.

Can IPBWI do this, or is this something that will be added later?

#9 Dejin

    Newbie

  • Active Member
  • Pip
  • 11 posts

Posted 05 November 2010 - 03:21 AM

britt, this is about single sign on technology. You can read about Single Sign on by clicking here

#10 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 05 November 2010 - 05:37 AM

Hi Dejin,

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 Hunterok

    Rookie

  • Active Member
  • 6 posts

Posted 18 February 2011 - 12:46 AM

Hi!
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 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 18 February 2011 - 12:38 PM

View PostHunterok, on 18 February 2011 - 12:46 AM, said:

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.

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?

View PostHunterok, on 18 February 2011 - 12:46 AM, said:

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.

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 Hunterok

    Rookie

  • Active Member
  • 6 posts

Posted 18 February 2011 - 02:34 PM

Matthias Reuter
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 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 18 February 2011 - 03:23 PM

what do you think about this feature: IPBWI for Wordpress is retrieving blog post's category and autocreates a subforum with same name in blog's discussion category? The Discussion Topic will automaticly created in this category? This feature would be convenient and flexible, too, but it would limit the hierarchy to 1-tier-categoryzing in several subforums.

#15 Hunterok

    Rookie

  • Active Member
  • 6 posts

Posted 18 February 2011 - 03:52 PM

View PostMatthias Reuter, on 18 February 2011 - 03:23 PM, said:

what do you think about this feature: IPBWI for Wordpress is retrieving blog post's category and autocreates a subforum with same name in blog's discussion category? The Discussion Topic will automaticly created in this category? This feature would be convenient and flexible, too, but it would limit the hierarchy to 1-tier-categoryzing in several subforums.

I think that its much better then nothingPosted Image But that will be good if you'll add choice - post to forum or don't post at all.
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 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 18 February 2011 - 04:08 PM

ok, I put this on my todo list, but I can not give you a timeline when it's finished.

#17 Hunterok

    Rookie

  • Active Member
  • 6 posts

Posted 18 February 2011 - 05:10 PM

View PostMatthias Reuter, on 18 February 2011 - 04:08 PM, said:

ok, I put this on my todo list, but I can not give you a timeline when it's finished.

Its ok. Thanks a lot for your great job)

#18 lifestyle

    Rookie

  • Active Member
  • 4 posts

Posted 29 March 2011 - 01:20 PM

Joomla integration will be great ;)

#19 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 29 March 2011 - 05:28 PM

Joomla integration can be developed, but unfortunately I can not do this for free. If someone decides to order this feature from me, it'll cost about 500 - 2.000 EUR (depending on the effort).

#20 memdev

    Rookie

  • Active Member
  • 1 posts

Posted 01 April 2011 - 10:09 AM

Hello Matthias,

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