vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Article Forums (https://vborg.vbsupport.ru/showthread.php?t=211638)

bananalive 05-07-2009 02:59 PM

Quote:

Originally Posted by Mihalis (Post 1806280)
Thank you for the update!

I just have 2 comments. Although you have added the option of the 1st post not to stay on top in 2nd,3rd etc. page, the top comment post in every page keeps the appearance of the article post. Also still if you have BBcodes in the article, you see the code and not the result.

I don't know if its possible to fix those in a feature release. Thanx!:up:

First Post/ comment issue will be fixed in next version. which bbcode is not displaying in the article?

bananalive 05-07-2009 03:02 PM

Quote:

Originally Posted by s8glive (Post 1805857)
can you help it didn't fix it

I think, the long url (http://www.s8glive.com/forum/photopl...ylist_logo.png) is causing this issue.

DobieGillis? 05-07-2009 03:04 PM

Quote:

Originally Posted by bananalive (Post 1806403)
find in template: af_firstpost
HTML Code:

<strong>$post[title]</strong></a>
replace
HTML Code:

<strong>$post[title]</strong></span>

still big, sorry!

s8glive 05-07-2009 03:07 PM

like what i really wish you guys had was like bbcode enabled on the articles page so that i could enable img code so i could display the image in the artilcle instead of having the long url there

Scamorz 05-07-2009 04:54 PM

Quote:

Originally Posted by Scamorz (Post 1804944)
I have a problem with IE6 browser: see attachment

With Firefox it works perfectly.

How i can resolve it?

i update product but i didn't resolve this problem...

PhilG 05-07-2009 05:33 PM

This mod if freezing up the page when i view an article... anyone else experiencing it??

bigsbydapicka 05-07-2009 07:53 PM

I'm having a heck of a time with this mod. I tried it on my test site without VBA installed and everything seemed ok. Tried it on a site with VBA and when you go to post an article I get double navbars and the links to the editor icons are all broken. I looked at the path of them and it shows "Category" where "Forum" should be??? Any ideas?

Wonksta 05-08-2009 12:26 AM

This looks EXTREMELY promising at the moment. Looking forward to when the kinks get worked out.

Keep up the good work Banana.

mmurtha 05-08-2009 01:46 AM

Hi,

I have a quick question. Will your Mod work on VB 3.7.4 patch level 1? I didn't want to upgrade just yet, but I'd like to install this mod if it works.

Anybody know if it works on version 3.7.4?

Thanks ...

Mary

Mihalis 05-08-2009 07:25 AM

Quote:

Originally Posted by bananalive (Post 1806411)
First Post/ comment issue will be fixed in next version.

Great thanx!

Quote:

Originally Posted by bananalive (Post 1806411)
which bbcode is not displaying in the article?

For example I use a custom BBcode to re-arrange the article image in top left or right corner inside text. The BBcode is used at the beginning before text in the article. So in the articles page you see the link inside the BBcode tags and not the image. I assume it is the same if you use other bbcodes (youtube) for example as a part of the text.

I don't know if its possible to be fixed. It would be best not to show BBcodes in the articles page at all.

RustedBucket 05-08-2009 12:55 PM

For those that would prefer the full sized image to show up in the article display (ie: post display) instead of the thumbnail when using the ATTACH bbcode do the following:

In file: includes/class_bbcode.php
Around line: 1867

Find:
Code:

if ($attachment['thumbnail_filesize'] == $attachment['filesize'] AND ($this->registry->options['viewattachedimages'] OR $this->registry->options['attachthumbs']))
{
        $attachment['hasthumbnail'] = false;
        $forceimage = true;
}

Change it to:
Code:

//if ($attachment['thumbnail_filesize'] == $attachment['filesize'] AND ($this->registry->options['viewattachedimages'] OR $this->registry->options['attachthumbs']))
//{
        $attachment['hasthumbnail'] = false;
        $forceimage = true;
//}

This should only affect the ATTACH bbcode display and it will affect it on all forum posts.

Not really sure how to integrate this or make a plugin out of it, feel free to enhance it.

bananalive 05-09-2009 06:49 PM

Quote:

Originally Posted by crazy4bass (Post 1806936)
For those that would prefer the full sized image to show up in the article display (ie: post display) instead of the thumbnail when using the ATTACH bbcode do the following:

In file: includes/class_bbcode.php
Around line: 1867

This should only affect the ATTACH bbcode display and it will affect it on all forum posts.

Not really sure how to integrate this or make a plugin out of it, feel free to enhance it.

I've managed to achieve this using plugins for article posts only, it will be included in next release

bananalive 05-09-2009 06:50 PM

Quote:

Originally Posted by mmurtha (Post 1806710)
Hi,

I have a quick question. Will your Mod work on VB 3.7.4 patch level 1? I didn't want to upgrade just yet, but I'd like to install this mod if it works.

Anybody know if it works on version 3.7.4?

Thanks ...


Mary

It is not compatible with vbulletin v3.7.x

bananalive 05-09-2009 06:56 PM

Quote:

Originally Posted by Mihalis (Post 1806821)
Great thanx!



For example I use a custom BBcode to re-arrange the article image in top left or right corner inside text. The BBcode is used at the beginning before text in the article. So in the articles page you see the link inside the BBcode tags and not the image. I assume it is the same if you use other bbcodes (youtube) for example as a part of the text.

I don't know if its possible to be fixed. It would be best not to show BBcodes in the articles page at all.

On articles.php the preview text is got by using a vbulletin function.

On showthread.php I tested Table BB Code and it worked fine.

mmurtha 05-09-2009 06:58 PM

Quote:

Originally Posted by bananalive (Post 1807612)
It is not compatible with vbulletin v3.7.x

Oh okay Bananaalive,

Thanks! Looks like I'll be upgrading after all. ;)

RustedBucket 05-09-2009 07:50 PM

Quote:

Originally Posted by bananalive (Post 1807611)
I've managed to achieve this using plugins for article posts only, it will be included in next release

Sweet dude!

I got another problem. On the article.php page, for some reason when the thumbnail is displayed it also shows the attachment id next to it. This ONLY happens if I use the paper clip to add an attachment inline. If I add just normal attachments it grabs the first one and displays the thumbnail fine. Does that make sense? For the life of me I can't figure out why it's doing it.

RustedBucket 05-09-2009 07:56 PM

Hey I got an enhancement for you Banana... Would it be possible to move the similar articles listing so it's underneath the Author bio? Maybe this can already be done and I just missed it...

bananalive 05-10-2009 05:08 PM

Quote:

Originally Posted by crazy4bass (Post 1807654)
Sweet dude!

I got another problem. On the article.php page, for some reason when the thumbnail is displayed it also shows the attachment id next to it. This ONLY happens if I use the paper clip to add an attachment inline. If I add just normal attachments it grabs the first one and displays the thumbnail fine. Does that make sense? For the life of me I can't figure out why it's doing it.

Have you altered the template af_articlebit?

RustedBucket 05-11-2009 12:16 AM

I've reverted those templates, reupped the articles.php file and VB files, it's still doing it. When I look at the contents of the $thread array $thread[preview] looks like this:
Code:

[preview] => [ ATTACH ]840[ /ATTACH ] Body of the text is here
It appears that when $thread[preview] is display the attach bbcode are being removed but not the contents between them. I'm thinking it's probably something in the core VB code and not necessarily articles.php but for the life of me I can't figure it out.

DobieGillis? 05-11-2009 12:46 AM

I love this mod! Little issue with IE8, but a gem!

Mihalis 05-11-2009 08:04 AM

Quote:

Originally Posted by bananalive (Post 1807621)
On articles.php the preview text is got by using a vbulletin function.

On showthread.php I tested Table BB Code and it worked fine.

Thank you for your answer. I tested it by using [IMG] tags in the beginning of text and still get the link inside the tags instead of the image. showthread works fine to me too. Its the article page that i experience the issue.

Arachnophiles 05-11-2009 09:55 AM

Hey, great Mod...look forward to seeing it develop.

Couple of things:

- Would it be possible to make the First Thread/Article 'Collapsible' please?

- How do you add pics to the before the 'Thread titles' in articles.php display? (as per your Demo)

Cheers,
Adam

DobieGillis? 05-11-2009 11:58 AM

Quote:

Originally Posted by Arachnophiles (Post 1808474)
Hey, great Mod...look forward to seeing it develop.

Couple of things:

- Would it be possible to make the First Thread/Article 'Collapsible' please?

- How do you add pics to the before the 'Thread titles' in articles.php display? (as per your Demo)

Cheers,
Adam

attach at pic when you create a new article, wa-la!

bananalive 05-11-2009 05:55 PM

Quote:

Originally Posted by Arachnophiles (Post 1808474)
Hey, great Mod...look forward to seeing it develop.

Couple of things:

- Would it be possible to make the First Thread/Article 'Collapsible' please?

- How do you add pics to the before the 'Thread titles' in articles.php display? (as per your Demo)

Cheers,
Adam

There are thumbnail of first attached image to thread

bigsbydapicka 05-11-2009 06:25 PM

really need this to work with VBA....Anyone get this working 100 percent?

kellyandmark04 05-12-2009 03:48 AM

Installed and works good for me.

Once I switch a forum to the articles mode how do I switch it back to the regular?

nomoreturn 05-12-2009 05:29 AM

Its very good mod i'm allready useing it have quiestion How To update my previous version to the new ?

kellyandmark04 05-12-2009 06:50 AM

Uploading the new and overwriting it should work.

s8glive 05-12-2009 11:01 AM

Quote:

Originally Posted by nomoreturn@hotm (Post 1809164)
Its very good mod i'm allready useing it have quiestion How To update my previous version to the new ?

upload the artices.php to the forum root and overrite the file then upload and over rite the plugin

mk484 05-12-2009 03:05 PM

Thanks, nice mod. Installed and working fine on my site.

DartFrogForums.com

BlueNinjaGo 05-12-2009 03:15 PM

I got it working on my 3.7 board, but not sure how... lol... I'm too scared to install the update in case it gets script errors again.

HS2005 05-12-2009 06:35 PM

Nice mod, but on forumhome
When members click http://www.yourdomain.com/forumdisplay.php?f=2
They direcly go to articles i selected. I just want to have the articles on articles.php.
Can i turn this off? My members are getting confused this way.
Or can i delete some php code in order that my forumhome just shows the normal sections.
Thanks :)

Mum 05-13-2009 06:03 AM

Easy install - works great so far :) Thanks!

tipoboy 05-13-2009 01:54 PM

I also have the issue with the large text in IE8.

IE8:
https://vborg.vbsupport.ru/

FF:
https://vborg.vbsupport.ru/

could you please provide a fix for this, as a lot of my users are now using IE8

TIA

tipoboy

DobieGillis? 05-13-2009 02:08 PM

Quote:

Originally Posted by tipoboy (Post 1810070)
I also have the issue with the large text in IE8.

IE8:
http://scottishwheelnuts.co.uk/pictures/ie8screeny.gif

FF:
http://scottishwheelnuts.co.uk/pictures/ffscreeny.gif

could you please provide a fix for this, as a lot of my users are now using IE8

TIA

tipoboy

wow, that looks terrible. yikes!

TCooper 05-13-2009 07:30 PM

I have the same issue

alishahbazi 05-13-2009 08:15 PM

THX for this mod.

please guide me :

i have using this mod but i cod not viewing this hack because i had using this forum id .

my forum id is : http://forum.p30pedia.com/forumdisplay.php?f=511

please guide me for using this hack.

http://forum.p30pedia.com/articles.php


all the best (alishahbazi)

eXoOutsider 05-14-2009 12:28 AM

Add multiple forums? Could that be added anytime soon? Thanks if so

bananalive 05-14-2009 09:29 AM

Quote:

Originally Posted by kellyandmark04 (Post 1809133)
Installed and works good for me.

Once I switch a forum to the articles mode how do I switch it back to the regular?

Turn off modification or select another forum

bananalive 05-14-2009 09:30 AM

Quote:

Originally Posted by HS2005 (Post 1809539)
Nice mod, but on forumhome
When members click http://www.yourdomain.com/forumdisplay.php?f=2
They direcly go to articles i selected. I just want to have the articles on articles.php.
Can i turn this off? My members are getting confused this way.
Or can i delete some php code in order that my forumhome just shows the normal sections.
Thanks :)

Edit forum in AdminCP

Forum is Active No


All times are GMT. The time now is 12:52 AM.

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.01847 seconds
  • Memory Usage 1,840KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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