The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#162
|
|||
|
|||
Please give me more details. What this error message is saying?
|
#163
|
|||
|
|||
Quote:
Char:1 'errror.document.forms.author' is not null or object Code:0 Url:www.xxxxxxxx.com/vbnews.php *Forgot to add that this happens when i edit the options under the Articles Features and click set.Then the Javascript error comes out.Hope this helps. And 1 more thing i'm unsure of is what is the function of that select usergroup option under the Edit Categories in my Admincp? Thanks for your attention,Maria. |
#164
|
||||
|
||||
Installling it according to the instructions (at least three times to chek) i'm still getting that error:
Code:
Warnung: require_once(/includes/functions.php) [function.require-once]: failed to open stream: No such file or directory in /apache/subs/test/htdocs/vbnews/vbnews.php (Zeile 84) Fatal error: require_once() [function.require]: Failed opening required '/includes/functions.php' (include_path='.:/usr/share/php5:/usr/share/php') in /apache/subs/test/htdocs/vbnews/vbnews.php on line 84 |
#165
|
||||
|
||||
This shows a lot of promise but when I tried it on my forum the graphics were all out of sync so I uninstalled. Hope others have more luck as it is an excellent idea.
|
#166
|
|||
|
|||
can via vbnews somehow replace forumhome ? (now forum home my root dir on forums)
|
#167
|
|||
|
|||
Hi,
at first I have to say: Nice mod...^^ But I have one problem. I can´t post important or editor´s choice news. I can only post video news, how can I fix it? Thx |
#168
|
|||
|
|||
WOW, I'm loving this, and if it works the way I hope it does, I plan on purchasing 2 instances of the commercial version for my upcoming sites.
Questions: - How is vBNews different from vB Articles? - I would be interested in using vbNews as my index page, as you have it here: http://www.madebymary.com/vbnews.php , would it be possible to also display information from the forums on the index page (ie: recent posts) - I'm unclear about how the navigation in the upper left corner works. Is it auto-generated by the categories, or is the navigation manually designated? - Can an article be posted (automatically) in more than one category? - I see a search box for 'key words'. Are these added by the author at the time they write the article? Do they appear anywhere at the end or beginning of the article? Are they 'clickable' (in other words, assuming the keywords appear within an article, can a user click on the key word and then see a list of articles with that keyword?) - Will the DIGG mod work with vBNews? - How specific are the author permissions? Ideally, I would like to restrict posting of articles to one user group. Within that group, authors would only be able to edit their own articles. Is that possible? - When, oh when, will your "club" mod be completed?? It sounds awesome! But in the meantime, I cannot tell you how happy I am to find vBNews. Simply Brilliant! |
#169
|
|||
|
|||
I am curious on the same question. I am going to be running a site where users submit their news/articles and need just one interface.
Also, I have an area that is completely separate mod that asks the member whether to submit an Request for Proposal or a Job. Can either of these modules be used for that? So in essence, can I use either vbNews or vbArticles to do the following: Post News or Articles Post a Job Post a Request for Proposal I would really appreciate your advice since I am about to finalize my site and this is for a very big industry. Thank you for your hard work. Your mods look great! I look forward to hearing from you. Joe Here is my website: www.fiduciaryforums.org, please see this section: http://www.fiduciaryforums.org/forums/listings.php |
#170
|
||||||
|
||||||
There are lot differencies between them. vbArticles is more specific for Reviews (maybe I need to change the name to vbReviews), while vbNews is specific to news publishing. To make it more clear. Even if vbNews also supports Rating this rating is goes to Article while in vbArticles is goes to Article AND Author. So a Member who has posts more artilces get rating the average rating of all his articles.
Except this point that vbArticles comes better, vbNews has much more other features like (maybe I'm forgetting some):
Quote:
Quote:
Quote:
Quote:
Sorry, dont know it. Can you point me somewhere? Quote:
Quote:
Thank you |
#171
|
|||
|
|||
Hello my Friends,
Many users have asked me to help them to add some additional info in vbNews. Here is an example on how to include simple HTML code (even if it can be anything). This tutorial will show you how to incule a YouTUBE block Step 1: With a text editor create a file with the following code: Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" class="tborder"> <tr> <td class="thead" align="left">YouTUBE Demo</td> </tr> <tr> <td class="alt2" align="left" valign="top" width="100%"> ........... Here you must place your object code, or anything else HTML code........... </td> </tr> </table> - Upload the file at vbnews/includes/ Step 2: Modify vbnews.php file : Find: Code:
if ($_REQUEST['do'] == 'main'){ Code:
// Create YouTUBE Block ob_start(); include('vbnews/includes/mytube.inc.php'); $mytube = ob_get_contents(); ob_end_clean(); Step 3: Edit the template vbnews_main. In any place you want to show this block add this code: Code:
<br /> $mytube That's all. Now in your vbNews main page will appear the YouTUBE video. Cheers Maria |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|