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)

Jabong82 03-13-2010 11:38 PM

Bump for support :)

mandingo 03-14-2010 04:32 AM

Quote:

Originally Posted by MrEyes (Post 2000451)
A really nasty hack to resolve another of the quirks:



To do this you need to add an additional option to ACP - Settings - Article Forum Options, where you specify a comma delimited list of all forum ids that are articles forums (i.e. 7,11,15). Call this af_allarticleforums

Then change the Easy Forms - Forms Tab (Process Templates Complete) hook code to read:

Code:

if ($vbulletin->options['af_navbar'])
{
        if (THIS_SCRIPT == 'articles')
        {
                $vbulletin->options['selectednavtab'] = 'articles';
        }
        else if (($vbulletin->GPC['forumid']) && (in_array($vbulletin->GPC['forumid'], explode(',', $vbulletin->options['af_allarticleforums']))))
        {
                $vbulletin->options['selectednavtab'] = 'articles';
        }
       
        $templater = vB_Template::create('af_navbar');
        $template_hook['navtab_middle'] .= $templater->render();
}

A very nasty hacky way of doing it, but I am trying to avoid rewriting the core of the mod

How to set up that option in the admincp?

rexxxy 03-14-2010 05:31 AM

whenever i use attach images it wont resize like if i use a html insert image

http://www.reggaeme.com/articles.php?

how do i fix that to make them all resize to the same image like the 3.x
version

LordDB 03-15-2010 07:59 PM

Nice one...:) how can we get this to work with vBa CMPS, please?

akvaryumforum 03-15-2010 08:21 PM

Quote:

Originally Posted by akvaryumforum (Post 1994467)
CMS articles crashes if used with "[CMS] Use original thread for comments" mod by Carnage.

When try to read, add or promote a thread or post to an article there is an error massage show. It's here:

Code:

Fatal error: Cannot use object of type vB_Legacy_Thread as array in /.../.../.../.../public_html/forum/packages/vbcms/content.php(985) : eval()'d code on line 25

Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?

Jabong82 03-15-2010 10:07 PM

Quote:

Originally Posted by akvaryumforum (Post 2004292)
Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?

x2 is there any way to fix this error?

RedHacker 03-16-2010 07:17 AM

I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?

mitch84 03-16-2010 09:06 AM

Quote:

Originally Posted by mitch84 (Post 2000384)
Hi, with the hack I've a error message when I edit a article on the front pack(cms), so when the hack is desactivated or uninstalled my cms work fine, thx

Quote:

Originally Posted by RedHacker (Post 2004622)
I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?

cms don't work with this hack

Jabong82 03-16-2010 09:17 AM

Quote:

Originally Posted by mitch84 (Post 2004664)
cms don't work with this hack

Yah I kinda figured that one out the hard way heh. So is it basically we can either have the forum or the CMS page?

RedHacker 03-17-2010 05:46 AM

Quote:

Originally Posted by mitch84 (Post 2004664)
cms don't work with this hack

Oh no....


Please update the modification to work with CMS

Jabong82 03-17-2010 06:10 AM

Quote:

Originally Posted by RedHacker (Post 2005294)
Oh no....


Please update the modification to work with CMS

X2 I would be willing to donate some if the coder would come back and fix this.

Lore Master 03-24-2010 05:51 PM

Installed and I like it. :) The sort fields does not work in the beta release. But I fixed the following, and it now works:

articles.php: find: $templater->register('sort', $sort);
directly below add in:

$templater->register('order', $order);
$templater->register('daysprunesel', $daysprunesel);

open af_left (or af_left_alt) template, and for each sort, order, and daysprune option change vb:var to vb:raw

Leaving vb:var will cause selected="selected" to come out as selected=&quo;selected&quo;

Stefanus 03-27-2010 01:08 PM

Quote:

Originally Posted by mitch84 (Post 2004664)
cms don't work with this hack

CMS Article View / Edit Issue

RedHacker 03-27-2010 09:14 PM

Quote:

Originally Posted by Stefanus (Post 2011075)

Not work this... It show other errors.....

RedHacker 04-01-2010 04:33 AM

Not solution for CMS,not supported,un-installed....

Elitefredy 04-02-2010 10:16 AM

Quote:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: STANDARD_ERROR in [path]/includes/functions.php on line 3932

Parse error: syntax error, unexpected T_STRING in /var/customers/webs/schweiz/forum/articles.php(83) : eval()'d code on line 1
Got this error when clicking on articles.php

Elitefredy 04-05-2010 05:48 PM

nobody helping?

InfoNirvana 04-05-2010 06:02 PM

1 Attachment(s)
This is a nice looking MOD.
Looks great.

I've attached a screenshot of it running.

https://vborg.vbsupport.ru/attachmen...1&d=1270494039

Sample site : here is it running: http://www.overbr.com.br/forum/articles.php

To avoid problems: shouldn't the first post say *CURRENTLY NOT compatible with vB CMS/Suite".

Elitefredy 04-05-2010 06:07 PM

damn it :P and i just tried it with the vB CMS/Suite :)

tomshawk 04-29-2010 04:50 PM

Is it possible to have a snippet of the article visable to standard registered users then have a button there which allows them to pay the Author, Not the site, but, the author of the Article via paypal a fee, then be able to see the full article, but, only that article.

The next article will do the same as above.

I'm willing to pay for this if it's possible

bananalive 04-29-2010 07:59 PM

Fixed reported bugs and should now work with Suite, any other problems, post them here and I'll try and fix them in next version

Stefanus 04-29-2010 09:23 PM

Quote:

Originally Posted by bananalive (Post 2029204)
Fixed reported bugs and should now work with Suite, any other problems, post them here and I'll try and fix them in next version

Thanks! :up:

Just one thing that looks weird, when an image is used with the [attach] bb-code the image number is displayed, in this case the image number is "362" and the first line reads:
Quote:

Inleiding

362Die Germane van 2000 jaar gelede...

bananalive 04-30-2010 03:36 PM

1 Attachment(s)
Quote:

Originally Posted by Stefanus (Post 2029250)
Thanks! :up:

Just one thing that looks weird, when an image is used with the [attach] bb-code the image number is displayed, in this case the image number is "362" and the first line reads:

Fixed in attached file, will be included in next version

FrankAZ 04-30-2010 07:37 PM

Been looking for something to add a recipie library to one of the forums! Thanks for what appears to be a great plugin!

FrankAZ 04-30-2010 09:01 PM

Little bit of XML work and it looks beautiful on my site! (Changed were it read "Articles" to Recipies")

Stefanus 04-30-2010 10:22 PM

1 Attachment(s)
Quote:

Originally Posted by bananalive (Post 2029601)
Fixed in attached file, will be included in next version

Thanks but the the problem still there:

the image code:
Code:

[ATTACH=CONFIG]362[/ATTACH]
which point to the following image:
Code:

http://www.wendag.com/forum/attachment.php?attachmentid=362&d=1272577219
Give the result in the attachment

bananalive 05-01-2010 12:31 PM

1 Attachment(s)
Quote:

Originally Posted by Stefanus (Post 2029792)
Thanks but the the problem still there:

the image code:
Code:

[ATTACH=CONFIG]362[/ATTACH]
which point to the following image:
Code:

http://www.wendag.com/forum/attachment.php?attachmentid=362&d=1272577219
Give the result in the attachment

I didn't realise you could have [attach=right/left]

Try attached articles.php

bashsoft 05-01-2010 04:14 PM

hi
i own arabic forum
I want to be the direction of all the articles and paragraphs from right to left and not as it is now
how to it ?

please see http://www.nourcafe.com/articles.php

& thank 4 u.

Stefanus 05-02-2010 10:53 AM

Quote:

Originally Posted by bananalive (Post 2030029)
I didn't realise you could have [attach=right/left]

Try attached articles.php

Still the same, (the 362 in this case is still displayed)) when external images is used everything is fine.

stwan 06-11-2010 02:41 PM

Please create module in Articles: "Who Viewing This Article" or similar...

stwan 06-12-2010 01:46 PM

module "Tags" in articles.php?

Stefanus 06-17-2010 05:03 PM

Hello

Any fix yet for the Attachment ID showing?

The following error: When an CMS article is selected ->

Code:

Fatal error: Cannot use object of type vB_Legacy_Thread as array in /usr/www/users/wendag/forum/packages/vbcms/content.php(974) : eval()'d code on line 2

When this mod is active, any idea what can cause this?

Dragonsys 06-17-2010 08:52 PM

Any way we can remove the big space at the top of articles?

You can see it here - http://forums.texas-fbody.org/showth...Coolant-System

Looks like it is caused by the postbit info, since the body of the article shows below the end of the postbit block.

Front Range 06-17-2010 09:09 PM

You also have a broken image Dragonsys. I just uninstalled this myself, too bad it's not as bug free as I'd like to see because it's a great idea.

Dark_Wizard 06-17-2010 10:50 PM

I need something like this and will look at bug fixes. Give me a bit to sort it out.

Dragonsys 06-17-2010 11:28 PM

Quote:

Originally Posted by Front Range (Post 2055184)
You also have a broken image Dragonsys. I just uninstalled this myself, too bad it's not as bug free as I'd like to see because it's a great idea.

that is my signature, my personal server crashed, and I just have not gotten it replaced yet.

Front Range 06-17-2010 11:56 PM

I'll be watching this, it's exactly what I need too. A couple things I ran into were only one postbit showed the avatars, the postbit spacing and image settings. The image setting changed my entire forum rather than just article images. Comparatively minor template edits I'm guessing but the image settings threw me.

Dark_Wizard 06-18-2010 01:01 AM

Quote:

Originally Posted by Front Range (Post 2055213)
I'll be watching this, it's exactly what I need too. A couple things I ran into were only one postbit showed the avatars, the postbit spacing and image settings. The image setting changed my entire forum rather than just article images. Comparatively minor template edits I'm guessing but the image settings threw me.

Can you supply me with a url?

Dark_Wizard 06-18-2010 10:18 AM

Quote:

Originally Posted by Dragonsys (Post 2055181)
Any way we can remove the big space at the top of articles?

You can see it here - http://forums.texas-fbody.org/showth...Coolant-System

Looks like it is caused by the postbit info, since the body of the article shows below the end of the postbit block.

The big space is due to the User Info box on the right extending into the post. I personally wouldn't use it especially with articles. Go to options and turn it all off.

Dragonsys 06-18-2010 01:14 PM

Quote:

Originally Posted by Dark_Wizard (Post 2055358)
The big space is due to the User Info box on the right extending into the post. I personally wouldn't use it especially with articles. Go to options and turn it all off.

Right, which is what I said about it being the postbit. The Article Postbit looks better for articles and helps them stand out from forum posts (IMHO) and I would rather use it, that space just needs to be removed. It's a matter of fixing the divs, if I get the time I will take a look at the code.


All times are GMT. The time now is 12:59 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.01491 seconds
  • Memory Usage 1,838KB
  • 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
  • (7)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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