XenZine Articles [Deleted]

It looks like it is the carousel script not acting well when the ltr -> rtl styles are applied to it

But we can get round this

1) You can either use the alternative method for the carousel (the masonry affect)
Or
2) we can get around this with a simple template edit

If we compare the style of the carousel under the two affects we can see the following changes

http://israelfoodforum.co.il/css.ph...ne_category_list&style=2&dir=RTL&d=1414913125
http://israelfoodforum.co.il/css.ph...ne_category_list&style=2&dir=LTR&d=1414913125

if you edit your template (xenzine_category_list.css) and change this:

.box, .box_a, .box_b, .box_c, .box_d, .box_e {
float: left;
position: relative;
}

to this:

.box, .box_a, .box_b, .box_c, .box_d, .box_e {
float: right;
position: relative;
}

You should get the desired affect (it might be the other way around, since I'm not that familiar with how xf deals with ltr->rtl)

It seemed to work when I altered it via console, so should hopefully work ;)
 
Text in an article? this might help about customisations:

even article specific if you want, since everthing is wrapped in: class = "category_312 article_1935"
I'm using a similar methodology to xenforo, since xenforo wraps pages within their template names (class="thread_view" for this page, class="xenzine_article" for the article page), making it easy to target templates with Extra.css

You can also customise each table / custom field, so for instance I have created the following table in the ACP:

feildId = cookingProduce
Title = Produce
Description = Add the quantities and produce Items to the table
col1: Quantity
col2: Item

Then looking at the html:

And these articles about xenzine custom fields
http://xenzine.com/articles/yummy-salad-css-style-explained.1935/
http://xenzine.com/articles/how-to-create-a-custom-field.1962/
http://xenzine.com/?tag=custom
 
Hm.. thanks i will read it cause i must learn how to use css.
BUT i only want to use my own text format (with the editor) and not have forced Blocktext!
 
Heya, great add-on! I'm enjoying it immensely! Thanks for all that you have done with this awesome CRM!

I've gone through pages and pages of this discussion, but haven't yet come across anyone else bringing up this issue: Is it possible to turn on mod or admin permissions to edit/delete reviews as well as to allow users to overwrite their previous rating/s of an article, like they can currently do on the XF Resources library?
 
Heya, great add-on! I'm enjoying it immensely! Thanks for all that you have done with this awesome CRM!

I've gone through pages and pages of this discussion, but haven't yet come across anyone else bringing up this issue: Is it possible to turn on mod or admin permissions to edit/delete reviews as well as to allow users to overwrite their previous rating/s of an article, like they can currently do on the XF Resources library?

just so you know, this mod hasn't had a reply in four months, and no updates in almost a year.
 
This add on looks great, but I'm concerned that it hasn't been updated in so long. Are there any known bugs and is this still being maintained? I would love to purchase, but not if the plugin isn't being supported...
 
I've been error messages popping up occasionally like this. Any ideas?

Code:
Error Info
ErrorException: Fatal Error: Call to a member function __toString() on a non-object - library/XenZine/ControllerPublic/Account.php:28
Generated By: Sean@f5detailing, Yesterday at 10:36 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(43) "https://zroadster.org/account/avatar-upload"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(1) {
    ["_xfToken"] => string(8) "********"
  }
}

Code:
Error Info
ErrorException: Undefined property: XenForo_ControllerResponse_Redirect::$params - library/XenZine/ControllerPublic/Account.php:12
Generated By: Sean@f5detailing, Yesterday at 10:36 PM
Stack Trace
#0 /home/zroadstr/public_html/library/XenZine/ControllerPublic/Account.php(12): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/zroadstr/...', 12, Array)
#1 /home/zroadstr/public_html/library/XenForo/FrontController.php(347): XenZine_ControllerPublic_Account->actionAvatarUpload()
#2 /home/zroadstr/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/zroadstr/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(43) "https://zroadster.org/account/avatar-upload"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(1) {
    ["_xfToken"] => string(8) "********"
  }
}
 
What type of users is this (user with email Sean@f5detailing) , do they have avatars, or gravatars (or is there something special about their avatars?)
 
Last edited:
are there other plugins related to the account area that you use? It sounds like something isn't passing params back to the parent
 
Last edited:
Nothing I can think of specifically I'm afraid, but I do have quite a few add ons installed.

It doesn't happen on every Avatar upload, just randomly. It doesn't seem to cause any problems as far as I can see, so not that worried about it. Just thought I would mention it!
 
Hello, I'm having an issue with the installation : I've followed all the steps menioned, but the "XenZine Articles" section in the Applications tab is empty :

n4u6ZlG.png


Do you have any idea what might cause this ?

Many thanks !
 
Top Bottom