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 |
#162
|
|||
|
|||
Okay for some reason the Inline Mod class is breaking on Internet Explorer and causing a whole bunch of problems. I will try to figure it out even though I don't think I ever touched that stuff in the first place.
EDIT: Fixed this issue. Your cookies error is most likely a direct result of the array_slice() warning because by outputting the warning the headers were sent. I know why this came up and I'll correct it for next fix. Haha, I just wish I had seen your post before releasing 1.3.1 or I could have actually made it a worthwhile update. On the other hand that Postbit Switch Glitch on Quick Edit is quite the bugger. I had quick edits turned off on my forum so I never noticed this before. I've followed Quick Edit through vBulletin's code and still have no idea where this switch is taking place. If somebody knows where the vB_Ajax_Init class is defined, that would get me on the right track. If you don't know off hand don't waste your time because it seems to be pretty well hidden. |
#163
|
|||
|
|||
I don't understand your redirect issue. I have disabled my news forum, it displays as a regular forum, and all the links still work...
|
#164
|
|||
|
|||
I don't know why there was an issue with that. The way the hack was configured, any thread or forum could be viewed as news by using news.php or shownews.php. I have fixed this behavior for 1.3.2 so that if it's not a news forum or article, it redirects to the appropriate forumdisplay or showthread page.
Right now I'm trying to fix the array_splice() error you reported. |
#165
|
|||
|
|||
Sorry I took so long to post a fix tonight. In the process of making all these changes, I hit the PHP Memory Limit for my server and it took me a while to figure out where the conflict was that I even needed to increase it beyond "No Limit."
|
#166
|
||||
|
||||
was there ever a live demo posted ? I search a few pages back but didn't see one.
thanks thincom2000 -Bs |
#167
|
|||
|
|||
The link to the live "demo" is in the first post. Not really a demo, but that's my forum with it installed and working. Please note that what you see in the demo can sometimes be an update ahead of what you can download here, because well I need to test things first.
|
#168
|
|||
|
|||
Quote:
EDIT: Found it and fixed it by updating a plugin. That was a really convoluted search, though. |
#169
|
|||
|
|||
I've been putting of updating this on my live website as it worked well (earlier version) with Andreas sidebars hack.
However now you seem to have moved or done something with $spacer as i tested it on my local machine and the postbit is breaking out of the style and pushing everything to the right. What did you remove from postbit ? |
#170
|
|||
|
|||
OK found the problem i think
Its in ces_news_comments removing Code:
<div style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> What was that included for ? |
#171
|
|||
|
|||
That is $spacer hardcoded, so removing it should make no difference.
If you still have a showthread_postbit_create plugin, then that may be the cause. Remove that plugin if it still exists. Also, try removing $post[news_comments] from your postbit template. Another cause may be if you have not uploaded the most recent shownews.php. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|