xfUser+ [Deleted]

Does this plugin currently support giving users permissions to do additional things on the forums? Like closing threads, editing titles and such or is that saved for a later release? What about changing user title functionality?

Is this currently just an image shop?
 
Does this plugin currently support giving users permissions to do additional things on the forums? Like closing threads, editing titles and such or is that saved for a later release? What about changing user title functionality?

Is this currently just an image shop?
Currently an image shop, I will be looking at several new features for v1.1 specifically username cosmetics, usergroup permissions, and possibly forum permissions.

yeah think so, and in future will username cosmetics.

Id like it to evolve into buying forum permissions too, also would like for members to be able to buy ability to add a smiley and buy inviteds for the invite addon
I would love to integrate with an invite addon but the problem is that there are no full addons that are free. Most invite addons cost money that I just have no interest in investing just to integrate and those creators have no interest in providing a free copy for the purpose of integration.
 
Hi,

added some football badges for members to purchase to show their fav team, but it doesn't show full size in a couple of places. I have noticed in the members profile where they can choose to show it in postbit or not and in the item tab that other users can view i their profile like in the picture

2z9e8hl.jpg


added this as an example the image is probably little bigger than I want to use, but for the display shown above image would need to be tiny to show full image
My work around for this was as follows,

In xfuserplus_inv_list I changed
HTML:
<dl class="messagecount"><dt>{xen:phrase xfuserplus_image}:</dt> <dd><img src="images/xfuserplus/items/{xen:raw $stock.item_img}" border="0" /></dd></dl>
To
Code:
<dl class="messagecount"><dt>{xen:phrase xfuserplus_image}:</dt> <dd><img src="images/xfuserplus/items/{xen:raw $stock.item_img}" border="0" style="height:31px; width:32px;" /></dd></dl>
and did the same in another template that uses this code too.

So now
zZtqWZ3.png

becomes
2013-05-23_23-38-59.png
 
My work around for this was as follows,

In xfuserplus_inv_list I changed
HTML:
<dl class="messagecount"><dt>{xen:phrase xfuserplus_image}:</dt> <dd><img src="images/xfuserplus/items/{xen:raw $stock.item_img}" border="0" /></dd></dl>
To
Code:
<dl class="messagecount"><dt>{xen:phrase xfuserplus_image}:</dt> <dd><img src="images/xfuserplus/items/{xen:raw $stock.item_img}" border="0" style="height:31px; width:32px;" /></dd></dl>
and did the same in another template that uses this code too.

So now
zZtqWZ3.png

becomes
2013-05-23_23-38-59.png
That is the fix I had in before, no idea why the size stuff vanished. Anyway, there will be a change to it where it will shrink the image but it will not get cut off.
 
Found a possible bug. cant delete a purchased item in admincp.

I purchased an item as a test but i dont want the item so tried to remove it, i presume its done in admin cp but when i go to

in xfuser > user stock

if i click any of the red X's to delete a puchased item it justs hangs, I have left it for over an hour but still just does same.

if i click an item in the list I get a db error

Undefined index: points_id
  1. XenForo_Application::handlePhpError() in xfUserPlus/ControllerAdmin/Index/Stock.php at line 35
  2. xfUserPlus_ControllerAdmin_Index_Stock->actionEdit() in XenForo/FrontController.php at line 310
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  4. XenForo_FrontController->run() in /home/useour/public_html/v2/admin.php at line 13
 
Found a possible bug. cant delete a purchased item in admincp.

I purchased an item as a test but i dont want the item so tried to remove it, i presume its done in admin cp but when i go to

in xfuser > user stock

if i click any of the red X's to delete a puchased item it justs hangs, I have left it for over an hour but still just does same.

if i click an item in the list I get a db error

Undefined index: points_id
  1. XenForo_Application::handlePhpError() in xfUserPlus/ControllerAdmin/Index/Stock.php at line 35
  2. xfUserPlus_ControllerAdmin_Index_Stock->actionEdit() in XenForo/FrontController.php at line 310
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  4. XenForo_FrontController->run() in /home/useour/public_html/v2/admin.php at line 13
Thanks I'll get that fixed ASAP.
 
Found a possible bug. cant delete a purchased item in admincp.

I purchased an item as a test but i dont want the item so tried to remove it, i presume its done in admin cp but when i go to

in xfuser > user stock

if i click any of the red X's to delete a puchased item it justs hangs, I have left it for over an hour but still just does same.

if i click an item in the list I get a db error

Undefined index: points_id
  1. XenForo_Application::handlePhpError() in xfUserPlus/ControllerAdmin/Index/Stock.php at line 35
  2. xfUserPlus_ControllerAdmin_Index_Stock->actionEdit() in XenForo/FrontController.php at line 310
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  4. XenForo_FrontController->run() in /home/useour/public_html/v2/admin.php at line 13
Fixed, forgot to remove a line of code. Will be check all files later to make sure I didn't make this mistake again.
 
The existing data required by the data writer could not be found.
Well that is quite odd. Just cease use of the stock for now, I'm redoing it for v1.1 anyway to where stock is controlled from your own item listing and the ACP.
 
Just wanted to let everyone know that I am putting all work on hold until XF1.2 is released. I have a lot of changes that will improve performance and eliminate unnecessary calls with the new template system.
 
I'll add that to the next release. I'm going to install 1.2 and make sure everything works fine before I get an update out with the permissions and your suggestions.
 
Working on an XF 1.2 update and the final XF 1.1 update should be released in 2 weeks that starts the user permission addition.
 
When I use this Add-on in conjunction with your Points one, I get this:

Server Error
Undefined index: xfpoints_currency

  1. XenForo_Application::handlePhpError() in XenForo/Visitor.php at line 627
  2. XenForo_Visitor->offsetGet() in xfUserPlus/ControllerPublic/Index.php at line 21
  3. xfUserPlus_ControllerPublic_Index->actionIndex() in XenForo/FrontController.php at line 313
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  5. XenForo_FrontController->run() in /home5/eqaddict/public_html/testfiles/index.php at line 13
 
Well bugger. I'll look into it ASAP. First I need to know are you using the paid xfPoints or free xfPoints?
 
Top Bottom