XenZine Articles [Deleted]

I'll repeat my question one last time, then I promise not to bother @tenants anymore - I also promise not to buy. That I'm not allowed to see his profile does not boost my confidence either.

Article Order in the article list can not be statically set

Default article order can be set in the ACP as:
  • Activity
  • Ratings
  • Likes
  • Views
  • Publish Date
  • Alphabetical
Activity can be defined as:
  • Recent Activity
  • Publish
  • Republish
  • Likes
  • Discussion Posts
  • Rating
 
Not for a while, I'm working full time at the moment.
I've basically made no return on existing plugins and have to keep a roof over my head (lost about 10K taking 1-2 years to develop them),
The anti-spam methods are slipping into the core (so there will be no money for me for future development), and this plugin rarely gets purchased, so as such I'm now working full time.

I have no issues with xenforo incorporating plugins / methods into the core (in fact, it's a good idea in some areas), and I've gained quite a lot of Zend experience (which has helped get my current job), but it's at an economical loss if doing full time.

I'll update plugins, but it could be some time in the future.
Fixing bugs when I can, but that's about it at the moment.
 
Go to your cron jobs and turn it on (I believe it is currently turned off by default)

ACP >> Tools > Cron Entries : Update Article Views
 
Mike, getting two errors simultaneously logged with your add-on. I see them occasionally to now mention it to you...

Code:
Error Info
ErrorException: Undefined property: XenForo_ControllerResponse_Error::$params - library/XenZine/ControllerPublic/Account.php:12
Generated By: Caroline greenlaw, 58 minutes ago
Stack Trace
#0 /home/ptsdforu/public_html/c/library/XenZine/ControllerPublic/Account.php(12): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/ptsdforu/...', 12, Array)
#1 /home/ptsdforu/public_html/c/library/XenForo/FrontController.php(347): XenZine_ControllerPublic_Account->actionAvatarUpload()
#2 /home/ptsdforu/public_html/c/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/ptsdforu/public_html/c/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(46) "https://www.myptsd.com/c/account/avatar-upload"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(9) {
    ["use_gravatar"] => string(1) "1"
    ["gravatar"] => string(25) "c.greenlaw@btinternet.com"
    ["avatar_date"] => string(1) "0"
    ["avatar_crop_x"] => string(1) "0"
    ["avatar_crop_y"] => string(1) "0"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(27) "/c/account/personal-details"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

And

Code:
Error Info
ErrorException: Fatal Error: Call to a member function __toString() on a non-object - library/XenZine/ControllerPublic/Account.php:28
Generated By: Caroline greenlaw, Today at 8:46 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(46) "https://www.myptsd.com/c/account/avatar-upload"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(9) {
    ["use_gravatar"] => string(1) "1"
    ["gravatar"] => string(25) "c.greenlaw@btinternet.com"
    ["avatar_date"] => string(1) "0"
    ["avatar_crop_x"] => string(1) "0"
    ["avatar_crop_y"] => string(1) "0"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(27) "/c/account/personal-details"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Hey guys does that addon work with xenforo 1.4.2 ?

and do you need the ofical resource manager or does it also work without it?

with best +DS_DV+
 
hi,
i paied for your addon and installed it on my Forum (allaround.cc)
but it dont seem to work.
I looked through all settings but ther is not Articles tab in the navbar!

how can i fix that?
 
Cool i got anything renamed (exept the buttons)

now i have the design problem that the text format is not corrdect displayed in the Article.

i as example changed the test to right sided and in the article it still shows leftsided ... also its not possible to change lines correctly.

So how can i set a max width for the articles that they look more bloglike?

and how can i fix the correct display of the textformat ?

with best +DS_DV+
 
Top Bottom