vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Article Forums v4.x (https://vborg.vbsupport.ru/showthread.php?t=237116)

BirdOPrey5 04-01-2016 07:20 PM

Quote:

Originally Posted by Cody.9791 (Post 2568308)
Does this mod work better than the default CMS Article Page that is included with vB4?

No, it's just different. As nice as it is I wouldn't recommend using it, it will screw up any mobile style you might try to use. It was great in its day but if you are going to have mobile users, skip it.

Ov3rrun 07-13-2016 07:05 AM

Thanks for the mod. Article Forums mod on mobile style dont let to show the forum acting as Article Forum, just blank content when I click on forum.

Is there any incompatibility with mobile style?

BirdOPrey5 07-13-2016 07:25 AM

It's because there are no templates for the article forum on the mobile style. The mod was created before the mobile style even came with 4.x.

I made a plugin that disables the mod on the mobile style so the content is visible like normal threads and posts.

The only other option is creating custom mobile templates.

the plugin code I wrote was:

Code:

global $vbulletin;
$vbo = &$vbulletin->options;
$vbu = &$vbulletin->userinfo;

if (THIS_SCRIPT == 'articles' AND $vbu['styleid'] == 2)
{
  //Redirect to forumdisplay id 4
  $newurl = 'forumdisplay.php?f=4';
  header( 'Location: ' . $newurl ) ;
}

hook: globala_bootstrap_init_start

the 2 is the styleid of the mobile style and the 4 is the forumid that was the Articles forum.

gnrx 07-31-2017 10:01 PM

Hi,
Recently, I activate in my forum the mobile style, I have, the same issue that some user here.
When click in Articles, appears a error message: This content, isn't compatible with mobile style.

BirdOprey5m I add the plugin that you indicate, but in my case, not works, when access to articules forum, appears redirecting always, enter in bucle mode.

Can you help me?

Thanks and regards!

Rafa-el 07-31-2017 11:17 PM

Quote:

Originally Posted by gnrx (Post 2589042)
Hi,
Recently, I activate in my forum the mobile style, I have, the same issue that some user here.
When click in Articles, appears a error message: This content, isn't compatible with mobile style.

BirdOprey5m I add the plugin that you indicate, but in my case, not works, when access to articules forum, appears redirecting always, enter in bucle mode.

Can you help me?

Thanks and regards!

Was the forumID changed?

gnrx 08-01-2017 05:44 AM

Quote:

Originally Posted by Rafa-el (Post 2589043)
Was the forumID changed?

Yes, I type, in plugin, my forum ID of article forum (change the 4 for my forum ID).

In other question, when create a plugin, create for vbulletin or article?

And order to run, 5?

Thank you very much!!

BirdOPrey5 08-02-2017 05:03 PM

the forum id (4) in my plugin code needs to match the forumid you specified as the Articles forum.

And the styleid (2) needs to match the forumid of the mobile style.

Adjust both numbers to match the values you use on your forum.

gnrx 09-12-2017 04:09 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2589094)
the forum id (4) in my plugin code needs to match the forumid you specified as the Articles forum.

And the styleid (2) needs to match the forumid of the mobile style.

Adjust both numbers to match the values you use on your forum.

In the first time, my apologies for the delay in my reply, but this last month, I was go out for holiday.

Well, I attach a screenshot, because I continue with the problem, and I don't know how are the problem :)

In this image, view my mobile style id:
Are the id: 7
https://vborg.vbsupport.ru/external/2017/09/5.png


In this other, what are my forum for Articles:
Are "Documentos / Manuales":
https://vborg.vbsupport.ru/external/2017/09/6.png


In this other, the forum id of articule forums:
Are 76:
https://vborg.vbsupport.ru/external/2017/09/7.png


And this last, my plugin:
https://vborg.vbsupport.ru/external/2017/09/8.png

With the forum id and mobile style id.

But, not works, when in my mobile, access to articule forum, appears redirecting in bucle mode.

I don't view what are the problem...

Thanks in advanced.

gnrx 09-21-2017 07:50 AM

No suggestion or idea about my problem? :)

Regards!!

BlackxRam 03-02-2018 05:53 AM

Any place in this mod to collapse the categories at the left? I am trying to find it in templates where I might do this but having no luck. I have like 100 categories that need to be trimmed otherwise the list at the left is way too long.

Any help on a quick alteration would be appreciated!!

Thanks!


All times are GMT. The time now is 02:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01412 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete