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)

1320Nation 07-29-2009 09:48 PM

Quote:

Originally Posted by bananalive (Post 1858068)
I have just tested v1.9 on vBulletin 3.7.0 Beta 4 and it worked fine. So the compatibility issue appears to have gone.

If you do wish to try installing v1.9 on your forum you will need to remove the following line from product file
HTML Code:

                <dependency dependencytype="vbulletin" minversion="3.8.0" maxversion="" />

Thank you very much. Everything appears to be working very well!

Eruantien 07-29-2009 10:07 PM

All appears fine now, thanks for checking into it :)

rasp187 07-30-2009 02:09 AM

Any help with my problem, banana?

bananalive 07-30-2009 11:00 AM

Quote:

Originally Posted by rasp187 (Post 1855249)
Unfortunately, the update didn't fix this problem. Not sure what I can do, hah. I guess simply hard-coding the preview length into the template would suffice. Any advice on how to do that (I'm a novice here)? Thank you.

Also, a very easy question, I'm sure - how would I change the ...... separators for news feeds with an image (for example, my forum gradient bar)?

Thanks for all your help, banana.

Find in articles.php
PHP Code:

eval('$a_breaking .= "' fetch_template('af_articlebit') . '";'); 

Before add
PHP Code:

$thread['preview'] = substr($thread['preview'], 100); 

where 100 is preview length you want.

Just add image at top of template af_articlebit and remove the following code:
HTML Code:

border-top-width: 1px; border-top-style: dotted;

cbiweb 07-30-2009 12:07 PM

Quote:

Originally Posted by cbiweb (Post 1850683)
What would cause the article and the comments to change places? When I post an article, it looks perfect, as expected. As soon as someone comments, the comment is now in the article's place, and the article is down with other comments. ?????

Quote:

Originally Posted by bananalive (Post 1850718)
I'm not sure... check the times of the posts. Also have you enabled newest posts first for threads?


That's exactly what it was. Problem solved, mod works great! Thanks!

Eruantien 07-30-2009 12:21 PM

Quote:

Originally Posted by bananalive (Post 1858027)
That page loads fine in my browser, firefox 3.5. What browser are you using?

Try clearing your browser cache.

Okay, so the issue appears to be with IE. I can not replicate the error with FF.

Joshva 07-30-2009 01:59 PM

Is their anyway to get this working without the redirect to articles.php? I.e. clicking on the forum goes straight there

ddem1 07-30-2009 02:31 PM

Quote:

Originally Posted by Joshva (Post 1858528)
Is their anyway to get this working without the redirect to articles.php? I.e. clicking on the forum goes straight there

You can put a link to articles.php in the forum manager, that would take you straight then without redirecting :)

I have a different question. Is there any way to change the articles.php title without the vbphrase? So I can have the breadcrumbs eg. Reviews and my mainpage title separated.

This is really important to me as I'm using this for the main page (changed it to index.php) and it's kinda stupid having Reviews written up there instead of my websites title.

Any help greatly appreaciated :)

Joshva 07-30-2009 02:57 PM

Quote:

Originally Posted by ddem1 (Post 1858542)
You can put a link to articles.php in the forum manager, that would take you straight then without redirecting :)

I have a different question. Is there any way to change the articles.php title without the vbphrase? So I can have the breadcrumbs eg. Reviews and my mainpage title separated.

This is really important to me as I'm using this for the main page (changed it to index.php) and it's kinda stupid having Reviews written up there instead of my websites title.

Any help greatly appreaciated :)


I'd also like to know this as I want to use it for the home page to.



Great mod.

Joshva 07-30-2009 03:01 PM

Also is there anyway to get this to work with multiple forums not in the same heirachy?

rasp187 07-30-2009 06:45 PM

Quote:

Originally Posted by bananalive (Post 1858439)
Find in articles.php
PHP Code:

eval('$a_breaking .= "' fetch_template('af_articlebit') . '";'); 

Before add
PHP Code:

$thread['preview'] = substr($thread['preview'], 100); 

where 100 is preview length you want.

Just add image at top of template af_articlebit and remove the following code:
HTML Code:

border-top-width: 1px; border-top-style: dotted;

Adding that line in articles.php just kills the images on the articles page and doesn't modify the preview. If I have BB code off, the preview stays full (still) and the images are not shown, but if I put BB code on the preview still stays full but the images are then broken (red x's).

Eruantien 07-31-2009 05:08 PM

Quote:

Originally Posted by Eruantien (Post 1858487)
Okay, so the issue appears to be with IE. I can not replicate the error with FF.

Okay, now it doesn't work with anything :D

Do not discount my own ability to mess things up :eek:

Eclyps19 08-01-2009 03:52 PM

for some reason I when I check the options in the admincp for showing the create new article, search article, display options, etc, they don't save. I hit save, but when I revisit the articles section the checks are now unchecked. Any ideas?

Eruantien 08-02-2009 12:50 PM

Still looking for some assistance to correct the encoding issue.

ywwz 08-03-2009 12:47 AM

can you make a 3.8.x version for us ? please...

ywwz 08-03-2009 12:49 AM

my mistake, i replied wrong thread...

Eruantien 08-03-2009 07:21 PM

Any support for the issue I am having?

metalguy639 08-04-2009 10:29 AM

I'm using this article hack. I would like to have a hack that is for classifieds that is pretty much just like this article hack. Is it possible to get this as a classified hack where I can have both installed on my site?

Qwest 08-04-2009 05:13 PM

To get rid of the 'redirecting..' message. (if you have vBSEO)

Add this custom rewrite to the custom rewrites section in your vbseocp

Code:

'articles\.php\?c=25'=>'articles-media/'
Where 25 = the forum ID
Where articles-media/ = the vbseo url of the forum category you want to rewrite.

Result: http://www.modernconspiracy.com/articles-media/

Joshva 08-04-2009 06:11 PM

Quote:

Originally Posted by Qwest (Post 1861324)
To get rid of the 'redirecting..' message. (if you have vBSEO)

Add this custom rewrite to the custom rewrites section in your vbseocp

Code:

'articles\.php\?c=25'=>'content-media/'
Where 25 = the forum ID
Where content-media/ = the vbseo url of the forum category you want to rewrite.

Result: http://www.modernconspiracy.com/content-media/

You are an absolute legend!!!! Awesome. Been trying to fix that for ages!

Do you know how to get this mod working for multiple forums in different category heirachies?

bposner 08-04-2009 09:51 PM

Thank you for a great mod. We are experimenting with setting up a magazine kinda thing with this. I just had one question (I'm not a coder) but where can I change the word "Article" that comes up in the navbar when you select that option?
Also, I'd like the sort of the page that lists all the articles when you enter the area, to auto sort by first article entered, kinda like a Table of Contents. I'm not sure how to make this a permanent sort, if possible. Appreciate the hard work, really like the format.

Thank you!

Eruantien 08-06-2009 09:29 PM

Can anyone help me figure out this encoding error? The mod author does not appear responsive lately. This issue only came about when I upgraded recently when a new version of the mod was released.

The URL of my issue can be found here: http://www.loremaster.org/articles.php

metalguy639 08-07-2009 02:08 AM

Quote:

Originally Posted by bposner (Post 1861472)
Thank you for a great mod. We are experimenting with setting up a magazine kinda thing with this. I just had one question (I'm not a coder) but where can I change the word "Article" that comes up in the navbar when you select that option?
Also, I'd like the sort of the page that lists all the articles when you enter the area, to auto sort by first article entered, kinda like a Table of Contents. I'm not sure how to make this a permanent sort, if possible. Appreciate the hard work, really like the format.

Thank you!

To change the word Article you just need to change the phrase.

Login to your admincp & scroll down to you see "Search In Phrases" click on it. In the top block put the word article in it and then in the drop down see if the article mod is listed if not tick the 3rd button down that states something to the effect of search in both areas. Then click the search/ok button. Then you will see the phrases that contain the word Article. Change the word article to whatever word you want and click save for each one. As for the second part, I have no idea. There are some settings for this mod in the admin panel, you may want to look at your vbulletin options to see about making changes in the mod.

metalguy639 08-07-2009 02:09 AM

Quote:

Originally Posted by Eruantien (Post 1862805)
Can anyone help me figure out this encoding error? The mod author does not appear responsive lately. This issue only came about when I upgraded recently when a new version of the mod was released.

The URL of my issue can be found here: http://www.loremaster.org/articles.php

What encoding error? I do not see an error on the page other than the articles column is pretty small.

Eruantien 08-07-2009 11:09 AM

All of my users including myself are seeing this error. I have cleared out cache and cannot figure out what is causing it. I am getting it on both IE and FF. I can see it the first time but then the encoding error comes up. I would have to keep clearing cache.

Maybe this is an issue with the redirect I am seeing?

metalguy639 08-07-2009 05:47 PM

1 Attachment(s)
Quote:

Originally Posted by Eruantien (Post 1863024)
All of my users including myself are seeing this error. I have cleared out cache and cannot figure out what is causing it. I am getting it on both IE and FF. I can see it the first time but then the encoding error comes up. I would have to keep clearing cache.

Maybe this is an issue with the redirect I am seeing?

Sorry I maybe able to help you but I need to know what the error is. I do not see an error in firefox or IE, I've attached what I see. There is no error warning or anything out of the ordinary that i see so you'll have to be more specific than its an encoding error. I've attached screenshots.

Eruantien 08-07-2009 05:56 PM

I'll try to get the IE one up but here is the Firefox version. My users are having the same error. This error occurs only when going to http://www.loremaster.org/articles.php

They can still view the individual articles, just not the link I provided above. Which is problematic when they are trying to locate older articles.

https://vborg.vbsupport.ru/external/2009/08/25.png

metalguy639 08-07-2009 06:28 PM

When did it start to do this? Was it after you installed a new hack or mod t the forum or did you make any template changes right before it went nuts on you. Do you have other hacks installed? If so there maybe a conflict with one of the other hacks. It could be any number of things really that would cause this sort of error.

Also i'm guessing it only happens when you are a member & logged in because I can see the articles just fine as a guest not logged in. I can navigate the area, read the articles etc and I get no error like that. So this is somehow tied to being logged in as well. Is there a hack that you've installed that might affect logging in or registration etc.

Eruantien 08-07-2009 06:34 PM

It was recently right after I updated it to the new Articles version.

And yes, it appears to strictly be when someone is logged in; thanks for pointing that out. I can see it perfectly fine when I am logged out.

metalguy639 08-07-2009 11:45 PM

Hmmmm ok well you maybe have to revert it back to the old version if you still have it. Do you still have a copy of the older version somewhere? If it worked before the upgrade then there is no reason why it should not work after putting it back to the last version you used. There maybe no other fix until the developer fixes it.

Eruantien 08-08-2009 04:39 AM

I don't have the old version :(

metalguy639 08-08-2009 05:14 AM

Have you tried to upload all the new files again and make sure that you overwrite the files and then install the product again overwriting the one you just installed? Sometimes it works. I've also installed the recent articles hack myself and I can view it logged in. So maybe there is something else wrong here like a current hack is not playing nice with the updated articles version. Something else you can try is disable each hack one by one and see if you still get the error. If you don't then you know the hack you just disabled is conflicting with this new version of the article hack. If you find the hack that is causing a problem try upgrading it to the latest version with all the hacks enabled. Then see if you still have the prob with the articles if so, you may want to temp or perm disable that particular hack or try adn find a hack that is similar to it and install it instead.

Edit: I also noticed that this hack is not compatible with vb 3.7. Are you running 3.7? If so yo may want to upgrade to 3.8. I'm using ti with 3.8.3 with no probs.

Eruantien 08-09-2009 12:51 AM

3.8 is what I am on. It must be another hack that is messing with it; I just have no clue which one :( This problem only arose when I upgraded to the last version (1.9?)

EDIT: Working for now. I will inform if the encoding error comes back.

Sweeks 08-09-2009 09:33 AM

How can I get rid of the redirection message? Thank you :)

bananalive 08-09-2009 04:02 PM

Quote:

Originally Posted by metalguy639 (Post 1861147)
I'm using this article hack. I would like to have a hack that is for classifieds that is pretty much just like this article hack. Is it possible to get this as a classified hack where I can have both installed on my site?

There are a number of issues preventing this from happening atm.

bananalive 08-09-2009 04:05 PM

Quote:

Originally Posted by bposner (Post 1861472)
Thank you for a great mod. We are experimenting with setting up a magazine kinda thing with this. I just had one question (I'm not a coder) but where can I change the word "Article" that comes up in the navbar when you select that option?
Also, I'd like the sort of the page that lists all the articles when you enter the area, to auto sort by first article entered, kinda like a Table of Contents. I'm not sure how to make this a permanent sort, if possible. Appreciate the hard work, really like the format.

Thank you!

Change the phrase 'article'

Or if you only want to change the text in navbar edit plugin 'Links' and replace $vbphrase[articles] with your preferred text

bananalive 08-09-2009 04:13 PM

Quote:

Originally Posted by Sweeks (Post 1863968)
How can I get rid of the redirection message? Thank you :)

Use direct link to articles.php rather than forum

Or find in Plugin 'Article Forum'
PHP Code:

eval(print_standard_redirect('Redirecting...'falsetrue)); 

and replace with:
PHP Code:

eval(print_standard_redirect('Redirecting...')); 


Joshva 08-10-2009 06:30 PM

Do you know how to get this mod working for multiple forums in different category heirachies?

saltedm8 08-12-2009 01:42 AM

Great mod, thanks

markblair 08-12-2009 05:17 AM

This mod is awesome. Thank you very much. :)

Installed!


All times are GMT. The time now is 03:27 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.02083 seconds
  • Memory Usage 1,855KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_html_printable
  • (6)bbcode_php_printable
  • (16)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