The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CES Site News Details »» | |||||||||||||||||||||||||
CES Site News
Version: 1.6.3 vBulletin 3.7.x, 3.8.x supported *** NEWS *** 5/15/2008 - v1.6.3 released 5/5/2008 - v1.6.2 released 5/2/2008 - v1.6.1 released 4/17/2008 - v1.6.0 released 11/7/2007 - v1.5.1 released 9/9/2007 - v1.5.0 released 4/12/2007 - v1.4.1 released 4/5/2007 - v1.4.0 released 4/1/2007 - 4/2/2007 - v1.3.1 through v1.3.2 released 3/30/2007 - v1.3.0 released 3/23/2007 - 3/26/2007 - v1.2.0 through v1.2.4 released 3/14/2007 - v1.1.1 released 3/12/2007 - v1.1.0 released 2/9/2007 - v1.0.8 released 1/29/2007 - v1.0.7 released 1/23/2007 - 1/27/2007 - v1.0.0 through v1.0.6 released Known Issues: - none What It Does: This allows you to turn one of your forums into a news blog. Live Installation: http://www.crackedeggstudios.com/news.php This site is usually an update or two ahead of what's available in this thread, because that's where we do all our testing. Products to Install: 1 Plugins Included: 14 Files to Upload: 7 Files to Edit: 0 New Templates: 8 Template Edits: 0 Mod Features: - adds options to the Forum Manager - uses forum permissions - threads in the given forum become articles - pull articles from other forums - full-text articles are displayed in a customized forumdisplay - post replies are added as comments - set number of articles and comments per page - turn on/off announcements in news display - turn on/off attachments in news display - turn on/off last comment in news display - ajax quick edit in news display (basically, quick edit in forum display) - display articles on every comments page - limit size of article preview - additional BB-Code tags for articles BB-Code Tags: [previewlength]value[/previewlength] Placing this anywhere in an article overrides the preview limit for that article only. Multiple [previewlength] tags are cumulative. A "Read More..." link will appear if this tag is used. [preview]value[/preview] Placing this anywhere in an article defines text that will only show on Newsdisplay. Text contained in this tag completely replaces the post text on Newsdisplay. Multiple [preview] tags are cumulative. A "Read More..." link will appear if this tag is used. [more]value[/more] Placing this anywhere in an article defines text that will only show on Shownews. Text contained in this tag does not replace the post text on Shownews. It only hides text from Newsdisplay. *** Changelog *** As of Version 1.6.3: - bug fix: preview functions do nothing since alias support added - bug fix: preview functions never worked on editpost or newthread - bug fix: inconsistent postbit after quick edit - updated files: news.php, shownews.php, ces_news_bbcode.php, ces_news_quick_edit.js As of Version 1.6.2: - bug fix: more database errors in vB 3.6.x - bug fix: post controls hide on news display in IE7 - bug fix: threadbit and postbit widths inconsistent - updated templates: ces_news_postbit, ces_news_threadbit - updated files: shownews.php *** Screenshots *** 1. New Forum Manager Option 2. Site News Settings 3. News Articles (forumdisplay) 4. Comments (showthread) Show Your Support
|
Comments |
#142
|
|||
|
|||
Quote:
If this feature is that important to you, I will consider adding it back to version 1.3.0 later this week, with a little coding trick so that it skips the queries if we are sorting chronologically and as much as possible in other cases. |
#143
|
|||
|
|||
OK, it works now. However, if the article is under the word limit it still displays "... Read more..." Is this normal?
Also, while in Newsdisplay, I notice that there is the typical icon legend at the bottom, but the icons don't actually show up anywhere in the articles.... I may have inadvertently deleted this from the template.. but I'll have to look into that. I've also been trying to find where in the templates you were compensating for the display problems in other forums.. but I still can't find where you've moved the news postbit and the comment postbit 10px or so over to the right. I'll just have to search through the code more, unless you happen to know offhand where it is. About the article sort order, it is kind of important.. as not all of my articles are News based, and need to be in alphabetical order... Won't it be easy to add a On/Off in the CES Site News options saying something like "Obey Default Sort Field and Default Sort Order?" That way if it's set to no it just defaults to chronological and saves on queries? Not sure how easy that would be though. |
#144
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
Sort order and the ability to search a news forum from Newsdisplay will appear in v1.3.0. |
#145
|
|||
|
|||
Nice job.
I've gone over the template a million times and I've gotten rid of the spacers, moved them around and the news and comment postbits still jut off 10px to the right. I have a table width of 800px, spacer of 10px, and everything is fine in my normal postbit in showthread, but in shownews there is 20px padding on the left and 10 px padding on the right. This causes the postbit to actually come off the page by 10px on the right side. I'm going to try comparing source code between shownews and showthread and see where that goes. Can't wait for 1.3.0 Edit: Comparing the source code, I first noticed that this somehow breaks my RSS feed for my News forum... Clicking RSS up in the URL bar leads me to a blank page if I'm in a forum with your hack, but it works normally in the others. It might not break the feed per-se, but something's not right. |
#146
|
|||
|
|||
Hi,
I got your plugin working at: http://www.samsunguniverse.com/forum/news.php?f=6 but I really would like to have blog like news included on: http://www.samsunguniverse.com/index.php under 'Samsung news' and then not in vbb style. But I still want the messages there also to appear in the forum as it does now. Is there anyway to do this? I know some php code but divinginto vbb codes. Thanks for the help! Steve |
#147
|
|||
|
|||
Quote:
This issue has come up before. You need to rename news.php to something else. Then set the new filename in the AdminCP (this problem is why the setting was created) and everything should work fine. |
#148
|
|||
|
|||
I already did that though... because I didn't want it named news.php or shownews.php. I wasn't aware this was to fix RSS.
How ironic. I'm going to disable this plugin and see if I still have the problem. Quote:
Edit: It just acts very strangely when I have the forums turned off. However, in news and shownews.php I don't get a dropdown box like I should when clicking on the RSS button. It takes me to the same RSS feed I would get if I clicked on the RSS button the main forums. In shownews and news.php it should be giving me a dropdown to select the RSS feed for that specific forum. I'm not really worried about this though... I'm not even sure I'm going to keep RSS enabled anyway |
#149
|
|||
|
|||
Quote:
In your .htaccess file, add new rewrite rule. If the rewrite engine is not yet on just say "RewriteEngine On" In this case, your new rule would be: Code:
RewriteRule ^index.php$ news.php?do=main&f={FORUMID} [L,QSA] PHP Code:
PHP Code:
|
#150
|
|||
|
|||
I almost got everything sorted out.... I keep adding spacer_open and spacer_close everywhere and shownews is almost looking right now. Whenever there are no comments, the "No Comments" box stretches to 100% width though, so now I need to figure out where to put more spacer_open and closes.
I think I read somewhere in this thread where someone was having problems, so you "fixed" the spacer stuff in your next release.. Well I definitely think that person had something wrong with their board, since I haven't touched my spacer templates, and maybe you should look into fixing it back the way you had it.. Just a suggestion though. Edit: I had to add another spacer into the news_comments template so that articles with no comments would show correctly. I also had to completely comment out the "Forum Description" type stuff in my navbar. It was really acting up with forums that had descriptions in news and shownews. I also noticed a bunch of extra whitespace at the bottom of the popup when you click on the poster's name... sure it's easy for me to fix in the template though. |
#151
|
|||
|
|||
Quote:
Also, you mentioned Main Table Width is 800. What is your Form Width? If you're not ready to post a link, maybe a screen shot? I would like to look into this since it makes absolutely no sense. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|