The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Article Forums Details »» | |||||||||||||||||||||||||||||||||||
Turn a forum into an article forum. Sub-forums are turned into categories.
Installation:
Remember to click Mark as Installed to receive updates and support
Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
SANBOR |
Comments |
#582
|
|||
|
|||
Quote:
Would appreciate the help |
#583
|
||||
|
||||
The problem is the URL in the templates is relative, and since you've moved the articles.php to your root, the showthread.php file is not in the same folder. You need to add a fully qualified path to your forums folder, which will make all the links on the articles.php page fully qualified. The vBulletin variable that holds that path is $vbulletin->options['bburl'].
You need to replace all instances of: <a href="showthread.php with: <a href="'.$vbulletin->options['bburl'].'/showthread.php in the Article installation file and reinstall it. Or you can go in and manually update that text in all these templates: af_articlebit af_articlesmallbit af_threadbit postbit_display_complete You need to update your branding as well to reflect the full path to your images. The same rules should apply to all instances of: <img src="images since that too is a relative path. --Ed |
#584
|
|||
|
|||
Quote:
I tried doing that but the issue is the link I am getting is wrong Code:
http://www.xxxx.com/'.Array['bburl'].'/showthread.php?t=2 |
#585
|
||||
|
||||
Quote:
I am just starting to program vBulletin so my experience with it is limited so there might be an obvious answer that I am not aware of... What version of vBulletin are you using? Since I am new to the community I am using the latest. --Ed |
#586
|
|||
|
|||
Quote:
I am using the latest version as well 3.8.3. I have just installed vbulletin two days back |
#587
|
||||
|
||||
It would appear that your array isn't being populated properly when the file is in the root. A quick fix is to hard code the path to your forums folder instead of using the bburl variable.
Maybe Princeton or one of the more experienced developers knows why it's not initializing everything properly. (or knows the real reason it's not working) --Ed |
#588
|
|||
|
|||
Now I don't know how possible or not this is but let me know if you can do it.
Basically when I setup the "guides" section using this mod, I had to take various threads from various categories and put them all into sub cats of my "article" forum. I then hid that original article forum from view(so that it still looks like all content for a certain category is in that category). I then added forum links to the different article forum sub-categories in the main categories. See what I mean by going to http://www.mydellmini.com/forum , notice the forum links "Dell Mini 9 Guides" which links to the hidden article forum. One thing that has now happened is that because the guides have been moved out of the original parent category they're not getting as much coverage at all (they don't appear in the overall category view for one thing ). tldr; Can we have multiple "article forums" so there is no need to move everything into one category. They could all show on the main page as it currently does, its just I don't want to have to move all the sub categories/threads out of their original top-level category |
#589
|
|||
|
|||
Dunhamzzz, pls read my feature request a couple pages ago, do you think it makes sense for you? if so we can petition bananalive twice as hard for it.
|
#590
|
|||
|
|||
Quote:
Changes to be done to the following templates af_articlebit af_articlesmallbit af_authorsmallbit af_catbit af_left af_left_alt af_letter af_right af_right_alt Search for: Code:
<a href=" Code:
<a href="$vboptions[bburl]/ Would appreciate the help |
#591
|
|||
|
|||
Hey guys,
I want the thumbnails on the page to be larger but can't figure it out. They aren't attached (the script is finding the image and posting it as a thumbnail). I tried to increase the attached thumbnail size to 200 anyway (even though these arent attachments), and went to maintenance and rebuilt the attachment thumbnails, but the images still show up the same size? It keeps scaling to 100 x 75 px. I'm running vBulletin 3.8.1 Thanks for the mod, it's GREAT! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|