![]() |
Quote:
|
Ok,
i'm using MySql 5.0.67 a community ..... I Hope that the next release will work for all. Thanks |
very nice mod !! But I got one more question: is it possible to add a hide funktion (like the categories, the small minus on the left) ?? That would be awesome !
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
wait is :
SmnLikQuick different form YUI tabbed content? |
Quote:
|
AH in that case,
there is just one question about the mod.. well two... 1. How or where can i change the color of the panels? 2. How can I control time, speed of the slides. (In fact.. i dont want it to move!) thanks.b (when you have free time to answer!) |
The color of the panels is in the template class. Uses default alt. But for rotation, update to this version, and it's in your vBOptions:
https://vborg.vbsupport.ru/showpost....&postcount=320 |
Hi,
i have found the "problem" that is in the SmnLikQuick.php file in the AdminCp folder. The author of the mod don't have used vBulletin's database class, for this i receive this errors, is not a database problem: Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxxx'@'localhost' (using password: NO) in [path]/admincp/mod.php on line 50 Code:
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "mod`"); Code:
$announcements = $db->query("SELECT count(*) FROM `" . TABLE_PREFIX . "mod`"); Code:
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/mod.php on line 51 |
Solved my problem, now this great hack work on my forum too:
if anyone have the same problem, however this warning: Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxx'@'localhost' (using password: NO) in [path]/admincp/smnlikquick.php on line 50 In the file AdminCp/SmnLikQuick.php found (on line 50): Code:
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`"); Code:
$announcement = array_pop($db->query_first("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`", DBARRAY_NUM)) ; Code:
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`"); Code:
$announcement = array_pop($db->query_first("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`", DBARRAY_NUM)) ; |
Quote:
I might be a tad bit ignorant, where is the template class? located.. >.< apologies. |
OK, that was phrased wrong. The template is called something (it's been so long!) and inside that template you have <td class="alt1"> ... </td> alt1 is what you would have to change.
|
Quote:
|
I just installed on my board and received the following error:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/g/y/d/gyddas/html/smnlikquick.php on line 16 |
Upgrade to 2.0.6, located in one of my posts here.
|
Quote:
Ok, call me an idiot but I don't understand. I've searched for text in the templates but find lots of alt1's ... I simply need to change the blue that is used in the announcement navbar to black and am clueless. Please help!! |
Quote:
Find: (mine is edited for my style so look for something similar. Mine was on line 13) Code:
[background: #ff7502 url(/forums/morbid_orange/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */ Code:
background: #000000 repeat-x top left; /* EDIT PATCH/GRAPHIC */ |
THANKS looks good I will try it later :)
|
For anyone that's been having a problem displaying stuff in languages other than english, I solved it by doing the following:
Open the product XML file, edit line 19 and change this: PHP Code:
PHP Code:
I hope this helps you. :) |
Quote:
Quote:
|
Quote:
|
How do I change the color of the unselected tab name... it blends in too much with the background. Just this one not al the links for the style.
|
Hi,
Would it be possible to make this visible to guests only? |
Quote:
|
Any chance that this will be available for vb4?
|
Quote:
|
Hi Bobster,
Any idea on how to change the colour of the unselected tab name? It blends in too much and you cant read the tab title until its selected. Ive tried playing around with the css, but cant seem to locate the correct setting. |
Quote:
so if you are using the default CSS file that Bree provided, it would look like this.. Code:
.indentmenu{ Code:
.indentmenu{ Code:
.indentmenu ul{ Code:
.indentmenu ul{ |
did this mod work in Vb-4 ?
|
I got
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: smnlikquick_bit in [path]/includes/functions.php on line 4007 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 20 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: smnlikquick in [path]/includes/functions.php on line 4007 for VB-4 |
Quote:
|
............
|
I have always loved this hack, but should be really great to edit the css to have that small white gap , that exist in the default navbar gradient tab....
Attachment 128832 The first red is of SmnLikQuick, the second red is the default..... AnyBody know what must i do to have the same great gap in this great hack too? Thanks in advance ############Edit############ I have edited the smnlikquick tpl , the results seems pretty, but the ground is white , not grey like vb default..... Attachment 128833 Not there's a way to show grey the smnlikquick border too? ################Edit################## Doned :up: Attachment 128837 PS But this hack is related to the calendar? When i try to add a new calendar event , the default event title is the same title of the last smnlikquick tab.... |
All times are GMT. The time now is 03:56 AM. |
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:
|