![]() |
How to fix alignment issues in the recent update? The rating scores on thread view drops and isn't aligned with the rest of the site. check my site plz, thanks.
|
Quote:
|
Quote:
there it is |
Entertain -
I wanted to let you know that I solved the bug that has been bothering me for a while and was posted on a number of times earlier in this thread. PHP warnings were turned up a notch on my server and they were going off because $specialtemplates wasn't defined in a few of your scripts and the vB_Datastore_Filecache doesn't handle null values very well. If you simply add Code:
$specialtemplates = array(); Thanks. |
Feature Request:
Have an option in the admin to set what forums the "rate seller" link is displayed. Similar to "Forums Where Feedback Score is shown" but a "Forums Where Rate Seller link is shown" I'd like to have the option to display the rate seller link on in my for sale sections not the rest of the forum. Thanks, works great otherwise! |
A few scalability issues...
- As someone else mentioned, you need $specialtemplates = array(); in your PHP files if you want them to work when people are using datastores. - user.itrader_total needs an index if you want to sort the entire user table on it (you are in itrader_main.php). - itrader table has 2 identical indexes (get rid of one of them) - Not using the proper methods for SQL queries. Read queries should (usually) use $vbulletin->db->query_first_slave and $vbulletin->db->query_read_slave in place of $vbulletin->db->query_first and $vbulletin->db->query_read. The way it's setup now, all queries go to the master DB server instead of properly offloading the read queries to slaves DB servers. |
Every time I install a plugin (and activate it..) I get this message:
Parse error: syntax error, unexpected '<' in ..board/includes/class_bootstrap.php(1146) : eval()'d code on line 1 .. before board had my server info which I deleted. But this is the general information. I got this while installing the itrader plugin. Background info: (Version 4) I placed the XML in the coding area and used the cache_templates as the hook. Any clue? |
Quote:
Quote:
Quote:
Quote:
Thanks for helping! Quote:
|
Updated for 4.0.2. Works great. Thanks again.
|
installed
|
All times are GMT. The time now is 09:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|