vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - CES Site News (https://vborg.vbsupport.ru/showthread.php?t=137365)

Demo16 06-01-2007 09:03 PM

what other settings? and about point 1?

thincom2000 06-02-2007 03:18 PM

Unregistered users are seeing blank because you have default Forum Permissions set where Unregistered Users cannot view Thread Content. AdminCP -> Forums & Moderators -> Forum Permissions -> Forum Viewing Permissions -> Can View Thread Content. Make sure this is set to yes for all Usergroups in News forums. I will add a plugin to override AdminCP settings in the next release.

For your other issue, have you modified the ces_news_comments template? There is no case that I have tested where you can have a disembodied Comments header without the corresponding "No Comments" message.

Demo16 06-02-2007 10:17 PM

Permission are ok I see only Thread content when in shownews page.

Here http://www.dpcgamers.com/forum_it/news.php?f=47 I can't see anything
Here http://www.dpcgamers.com/forum_it/shownews.php?t=164 I can see content

For the ces_news_comments template....I don't have the file. What you mean?

I have only this files:

In forum/
-------------------------
- upload: news.php
- upload: shownews.php

In forum/plugins/announcements/
-------------------------
- upload: announcementdata_postsave.php

In forum/includes/
-------------------------
- upload: ces_news_functions.php
- upload: ces_news_bbcode.php


and I've leave them as they were.
One more thing I have the latest vb version the (vBulletin 3.6.7 PL1)
bye

Demo16 06-04-2007 08:43 PM

So what do you think is the problem?

thincom2000 06-05-2007 05:50 AM

Okay I think I have discovered the problem.

Do you have thread previews disabled on your forum?

AdminCP -> vBulletin Options -> Forum Display Options -> Length of Thread Preview Text

Demo16 06-05-2007 03:53 PM

It's set to 150

thincom2000 06-05-2007 05:20 PM

Hm... setting the Thread Preview length to 0 was the only way I could reproduce what you reported other than setting the permissions for Can View Thread Content to no...

Do you have any other mods installed that use Thread Preview?
Also, what other mods do you have installed that use forumdisplay hooks?

For example there was an AJAX Preview that I considered using for a while.

thincom2000 06-08-2007 03:56 PM

Try this file edit and let me know if it solves the problem... It did for me, but you may have something else conflicting.

In news.php find:
PHP Code:

// disable thread preview if we can't view threads
if (!($forumperms $vbulletin->bf_ugp_forumpermissions['canviewthreads']))
{
    
$vbulletin->options['threadpreview'] = 0;


Replace with:
PHP Code:

// disable thread preview if we can't view threads
if (!($forumperms $vbulletin->bf_ugp_forumpermissions['canviewthreads']))
{
    
$vbulletin->options['threadpreview'] = 0;
}
else
{
    
$vbulletin->options['threadpreview'] = 1;



Demo16 06-14-2007 04:47 PM

Sorry thin I was out of my home since today. Ok I'll try it tomorrow tnx

Chadi 07-24-2007 08:00 PM

I do not know what happened, but suddenly the main page of CES News is all blank, unless you click on each individual post

http://www.talkjesus.com/newsces.php?&f=72

I'm using v1.4.1


All times are GMT. The time now is 09:16 PM.

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.01438 seconds
  • Memory Usage 1,743KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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