The newest photos feature isn't really relevant to my site. Is there, or will there be, a way to turn this off?
Announcement
Collapse
No announcement yet.
Way to turn off Newest Photos?
Collapse
X
-
Way to turn off Newest Photos?
Tags: None
-
Look at the config.php file in the application folder. You can tweak a bunch of variables in there to really move and re-arrange the containers as you see fit.anders | vbulletin team | check out the new vbulletin facebook app
Proudly vBulletin'ing since 2001
Please be my friend! http://www.twitter.com/inetskunkworks
vBulletin Performance Articles: Click here to read
-
Ah I see - Is there a way to turn off a container completely? I removed the newest and popular photos, but that just moved them down.
Also what would cause Newest & Popular thread not to show up at all?
Here's what I have so far: https://apps.facebook.com/cellphoneforums/
Comment
-
tpearl; are you using APACHE web-server?anders | vbulletin team | check out the new vbulletin facebook app
Proudly vBulletin'ing since 2001
Please be my friend! http://www.twitter.com/inetskunkworks
vBulletin Performance Articles: Click here to read
Comment
-
Comment
-
I am unable to register on your forum, says registrations are disabled or something. Do you have some requirement for registration or a product?
Also, if you see errors on litespeed, some php modules might be required: ie. http://tracker.vbulletin.com/browse/VBF-374anders | vbulletin team | check out the new vbulletin facebook app
Proudly vBulletin'ing since 2001
Please be my friend! http://www.twitter.com/inetskunkworks
vBulletin Performance Articles: Click here to read
Comment
-
That's strange, the only plugin I have installed that deals with registration is spam-o-matic. I wrapped some if statements around the plugin code. Can you try registering again?
I'm using the exact config as apache, and I'm not seeing any errors so I don't believe that's a problem.
The only other thing I can think of is I'm using digitalpoint sphinx search, which replaces the default vbulletin search. The FB app doesn't look like it's recognizing the search implementation setting.
Comment
-
Actually, regardless of the search implementation setting, I'm not getting anything on https://apps.facebook.com/cellphonef...opular_Threads
Comment
-
Originally posted by tpearl5 View PostThat's strange, the only plugin I have installed that deals with registration is spam-o-matic. I wrapped some if statements around the plugin code. Can you try registering again?
I'm using the exact config as apache, and I'm not seeing any errors so I don't believe that's a problem.
The only other thing I can think of is I'm using digitalpoint sphinx search, which replaces the default vbulletin search. The FB app doesn't look like it's recognizing the search implementation setting.
Comment
-
Recommended seems to work - it's popular and recent threads that I can't get to show up.
Comment
-
Calls to the search API work fine with third party search (which is why search works fine with the mobile app). I don't have a copy of the Facebook App myself so I can't really go digging into what the issue might be. But as long as the Facebook App is using standard vB calls for search (either normally through the standard vB_Search_Core::get_instance() method or via the mobile API), it should work fine.Sphinx Search for vBulletin 4: https://marketplace.digitalpoint.com...tin-4.870/item
Someone send me a message on Twitter when this site is usable again. https://twitter.com/digitalpoint
Comment
-
Originally posted by digitalpoint View PostCalls to the search API work fine with third party search (which is why search works fine with the mobile app). I don't have a copy of the Facebook App myself so I can't really go digging into what the issue might be. But as long as the Facebook App is using standard vB calls for search (either normally through the standard vB_Search_Core::get_instance() method or via the mobile API), it should work fine.
PHP Code:$search_core = vB_Search_Core::get_instance();
$current_user = new vB_Legacy_CurrentUser();
if (!$vbulletin->options['enablesearches']) {
return $this->error('searchdisabled');
}
$criteria = $search_core->create_criteria(vB_Search_Core::SEARCH_ADVANCED);
$userids_a = explode(',', $userids);
$contenttypeids_a = explode(',', $contenttypeids);
Comment
-
Originally posted by tpearl5 View PostRecommended seems to work - it's popular and recent threads that I can't get to show up.
Comment
-
FYI, search works on my mobile apps, but Recent and popular posts does not. I believe I'm dealing with two different issues.
Comment
-
Originally posted by Kyle Furlong View PostCheck your mobile home page settings, if you have a date cut off there that is very short, you won't see any thing. Its a long shot, but something to check. Have you opened a support ticket for this issue? Our staff can help you through any common API issues you may be having, as well as make sure your config otherwise checks out.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment