View Full Version : Forum Home Enhancements - [AJAX] SmnLikQuick v2.0 - Advanced Announcements Block
DjEddie
06-29-2008, 09:09 AM
No, you wouldn't install the whole thing, just use the content files ie, recentthreadsexp2.php for example and point a tab to it. You would do this manually in the template (for now). King K and I are working on something right now that we may talk Bree into using here which will allow specific additional content modules to be added to this as well..
Here is how to add an additional Tab for an external content file (s)
EDIT the smnlikquick TEMPLATE
I manually inserted an LI tag (IN RED) which will create an addition Tab .. all you need to do is create a content file, upload it, change the name of it in the line below, name your tab and yer golden. Works well with all the content files I have made for AJAX Tabs .. you just need to remark out the calls to any CMPS files that are not being used..
<table class="tborder" cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td class="alt1">
<div id="tabs" class="indentmenu">
<ul>
$slq_bit
<li><a href="tabcontentfile.php" rel="tabcontainer">TAB NAME</a></li>
</ul>
<br style="clear: left" />
</div>
<div id="divcontainer" style="border:0px; width:97%; padding: 6px; margin-bottom:1em">
</div>
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
</td>
</tr>
</table>
<br />
Thanks for this, got it all working now and it helped me adding my radio stations in there too, really appreciate it thank you :)
And a couple more questions lol,
i want to have the tabs colored before they get selected and to change the red gradient when they are selected, this might of been mentioned before somewhere but I can't see it for the life of me.
and last question, with the recentthreads php file, i want to take some info out so i only have one line...
ie i want to take out topic starter (2nd Line) date when topic made (3rd line) and next column take out the last posters name. so i just have 1 line of info across the whole table.
also can i change this so its latest thread created and not last thread posted in ?
Thanks for all ur help on this..:)
King Kovifor
06-29-2008, 02:14 PM
Thanks for this, got it all working now and it helped me adding my radio stations in there too, really appreciate it thank you :)
And a couple more questions lol,
i want to have the tabs colored before they get selected and to change the red gradient when they are selected, this might of been mentioned before somewhere but I can't see it for the life of me.
and last question, with the recentthreads php file, i want to take some info out so i only have one line...
ie i want to take out topic starter (2nd Line) date when topic made (3rd line) and next column take out the last posters name. so i just have 1 line of info across the whole table.
also can i change this so its latest thread created and not last thread posted in ?
Thanks for all ur help on this..:)
I can't find the file or I would have edited it for you.
DjEddie
06-29-2008, 02:23 PM
Hi Kovifor,
I've added the unedited file as an attachment, appreciate it if you could look for us,
Thank you :)
King Kovifor
06-29-2008, 02:38 PM
What do you want taken out?
DjEddie
06-29-2008, 02:46 PM
Hi, i'd like taken out please:
Topic Starter
Date When topic made
Last poster
And not sure if this can be done, but i'd like it to Latest threads made, with the newest at the top, not showing the Latest thread that has been posted in,
Thank you :)
King Kovifor
06-29-2008, 02:59 PM
Try the attachment. :)
DjEddie
06-29-2008, 03:19 PM
Hi, thanx for the quick reply
Its now showing, Topic title, thread starter and data & time when topic started (in first column) other colums arent there.. . <--- the last 2 fields if possible taken off leaving just topic title ...
and the other stuff put back on lol ie Last Post - Replies - Forum columns... so its still in its table but with the last posters name taken out of the last post column
so it all ends up on 1 line on 1 row ...
King Kovifor
06-29-2008, 03:22 PM
So you want most of the data, but everything to be on one line?
DjEddie
06-29-2008, 03:27 PM
Everything on one line ... data to be included and in the columns is:
Topic Title, - Last Post Time (only) - Replies - Forum Name <--- that info only, so it only uses 1 line per thread..
:) thanks :)
Dennis Kaczor
06-29-2008, 03:34 PM
Your table was never created. Try exporting and reimporting your product.
Did that, and not change in the errors seen. I checked and looked at the database and the table is in there, and I was able to view the 2 test messages in there as well.
If I uninstall, will it remove the table from the database? And maybe start from scratch one more time? even removing the upload files to the server as well? Unless you have any other ideas that I can try.
I check to see if the table was there before the export and inport and it was there.
Thanks for the help. And I hope to get this going as I have a use to put this in CMPS as well, but need to correct this issue before hand. Thanks again
King Kovifor
06-29-2008, 04:28 PM
Yes, an uninstall should remove the table.
Dennis Kaczor
06-29-2008, 04:49 PM
Yes, an uninstall should remove the table.
OK I have uninstalled this program and I will leave it for know and try it on Monday and see if I can make ground with this program. It's one that I would love to have added to my system.
Thanks
DjEddie
07-01-2008, 04:51 PM
Hi,
I';ve done all what I needed to do in previous posts apart from the coloring of the tabs.
I've been throught the css file and changed all the colors around, but nothing changes when I load the site back up. Any ideas, or would you think something is over riding it?
Thanks
bobster65
07-01-2008, 05:22 PM
Hi,
I';ve done all what I needed to do in previous posts apart from the coloring of the tabs.
I've been throught the css file and changed all the colors around, but nothing changes when I load the site back up. Any ideas, or would you think something is over riding it?
Thanks
can we have a link to your site?
DjEddie
07-01-2008, 06:04 PM
i'll pm u the link :) thanx
BeerLuver
07-02-2008, 05:14 AM
I just noticed today an odd issue with using this mod. When this mod is installed and you have ANY announcements on it, the main RSS feed for your forums will append the LAST or most recent announcement's title to your RSS feed title.
For example, my RSS feed should have a title of Creeight.org, but since I have an announcement with this mod up titled Welcome... my RSS feed now reads Creeight.org - Welcome. I wanted to mention this in hopes of any future updates or work on this mod, that this potential lil issue be looked into and hopefully resolved somehow. I guess it's not such a big deal, but for those who want just a simple RSS feed title to be their site's title itself and nothing added on, then it might be a concern heh. Great job so far on the extra support from some of the members helping with this mod though :)
slick368
07-02-2008, 07:03 AM
Okay. I finally got everything to display in tabs format instead of bullets. The only problem that remains is this. Once I loaded the CMPS mod, the panels display, but they kick the rest of the center column's contents to the bottom of the page below where the left column's content ends.
This is a problem as I want the tabbed panels to be the first item on the center column. This problem did not occur before I loaded the CMPS mod. The panels appeared as the first item on the page with all of the other content loading below it properly. It was only after it was loaded as a CMPS module that the problem appeared. Any ideas?
Thanks!
bobster65
07-02-2008, 01:54 PM
Okay. I finally got everything to display in tabs format instead of bullets. The only problem that remains is this. Once I loaded the CMPS mod, the panels display, but they kick the rest of the center column's contents to the bottom of the page below where the left column's content ends.
This is a problem as I want the tabbed panels to be the first item on the center column. This problem did not occur before I loaded the CMPS mod. The panels appeared as the first item on the page with all of the other content loading below it properly. It was only after it was loaded as a CMPS module that the problem appeared. Any ideas?
Thanks!
There are some issues with the CMPS Module that Bree will be addressing when she gets back online.
In the mean time, can you post some screen shots so we can see whats going on or provide us a link to your site so we can "see" it .. much easier that way.. if you don't want to post your site publically, then PM one of us (Bree, King Kovifor or myself)
slick368
07-02-2008, 02:16 PM
Here is the screenshot you asked for. Notice the bar titled Database & Coding: Test. This should be right under the tabbed panel. The url to my site is forums.gamers-lair.net. Thanks for your help!
bobster65
07-02-2008, 02:25 PM
Here is the screenshot you asked for. Notice the bar titled Database & Coding: Test. This should be right under the tabbed panel. The url to my site is forums.gamers-lair.net. Thanks for your help!
Did you check clean output for the module?
Namaless
07-02-2008, 11:13 PM
Dear Bree, Bobster65 and King Kovifor, I have added usergroup permission to view annoucements, autotemplate, timer setting and persistent tab setting to your modification.
Now request if possible to post here the my version for releasing official 2.0.5 version..
Regards.
slick368
07-03-2008, 12:52 AM
I checked the clean output option, and when I do, the module disappears altogether. I then de-select the clean output option and the module re-appears and everything is back in the same state that it was before.
bobster65
07-03-2008, 01:33 AM
I checked the clean output option, and when I do, the module disappears altogether. I then de-select the clean output option and the module re-appears and everything is back in the same state that it was before.
are you using the default cmps module wrapper? If not, I will give you an alt module wrapper to use with it.. that should do the trick ..
slick368
07-03-2008, 03:10 AM
Okay... I had the default module wrapper activated. I turned it off and it fixed the problem. If you have an alternate wrapper I can use, that would be great, as the default seems to break things.
Thanks for the tip!
are you using the default cmps module wrapper? If not, I will give you an alt module wrapper to use with it.. that should do the trick ..
DoB Rhapsody
07-03-2008, 04:42 AM
I have this running on my site right now. I have 2 announcements at the moment, The problem is that when the page loads it loads the module fine but on the second re-load it will load the same announcement instead of moving on to the second.
bobster65
07-03-2008, 12:33 PM
Okay... I had the default module wrapper activated. I turned it off and it fixed the problem. If you have an alternate wrapper I can use, that would be great, as the default seems to break things.
Thanks for the tip!
If it works without the default wrapper, yer good to go.. no need for an alt wrapper :cool:
bashy
07-03-2008, 03:00 PM
Hi, Thanks for this hack it looks great..
I have installed it yet it looks nothing like your demo
Please see my forum here (http://www.bashys-place.com/forums) Just below the chatbox I uploaded all files and kept directory structure
Import the product and did the 2 template edits, yet sommat is amiss :(
Any ideas please, cause i was hoping it would look like the demo?
bobster65
07-03-2008, 03:19 PM
Hi, Thanks for this hack it looks great..
I have installed it yet it looks nothing like your demo
Please see my forum here (http://www.bashys-place.com/forums) Just below the chatbox I uploaded all files and kept directory structure
Import the product and did the 2 template edits, yet sommat is amiss :(
Any ideas please, cause i was hoping it would look like the demo?
the script isn't finding the CSS ..
Edit the FORUMHOME Template and in the <head> section, look for this..
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
Change to this..
<link rel="stylesheet" type="text/css" href="http://www.bashys-place.com/forums/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="http://www.bashys-place.com/forums/clientscript/smnlikquick_ajax.js">
bashy
07-03-2008, 03:24 PM
Thank you very much for the quick response and that worked great..
I take it you cant use html markup in it, cause that dont seem to work?
bobster65
07-03-2008, 03:36 PM
Thank you very much for the quick response and that worked great..
I take it you cant use html markup in it, cause that dont seem to work?
I believe that is something that Bree or KK is working on. I'll let them answer that for ya ;)
bashy
07-03-2008, 03:48 PM
Ah ok, I hope so, would be a great addition
Thanks for your help anyway Bobster, appreciated :)
bashy
07-03-2008, 04:31 PM
oh me bad, i had it set to parse BBcode, HTML works fine :)
King Kovifor
07-03-2008, 06:02 PM
Thank you very much for the quick response and that worked great..
I take it you cant use html markup in it, cause that dont seem to work?
oh me bad, i had it set to parse BBcode, HTML works fine :)
I am working on having a setting for both HTML + BBCode. So hopefully that will be in the next release.
bashy
07-04-2008, 08:27 PM
Thanks you very much :)
Is there a way to turn of the rotation please?
with it on it makes the forum move on each refresh
bobster65
07-04-2008, 10:36 PM
Thanks you very much :)
Is there a way to turn of the rotation please?
with it on it makes the forum move on each refresh
To modify the auto rotation, edit the "smnlikquick" template and look for this code towards the bottom of it..
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
Change the mytabs.init(5000) to mytabs.init() the 5000 is in microseconds, so it was set to rotate every 5 seconds... setting it to () removes the rotation completely and makes it so that you have to click on a tab.
bashy
07-05-2008, 07:29 AM
Sorry for the late reply, i didnt get an email saying you had replied :(
I have removed the 5000 and its working perfectly, thank you so much for your help :)
Namaless
07-05-2008, 07:44 AM
Not interested the my version? this is bad..
Regards..
King Kovifor
07-05-2008, 05:09 PM
Not interested the my version? this is bad..
Regards..
Bree has complete control over that. As it stands she does not have a computer right now, and cannot reply to you. Be patient and see what she says.
Nectro
07-08-2008, 04:15 PM
Ok running VB 3.72 and a friend brought this program to my attention.
Installed and when I go to add a message I get this SQL error message.
Warning: mysql_query() [function.mysql-query]: Access denied for user: 'torontod@localhost' (Using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
Even if I add a message, then I don't get a message block like I have seen, and if I add another message it does not display right.... Like this
Test1
Test2
Any ideas? I would love to see this one work.
Ok guys i have same DB problem here, i got the css sorted but i still get this error:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xploit'@'localhost' (using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
Could some one help me out? Reinstall of the product does not work either.
Rideharder
07-08-2008, 07:30 PM
wow my site looks soooo hot thank you for your hard work!
www.speedaholic.net
I marked as installed!
sweet so happy!
Rideharder
07-08-2008, 07:32 PM
Ok guys i have same DB problem here, i got the css sorted but i still get this error:
Could some one help me out? Reinstall of the product does not work either.
what is the name of url?
Namaless
07-08-2008, 10:28 PM
Bree has complete control over that. As it stands she does not have a computer right now, and cannot reply to you. Be patient and see what she says.
Thanks to reply.. I'm waiting.. :)
Skyrider
07-09-2008, 12:26 AM
This is one awesome plugin! But I do have to ask you something if you don't mind.
1), is it possible that you can make an option out of that it changes blocks after every xxx seconds? I noticed not a lot of people that noticed this plugin being added liked the way it changes block automatically.
2), We have a chat box at the bottom of our forum, and like 1), the block changes causes height changes which causes to mess with the chat box itself. It doesn't really changes the chat box, but it keeps changing the heights because every block has different set of lines / space it uses. Possible you can think of something? That'll be great. This plugin is awesome though, thanks!
bobster65
07-09-2008, 12:39 AM
This is one awesome plugin! But I do have to ask you something if you don't mind.
1), is it possible that you can make an option out of that it changes blocks after every xxx seconds? I noticed not a lot of people that noticed this plugin being added liked the way it changes block automatically.
2), We have a chat box at the bottom of our forum, and like 1), the block changes causes height changes which causes to mess with the chat box itself. It doesn't really changes the chat box, but it keeps changing the heights because every block has different set of lines / space it uses. Possible you can think of something? That'll be great. This plugin is awesome though, thanks!
You can stop the rotation.. just read up a few posts ... its an easy template edit .. and yes, there will be controls added into the next release.
TimberFloorAu
07-09-2008, 01:51 AM
Reagrding the Display of recent threads etc, within one of the tabs .
Im not sure how this is integrated ( not via cpms )
We just want to list latest threads within one of the tabs.
Help appreciated ( have incidentally looked at recentthread.php and on vba site.
Ozzy
Skyrider
07-09-2008, 10:41 AM
Thanks guys, I figured it out. :D. I was also wondering if the author of the plugin could add a "Are you sure you want to delete this announcement" box after you selected on "delete". I accidentally selected delete rather than edit. And it removed the announcement right away.
lazserus
07-09-2008, 01:56 PM
This is probably one of the most useful and pragmatic mods I've seen on this site. Great work, Bree (and all who lent a hand)! People tend to ignore my announcement forum--which rests at the top of my forums--but with this mod, important announcements can't be ignored!
King Kovifor
07-09-2008, 07:38 PM
Till Bree gets back online (to update this), here is the full 2.0.5 (PHP 5 Compatibility Fixes) that you can upgrade too.
Namaless
07-09-2008, 08:56 PM
Till Bree gets back online (to update this), here is the full 2.0.5 (PHP 5 Compatibility Fixes) that you can upgrade too.
Any news for my modifications??
Regards.
King Kovifor
07-09-2008, 09:01 PM
Any news for my modifications??
Regards.
Bree handles those, and will get back to you as soon as possible.
Skyrider
07-13-2008, 09:22 PM
Any possible way announcements can be done / shown for specific usergroups? handy for secret announcements.
This is probably one of the most useful and pragmatic mods I've seen on this site. Great work, Bree (and all who lent a hand)! People tend to ignore my announcement forum--which rests at the top of my forums--but with this mod, important announcements can't be ignored!
You are soo super sweet... Thank you so much!
Thanks guys, I figured it out. :D. I was also wondering if the author of the plugin could add a "Are you sure you want to delete this announcement" box after you selected on "delete". I accidentally selected delete rather than edit. And it removed the announcement right away.
I cannot believe I left that out... *blush*... Yes we will get that one done for sure! Thanks & sorry about that.
Reagrding the Display of recent threads etc, within one of the tabs .
Im not sure how this is integrated ( not via cpms )
We just want to list latest threads within one of the tabs.
Help appreciated ( have incidentally looked at recentthread.php and on vba site.
Ozzy
We're working on this one too...
Any possible way announcements can be done / shown for specific usergroups? handy for secret announcements.
And this one =0)
SmnLikQuick is in heavy development (Right alongside TFH (https://vborg.vbsupport.ru/showthread.php?t=175687)) and will be sporting quite a few new features in the near future.. a while in coming I know but we are working on it and hopefully everyone will be happy with the results very soon. Thanks for all your support and patience!
Always, Bree
Dingo14
07-14-2008, 09:48 PM
thanks for this Bree and the rest of the team who put this together its a great mod members like this one a lot
Dennis Kaczor
07-16-2008, 11:04 PM
It cannot access your database from your supplied information. I wouldn't see why if your forums worked.
And double check the CSS path.
Tried to install this again, and still get the database errors.
I checked the path and by making it direct using http and making headway, but still get this error.
Warning: mysql_query() [function.mysql-query]: Access denied for user: 'torontod@localhost' (Using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
I have no clue on where to turn to correct this issue. Vbulletin works and so does everything else, and I don't have a clue why it cannot access the database with this program. It beyond my scope at this point, and need someone to point my in the right direction to get this working.
Thanks
No one have any ideas on the problem here? Left a message a few days ago, and was hoping that there was something that I could try.
Dennis Kaczor
07-16-2008, 11:58 PM
Ok guys i have same DB problem here, i got the css sorted but i still get this error:
Could some one help me out? Reinstall of the product does not work either.
Did you ever get this program to work, I tried it again with the same errors.
Ng?i Sao Việt
07-17-2008, 03:12 PM
INSTALL:
1. Upload the files within the UPLOAD folder (in this package) to the corrosponding forum directories on your server making sure to keep the filetree intact.
2. Import Product: SmnLikQuick.xml via AdminCP>Plugins & Products>Manage Products>Add/Import Product
3. Refresh AdminCP (ie: Ctrl-F5)
4. Complete Template Edits (2 Edits) - Instructions provided in .zip file.
5. (Optional) Edit includes/smnlikquick_css.css to match your style.
6. Add Announcements & Enable the SmnLikQuick Mod via AdminCP>SmnLikQuick
Where on earth is the file smnlikquick_css.css anyway?
bobster65
07-17-2008, 03:18 PM
Where on earth is the file smnlikquick_css.css anyway?
1. Upload the files within the UPLOAD folder (in this package) to the corrosponding forum directories on your server making sure to keep the filetree intact.
Look in the UPLOAD folder and it will tell you what directory it is to be uploaded to.
TimberFloorAu
07-17-2008, 09:31 PM
Thanks Bree and wlcome back.
Could you run some checks please, to see if there is some java script collision... ( or ajax code ) that could be affecting the display of the template chooser.
We have noted that with this mod activated, users cannot see the style chooser, with it deactivated they can?
Weird I know... but perhaps there is a conflict somewhere ( almost 100% possibly our webpoint template )
Ng?i Sao Việt
07-18-2008, 12:06 PM
Look in the UPLOAD folder and it will tell you what directory it is to be uploaded to.
Nah, in the folder UPLOAD/forums/includes there's only one folder named xml with an xml file in it, and THAT'S ALL :confused:
There's no such file named smnlikquick_css.css in the package they gave us!! :(
bobster65
07-18-2008, 01:57 PM
Nah, in the folder UPLOAD/forums/includes there's only one folder named xml with an xml file in it, and THAT'S ALL :confused:
There's no such file named smnlikquick_css.css in the package they gave us!! :(
...if you would have looked at the entire UPLOAD Folder, you would have found it in the UPLOAD/forums/clientscript/smnlikquick_css.css
I'll let Bree know that there is a mistake in her install instructions on the location of the CSS file on the (optional) step 5
part of the install instructions includes this (which tells you the location of the file)
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
Dingo14
07-19-2008, 12:54 AM
You need to check post 26
There's no such file named smnlikquick_css.css in the package they gave us!!
https://vborg.vbsupport.ru/showthread.php?t=172773&page=2
bobster65
07-19-2008, 01:04 AM
You need to check post 26
https://vborg.vbsupport.ru/showthread.php?t=172773&page=2
The ZIP File has long been updated.. he was just not looking in the correct place because the instructions say its elsewhere. :)
Dennis Kaczor
07-20-2008, 12:10 AM
Ok, not knowing enough about mysql and the database errors that I have been getting, and took a look at the code in the admincp SmnLikQuick
Now I'm using mysql version 5 and on lines 50 and 51 reads as follows
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`");
$announcement = (mysql_result($announcements, 0, 0));
Should mysql be changed to "mysqli"? If I change this, I don't get a cannot access database message but now I get the following.
Warning: mysqli_query() expects at least 2 parameters, 1 given in [path]/admincp/smnlikquick.php on line 50
Fatal error: Call to undefined function mysqli_result() in /home/xxxxxxxx/www/www/forums/admincp/smnlikquick.php on line 51
Notice how these errors are not there now.....Below
Warning: mysql_query() [function.mysql-query]: Access denied for user: 'torontod@localhost' (Using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Just my 2 cents worth here from a rookie, but am I going to the right direction here?
King Kovifor
07-20-2008, 12:26 AM
It should be using the vBulletin Database Class. I will check out if it isn't and make necessary changes. :)
King Kovifor
07-20-2008, 01:59 AM
Actually, after reading your post again, it would seem that you cannot access your db. You getting these errors else where.
Dennis Kaczor
07-20-2008, 03:13 PM
Actually, after reading your post again, it would seem that you cannot access your db. You getting these errors else where.
Wow, the first message I thought there was some hope in getting this to run, and now I'm back to square one again!
Strange thing is that I created 3 announcements and they show up, and run like they should, but it is only when I need to manage the announcements is where there error shows up.
There is a smnlikquick table listed in the database, and the three messages are there as well, so there is some point were the program can access the database, and it seems that the manage portion is the one having the issues. Is there anything that I can do?
Thanks in advance
P.S. The only way that I could get this program to run, is put in an annoucement and all is fine with the display, and the message on the CMPS screen. I have two messages there and it works that way, but if I need to delete an old message, I have to go to mysql home page and remove it from the table..... Strange one!
DoB Rhapsody
07-26-2008, 04:33 PM
Everything works fine and i have resized the module so that i can fit a square box to the left for advertisements.
I am getting an error in IE7 though. "Interner Explorer cannot open this site url.." It's a dialog box and when you click ok or X out it goes to a page not found. I've asked some other users and they are not having this issue but i still want to find out what the problem is.
Any help?
Defkalion
07-27-2008, 10:59 AM
This is a very nice mod, but there is some problem with cyrillic characters as noted before. Any input in diferrent charachers (for example greek) gets saved as question marks (????? ???? ???). This is the only module with this kind of problem, is there some forgotten charset mis-type somewhere?
King Kovifor
07-27-2008, 12:21 PM
This is a very nice mod, but there is some problem with cyrillic characters as noted before. Any input in diferrent charachers (for example greek) gets saved as question marks (????? ???? ???). This is the only module with this kind of problem, is there some forgotten charset mis-type somewhere?
Will look into it, added to our internal tracker.
King Kovifor
07-27-2008, 01:24 PM
Here is a small update. It adds the ability to change auto rotation without the template edit. Just overwrite the product .xml do update.
michael5472
07-29-2008, 05:55 PM
you can adjust the rotation by editing the smnlikquick template and setting the mytabs.init(5000) to something higher. The time is in milliseconds, so 5000=5 seconds .. if you want to slow it down to 10 seconds, make it 10000. If you want to totally STOP the rotation just remove the numbers ie mytabs.init() That will make it so that they manually have to select a tab..
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
What file is this in ?
King Kovifor
07-29-2008, 06:07 PM
What file is this in ?
https://vborg.vbsupport.ru/showpost.php?p=1585253&postcount=320
Update to 2.0.6 found at the link above. Then, edit your options. Very last one should be set to nothing (not even a 0) and it will work.
bobster65
07-29-2008, 06:43 PM
What file is this in ?
its not in a file, its in the smnlikquick template like I mentioned in the first sentence.
KK just added an XML file that add's the ability to change this via the ACP
DoB Rhapsody
08-02-2008, 12:21 AM
I have this running on my site right now. I have 2 announcements at the moment, The problem is that when the page loads it loads the module fine but on the second re-load it will load the same announcement instead of moving on to the second.
Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.
bobster65
08-02-2008, 01:34 PM
Could I please get some help on this issue. I planning on a big update and i would love to have this reload properly. Right now, it is reload the first announcement over again, then moving on to the second.
Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.
5 seconds is WAY to fast of a rotation time.....
Can you cut your rotation down to 10 seconds and see if the problem still exists?
DoB Rhapsody
08-02-2008, 04:33 PM
Can I get a link to your site to see whats happening. Are you on a highspeed connection when viewing the site? I know that it comes default with a rotation of 5 seconds, so if you are on dialup, its going to be out of wack until the entire page loads and then gets caught up.
5 seconds is WAY to fast of a rotation time.....
Can you cut your rotation down to 10 seconds and see if the problem still exists?
I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.
http://lockoutgaming.net
EDIT: Yea, it reloads the first announcement over again in FF but it goes straight to the second one in IE.
ErrorLog
08-02-2008, 05:10 PM
Thank You =}
bobster65
08-02-2008, 05:34 PM
I'm not on dial-up. My guess is it may be an issue with Firefox. I'll try a 10 second rotation and post back. I currently have rotations disabled because of the issue.
http://lockoutgaming.net
EDIT: Yea, it reloads the first announcement over again in FF but it goes straight to the second one in IE.
ya, thats a weird one to say the least.. usually its IE that is messed up lol..
The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?
DoB Rhapsody
08-02-2008, 06:57 PM
ya, thats a weird one to say the least.. usually its IE that is messed up lol..
The only thing I notice is the "order" 4 - 1 - 2 - 3 - 5 .. I doubt that has anything to do with it tho.. I'll see if I can replicate this. This is the first report of it doing what you are saying (that I know of) .. did you try and set the order 1-2-3-4-5 to see if that worked in FF?
Just tried it, no luck.
popular
08-12-2008, 10:36 PM
how do we stop the announcements from auto scrolling?
nvm figured
periphrastic
08-14-2008, 01:38 AM
remove the / from the 2 lines below or use the FULL path to the URL.
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
thanks so much;
installed
Coop1979
08-14-2008, 03:45 PM
I'm getting this error. Any ideas?
85455
Coop1979
08-19-2008, 02:57 PM
Bump?
Spicey LA
08-23-2008, 02:28 AM
am not seein a css file in the includes folder to edit the css style to match my own style...can someone plz help me here??? thanx!
King Kovifor
08-24-2008, 04:39 PM
am not seein a css file in the includes folder to edit the css style to match my own style...can someone plz help me here??? thanx!
Its under /clientscript/
Ray2khax
08-25-2008, 12:08 PM
Dude this is so amazing :) Very nice job this is one of my favorite mods now :)
smirkley
08-26-2008, 05:31 PM
In the template called smnlikquick
Find:
mytabs.init(5000)
Replace With
mytabs.init()
That turns it off completely.... or you can replace the 5000 with a higher number to slow it down a bit.
Excellent modification,..THANKS !
Is there a chance the disable feature for the rotation to be included in the next update?
I turned mine off using the template change you suggested, but would love to have the option in ACP instead.
(sorry if it was said in this thread, but I didnt read all 13 pages lol)
Thanks again!
King Kovifor
08-26-2008, 11:39 PM
Excellent modification,..THANKS !
Is there a chance the disable feature for the rotation to be included in the next update?
I turned mine off using the template change you suggested, but would love to have the option in ACP instead.
(sorry if it was said in this thread, but I didnt read all 13 pages lol)
Thanks again!
https://vborg.vbsupport.ru/showpost.php?p=1585253&postcount=320
smirkley
08-27-2008, 01:16 AM
Thank You KK for the lead to the needed change !!
And thank you Bree for the most excellent modification !!
Skyrider
08-31-2008, 02:27 PM
<a href="http://esf.filefront.com/forum" target="_blank">http://esf.filefront.com/forum</a>
is this normal? The blocks doesn't work at all anymore. All files are correctly installed.
King Kovifor
09-01-2008, 01:52 AM
http://esf.filefront.com/forum
is this normal? The blocks doesn't work at all anymore. All files are correctly installed.
Actually, no. Not at all. I cannot see why SmnLikQuick would cause this (code wise) and I am investigating vBulletin code, but I cannot see why it is like this. Any announcements added?
Dark Cynicus!
09-01-2008, 02:40 AM
why does mine show like this http://rhythematics.com/community/index.php
Waiter
09-01-2008, 06:44 AM
I have this problem when I try to install this block in the CMPS...
https://vborg.vbsupport.ru/
The strange thing is that in the FORUMHOME this block works great... But in the homepage I see only LOADING....
WHY??????
bobster65
09-01-2008, 02:59 PM
I have this problem when I try to install this block in the CMPS...
http://tuttopes.net/forum/imagehosting/248bb9cd096d52.jpg
The strange thing is that in the FORUMHOME this block works great... But in the homepage I see only LOADING....
WHY??????
If its just stuck on "loading" its because it can not find what its trying to "load", so there is a path issue problem somewhere..
bobster65
09-01-2008, 03:03 PM
why does mine show like this http://rhythematics.com/community/index.php
Couldn't tell ya, been trying to get your site to pull up, but it just loads the header and sits there and times out..
Dark Cynicus!
09-01-2008, 03:19 PM
<a href="http://i34.tinypic.com/2nhntys.jpg" target="_blank">http://i34.tinypic.com/2nhntys.jpg</a> scrn shot
Dark Cynicus!
09-01-2008, 03:21 PM
do i need vBAdvanced CMPS installed for this to work?
bobster65
09-01-2008, 05:03 PM
http://i34.tinypic.com/2nhntys.jpg scrn shot
the script isn't finding the CSS ..
Edit the FORUMHOME Template and in the <head> section, look for this.. Remove the 2 forward slashes in Red
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
do i need vBAdvanced CMPS installed for this to work?
No, however.. it does come with an addon that can be used with vBa CMPS.
Dark Cynicus!
09-01-2008, 05:14 PM
now it worked, just my css is a bit off..
http://i37.tinypic.com/28ul6l5.jpg and thanks alot bob for ur help, highly appreciated.. im going to message you about some work i would like done if you dont mind.. paid of course =D
DoB Rhapsody
09-01-2008, 05:23 PM
My SmnLikQuick in action :)
http://lockoutgaming.net/
Waiter
09-01-2008, 05:37 PM
If its just stuck on "loading" its because it can not find what its trying to "load", so there is a path issue problem somewhere..
I don't konw... But I check all the codes.. And it seem to be right
I remenber you that it happens ONLY IN THE HOMEPAGE!!! Because in the forum it WORKS GREAT!!
HELP MEEEEEEE
bobster65
09-01-2008, 05:45 PM
I don't konw... But I check all the codes.. And it seem to be right
HELP MEEEEEEE
If its just stuck loading, that's because its trying to find the source and its not finding it. I am willing to bet that its a simple path issue between vBa CMPS and vB .. this is common with vBa when you have vBa installed in the root and vB in a subdirectory of root..
Waiter
09-01-2008, 05:54 PM
If its just stuck loading, that's because its trying to find the source and its not finding it. I am willing to bet that its a simple path issue between vBa CMPS and vB .. this is common with vBa when you have vBa installed in the root and vB in a subdirectory of root..
So...
In headinclude I have:
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="http://tuttopes.net/forum/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="http://tuttopes.net/forum/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
And I Add a new Module to the CMPS...
Here is my link: http://tuttopes.net
douffle
09-03-2008, 01:59 PM
I clicked on uninstall and everything looked like it went ok. The smnlikquick menu disappeared in the cp and the tabs disappeared in the forum but now I am getting database errors. I looked in the templates and there is a smnlikquick template listed under Custom Templates. This may be what is causing the errors but I can't figure out how to get rid of the template. There is no delete button and it won't let me just delete the code. Any ideas on how to get rid of this template and if this is what is causing the database errors?
Thanks.
bobster65
09-03-2008, 02:14 PM
I clicked on uninstall and everything looked like it went ok. The smnlikquick menu disappeared in the cp and the tabs disappeared in the forum but now I am getting database errors. I looked in the templates and there is a smnlikquick template listed under Custom Templates. This may be what is causing the errors but I can't figure out how to get rid of the template. There is no delete button and it won't let me just delete the code. Any ideas on how to get rid of this template and if this is what is causing the database errors?
Thanks.
To get rid of a custom template, just revert it and it will delete it..
douffle
09-03-2008, 02:23 PM
To get rid of a custom template, just revert it and it will delete it..
When I go into Edit Templates and select the smnlikquick template, the Revert button is greyed out.
Ok,... forget the above comment. I figured it out.
Thanks bobster65
Defkalion
09-05-2008, 09:26 AM
This is a very nice mod, but there is some problem with cyrillic characters as noted before. Any input in diferrent charachers (for example greek) gets saved as question marks (????? ???? ???). This is the only module with this kind of problem, is there some forgotten charset mis-type somewhere?
Any news regarding this problem? :)
King Kovifor
09-05-2008, 06:48 PM
Any news regarding this problem? :)
Haven't checked it out yet.
douffle
09-06-2008, 10:31 PM
Unfortunately I am still getting errors after uninstalling smnlikquick.
I keep getting the following error:
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT * FROM `smnlikquick` WHERE `id`='2' LIMIT 1;
MySQL Error : Table 'mdforum.smnlikquick' doesn't exist
I've look through some of my templates but I have no idea where the problem is.
Anybody else have any ideas? Its really annoying getting all these error messages every day.
Thanks.
t.uzuner
09-07-2008, 01:47 AM
thanks friend thats great mod
t.uzuner
09-07-2008, 02:52 AM
hi friends;
i how got a 2 problem
1) i want close the slideshow style. i want only run a click tab
2) look at the pictures
King Kovifor
09-07-2008, 01:51 PM
Unfortunately I am still getting errors after uninstalling smnlikquick.
I keep getting the following error:
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT * FROM `smnlikquick` WHERE `id`='2' LIMIT 1;
MySQL Error : Table 'mdforum.smnlikquick' doesn't exist
I've look through some of my templates but I have no idea where the problem is.
Anybody else have any ideas? Its really annoying getting all these error messages every day.
Thanks.
Is this occurring on your forum home?
douffle
09-07-2008, 06:06 PM
Is this occurring on your forum home?
I don't think it is from FORUMHOME because I removed a snippet of code that was left there after the uninstall, unless there is more that I didn't see. Everyday I receive emails from my forum with that database error message and I'm not sure what is causing it. I logged onto my site , played around and posted a couple of test messages and stuff like that to see if I could generate the error but so far I haven't been able to but I still receive a 2 or 3 of those email error messages daily.
I'm not sure where smnlikquick puts all of its code or I would search through and try to remove every piece of it. I have searched through a few other templates such as forumdisplay, footer, registration, etc but I can't see any code that looks like it is associated with smnlikquick.
I'm not sure, when I used the uninstall, why it didn't remove everything?
Smnlikquick is not being displayed on the site since the uninstall and the menu for smnlikquick is gone from the admincp.
douffle
09-07-2008, 08:00 PM
I just noticed that there is a file called smnlikquick.php in the modcp folder.
I could try deleting that file but I don't think that will resolve it because something must be calling that file to get the database error. Maybe I'll try deleting it and see if the calling file creates an error. That may tell me what file is calling it.
akulion
09-07-2008, 09:21 PM
didnt work for me the tabs just show up as clickable links...
ill try later since this is something id want for sure..so marking as installed
King Kovifor
09-07-2008, 11:57 PM
I just noticed that there is a file called smnlikquick.php in the modcp folder.
I could try deleting that file but I don't think that will resolve it because something must be calling that file to get the database error. Maybe I'll try deleting it and see if the calling file creates an error. That may tell me what file is calling it.
Can you do me a favor and copy the email with the mySQL error code into this thread? Removing IP addresses?
King Kovifor
09-07-2008, 11:59 PM
didnt work for me the tabs just show up as clickable links...
ill try later since this is something id want for sure..so marking as installed
Check the paths to your CSS file.
akulion
09-08-2008, 01:25 PM
^^ thanks that got it working :)
and thanks for the wonderful mod.. looking forward to future releases :)
douffle
09-11-2008, 02:03 PM
Can you do me a favor and copy the email with the mySQL error code into this thread? Removing IP addresses?
Sorry for the slow response. I was ill for a while. The error message I am getting is shown below.
-------------------------------------------------------------------------------------------------
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT * FROM `smnlikquick` WHERE `id`='3' LIMIT 1;
MySQL Error : Table 'mdforum.smnlikquick' doesn't exist
Error Number : 1146
Request Date : Wednesday, September 10th 2008 @ 06:38:53 PM
Error Date : Wednesday, September 10th 2008 @ 06:38:53 PM
Script : http://www.webmastersden.net/smnlikquick.php?do=message&id=3
Referrer :
IP Address : XX.XX.XX.XX
Username : Unregistered
Classname : vB_Database
MySQL Version :
--------------------------------------------------------------------------------------------------------------
I got 5 emails with this message yesterday.
Thanks
bobster65
09-11-2008, 05:08 PM
Sorry for the slow response. I was ill for a while. The error message I am getting is shown below.
-------------------------------------------------------------------------------------------------
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT * FROM `smnlikquick` WHERE `id`='3' LIMIT 1;
MySQL Error : Table 'mdforum.smnlikquick' doesn't exist
Error Number : 1146
Request Date : Wednesday, September 10th 2008 @ 06:38:53 PM
Error Date : Wednesday, September 10th 2008 @ 06:38:53 PM
Script : http://www.webmastersden.net/smnlikquick.php?do=message&id=3
Referrer :
IP Address : XX.XX.XX.XX
Username : Unregistered
Classname : vB_Database
MySQL Version :
--------------------------------------------------------------------------------------------------------------
I got 5 emails with this message yesterday.
Thanks
That is coming from the SmnLikQuick - Announcements Plugin. Did you remove all the SmnLikQuick plugins?
King Kovifor
09-11-2008, 06:46 PM
Also, try removing smnlikquick.php.
adrenaline786
09-11-2008, 11:01 PM
is there a way to stop the slideshow thing. I am just asking as the refreshing every second can get a bit annoying. Thanks.
edit: never mind i found the solution after searching this thread. thanks
douffle
09-12-2008, 06:17 PM
Also, try removing smnlikquick.php.
I found that while I uninstalled smnlikquick, the file smnlikquick.php was still in the root so I removed it. I'll see if that resolves it, although it seems to me that someting must be calling that file to make it execute. I'm pretty sure I removed all references to smnlikquick in my templates.
Thanks for the help, I'll have to wait and see if the problem is resolved.
King Kovifor
09-12-2008, 06:22 PM
I found that while I uninstalled smnlikquick, the file smnlikquick.php was still in the root so I removed it. I'll see if that resolves it, although it seems to me that someting must be calling that file to make it execute. I'm pretty sure I removed all references to smnlikquick in my templates.
Thanks for the help, I'll have to wait and see if the problem is resolved.
It should as the script was listed as smnlikquick.php.
Douffle was right... the file HAD to have been called... I am sure the errors will stop since the file was deleted from the server. (Uninstalling a product will not remove files from the server manually).
This is my thought process in case you are curious... The plugin queries the database to get all the currently active announcements... each announcements' title being the tab. The message id is passed in the URL... When the tab is clicked on, it calls upon the smnlikquick.php, grabs the message id from the url, queries the database for THAT message, and prints it. Because the error/email was coming from the smnlikquick.php (We know this because the plugin's query is written slightly different.. it has no LIMIT) and HAS a message id (id=3), this means the plugin HAD to have worked correctly (The plugin is what grabs the id numbers from the database)... And YET, the plugin would have been looking for the same table (in the database) that smnlikquick.php was.. which isn't there.. the error says the smnlikquick table does not exist. So how did the plugin query it and get a response? Answer... it didn't... someone intentionally put a three in the address (smnlikquick.php?do=message&id=3)... smnlikquick.php grabbed that three from the URL but couldn't find the proper table. The fix to this would be A.) Get rid of the person deliberately trying to aggravate you or B.) Delete the smnlikquick.php file from the server so that that aggravating person will just get a "Page Not Found" error =0) (I say deliberately, but someone might have stumbled upon the address by accident and bookmarked it or whatever, I dunno)
Note to all, when uninstalling SmnLikQuick.. Follow the install instructions somewhat backwards...
disable the SmnLikQuick Mod via AdminCP>SmnLikQuick
Remove Template Edits (See Install File)
Uninstall Product via AdminCP>Plugins & Products>Manage Products
Remove SmnLikQuick Files from server.
Refresh
Smile =0)
I apologize douffle for all the trouble *blush*... Hopefully this all fixes your problem.. if not, let us know =0)
Hope everyone is having a wonderful weekend! Always -Bree
binevi
09-15-2008, 09:47 PM
first it is great hack!
second can you add start stop buttons or disable refreshing or mouseover effect :)
first it is great hack!
second can you add start stop buttons or disable refreshing or mouseover effect :)
Like have a start/stop button on the user end? Like under the announcements maybe... I actually really like that idea =0) Will see what I can do....
You can disable refreshing by altering the smnlikquick template and removing the 5000 from the following code:
mytabs.init(5000)
You can also speed it up or lower it by entering in a higher or lower number...
When you say mouseover effect... do you mean like if you hover over the title, it will automatically change rather than having to click on it --- Like that one too...
I'll add these to the "to do" list and will see about getting them done in a future release... we have quite a few goodies being added and hope to release a newer version very soon =0) Thanks for the ideas & compliment! Hope you are having an awesome day!
Always, Bree
binevi
09-16-2008, 09:00 PM
Like have a start/stop button on the user end? Like under the announcements maybe... I actually really like that idea =0) Will see what I can do....
You can disable refreshing by altering the smnlikquick template and removing the 5000 from the following code:
mytabs.init(5000)
You can also speed it up or lower it by entering in a higher or lower number...
When you say mouseover effect... do you mean like if you hover over the title, it will automatically change rather than having to click on it --- Like that one too...
I'll add these to the "to do" list and will see about getting them done in a future release... we have quite a few goodies being added and hope to release a newer version very soon =0) Thanks for the ideas & compliment! Hope you are having an awesome day!
Always, Bree
Yeapp =0) Im curious about new version with my ideas :P
Thanks for your supports and good luck =0)
Also : how can i change that bar or text colour ?
https://vborg.vbsupport.ru/external/2008/09/28.jpg
by the way colourful bar could be nice feature like a rainbow ;p
Been Told
09-21-2008, 08:03 AM
I've searched the thread and can't find the place where switching off the slideshow feature is explained.
Any hints anyone?
bobster65
09-21-2008, 02:30 PM
I've searched the thread and can't find the place where switching off the slideshow feature is explained.
Any hints anyone?
it was explained just 2 posts above yours.. their is also an XML file that adds the ability to shut it off via the ACP..
lazserus
09-23-2008, 02:13 PM
I just updated vBulletin to 3.7.3 PL1 and now I'm getting errors with this product. It worked fine until I updated, so I'm assuming that vBulletin's patch no longer uses the function being called here.
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 path/to/smnlikquick.php on line 16
I changed the path in the quote for security reasons, but it actually displays the entire path correctly. So...are we in need of a product update for 3.73 PL1?
bobster65
09-23-2008, 02:33 PM
I just updated vBulletin to 3.7.3 PL1 and now I'm getting errors with this product. It worked fine until I updated, so I'm assuming that vBulletin's patch no longer uses the function being called here.
I changed the path in the quote for security reasons, but it actually displays the entire path correctly. So...are we in need of a product update for 3.73 PL1?
line 16: $bbcode = new vB_BbCodeParser(&$vbulletin, fetch_tag_list());
3.7.3 PL1 must have changed something that effects this (obviously lol)...
We'll look into this ASAP!
King Kovifor
09-23-2008, 10:43 PM
line 16: $bbcode = new vB_BbCodeParser(&$vbulletin, fetch_tag_list());
3.7.3 PL1 must have changed something that effects this (obviously lol)...
We'll look into this ASAP!
I fixed it in 2.0.5 I believe. These will all be fixed with 2.0
medusa1
09-24-2008, 02:32 PM
Great addon work fine on 3.7.3
How i can add a border arround the content (text below the tabs) ?
bobster65
09-24-2008, 02:46 PM
Great addon work fine on 3.7.3
How i can add a border arround the content (text below the tabs) ?
in the smnlikquick Template, you can try and mess around with the Content DIV container (In RED below.... try border:1px to see if that is what you want?
<table class="tborder" cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td class="alt1">
<div id="tabs" class="indentmenu">
<ul>
$slq_bit
</ul>
<br style="clear: left" />
</div>
<div id="divcontainer" style="border:0px; width:97%; padding: 6px; margin-bottom:1em">
</div>
<script type="text/javascript">
var mytabs=new ddajaxtabs("tabs", "divcontainer")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init(5000)
</script>
</td>
</tr>
</table>
<br />
medusa1
09-24-2008, 03:47 PM
Works fine thank you
hi works fine for 5 months..byt...
When for example i put 2 tabs and in one tab i right something in 10 lines and in the secont tab i write in 5 lines the module place when change tabs feat to content that means increase and decrease..
try to reply to a tread when this happends :)
King Kovifor
09-29-2008, 08:44 PM
hi works fine for 5 months..byt...
When for example i put 2 tabs and in one tab i right something in 10 lines and in the secont tab i write in 5 lines the module place when change tabs feat to content that means increase and decrease..
try to reply to a tread when this happends :)
Hm? The next version will implement dynamic height changing.
# Slideshow timing controlled via AdminCP (Control Speed or Disable this feature)
why ?
King Kovifor
09-30-2008, 10:25 PM
# Slideshow timing controlled via AdminCP (Control Speed or Disable this feature)
why ?
This feature will allow you to change time before it switches tabs automatically.
hi again..
How can i make the block dont feet the content?
for example 150px..
I have right the reason 2 posts before.. :)
Dark Cynicus!
10-06-2008, 06:23 PM
how come i just get a whitebox?
King Kovifor
10-06-2008, 11:35 PM
how come i just get a whitebox?
Screenshot please.
Dark Cynicus!
10-07-2008, 02:13 AM
<a href="http://i37.tinypic.com/4kageu.jpg" target="_blank">http://i37.tinypic.com/4kageu.jpg</a>
King Kovifor
10-07-2008, 06:24 PM
Try removing the slashes before the content files (.js and .css that are linked in the install instructions).
y9999p
10-08-2008, 07:35 AM
Thanks for the great plugin...
Is there any way to get PHP working inside the announcements? I want to have my blog's RSS feed in one of the blocks.
maroceve
10-08-2008, 09:17 AM
i have the same problem : The cmps module just doesn't show ...tried getting rid of the slashes ..doesn't work.
let me know if there is a work around :) ?
King Kovifor
10-08-2008, 10:24 PM
Thanks for the great plugin...
Is there any way to get PHP working inside the announcements? I want to have my blog's RSS feed in one of the blocks.
That will be supported in v2.1 - which development will start on soon
i have the same problem : The cmps module just doesn't show ...tried getting rid of the slashes ..doesn't work.
let me know if there is a work around :) ?
please send me a pm.
toddos
10-12-2008, 01:16 PM
is it possible to include not directly phpcode, but a .php file into the announcement ?
King Kovifor
10-12-2008, 02:36 PM
is it possible to include not directly phpcode, but a .php file into the announcement ?
I believe bobster posted a way modify this code to look for PHP files...
toddos
10-12-2008, 04:20 PM
here are all Posts in this Thread from bobster:
https://vborg.vbsupport.ru/search.php?searchid=10329349
i can't find a post where it is explained to include a .php file into the announcement, can you help me ?
smirkley
10-12-2008, 06:50 PM
Bug report for this mod, which I truly like btw, when used with the new VB Blog V2 Beta3 on a 3.7.3 VB build.
In testing with the new V2 Beta3 Blog system coming down the pike from VB, I have found that when attempting to post a comment to an existing blog, or when using the advanced blog search page, the titles of the AJAX tabs show up in the title box of the blog post-a-comment, or the blog search phrase input box.
King Kovifor
10-13-2008, 12:47 AM
Bug report for this mod, which I truly like btw, when used with the new VB Blog V2 Beta3 on a 3.7.3 VB build.
In testing with the new V2 Beta3 Blog system coming down the pike from VB, I have found that when attempting to post a comment to an existing blog, or when using the advanced blog search page, the titles of the AJAX tabs show up in the title box of the blog post-a-comment, or the blog search phrase input box.
Screen cap?
smirkley
10-13-2008, 01:19 AM
I cant give you a screen cap as I have disabled the ajax tab from my live forum, to prove to myself that that was the issue with the new blog, which it was.
I will describe the best I can,...
...using the old 1.0 blog on a vb3.7.3 pl1 forum
Everything works as expected.
Lets say I have a ajax forum tab titled "forum tab title"..
(note that if more than one forum tab is setup as mine was, the last tab in the list was the one that gave the issue, and disabling that tab in admin acp, means the new last tab displayed would give the issue)
Anyways,..
Last night I installed the new VB Blog 2.0 Beta 3 version, and proceeded to test it out.
I noted that whenever on any of my members blog I click the "Post a Comment" link on a blog, of course it takes me to the Post a Comment form page.
On the post a comment form page, there is the "Title" box, where you would enter a title to your comment if you wished. The problem is that the new blog must use the same variable that the ajax tab hack uses for the title, because the last-in-line ajax tab title now shows up "forum tab title" in the blog post-a-comment title input box.
The same issue also replicates itself on the Blog Advanced Search page, as the search term will now have the last-in-line ajax tab title "forum tab title" automatically inserted into the search term field "Blog Title Contains:".
Disabling the ajax tab add-on removes this problem, and the blog scripts function properly from that point.
I am sorry I will not give a screen cap to see it, but I hope my description gives enough to understand what is happenning.
SteamyLightning
11-04-2008, 01:16 PM
Check the paths to your CSS file.
I get the same error.
It's in the right folder.
To clarify, I get the same problem where they don't show as tags, but take you to a blank page with the message when clicked. The CSS and JS files are imported to the proper place. I checked the template edits, but the paths are correct there too.
Just an update... We've been working on the next version of SmnLikQuick... Testing now and hopefully it will be released in the next few days (if all goes well). I'm very hopeful that the changes will be a turning point and eliminate most if not all of the issues present. I thank you all for your patience, understanding, and support. Just wanted to give an update =0)
SteamyLightning,
On the page you have SmnLikQuick, can you view the source and confirm that the .css and .js are present. Also, I'm assuming that you have already created active announcements in ACP (if you already said that I apologize, its late and I'm so tired hehe)..
Smirkly,
Thanks for the alert and I am aware of those issues (its irritating the crud out of me on my own boards also grrr)... I'll have that fixed with the next release if it kills me... well I shouldn't go that far but its a priority none-the-less hehe.
Hope everyone is having an awesome night!
Always, Bree
UPDATE: I can re-create the mysterious white-box syndrome... It shows up when I have the mod enabled but no active announcements. Quick-fix (if you are experiences the problem for the same reason), is to create & enable one or more announcement(s) OR disable the mod. Please let me know if that fixes the problem?
Sycoloco1212
12-04-2008, 06:09 AM
how can i add advertisements inside of this? when i put the ads code in, then it just shows the code on the website and not the advertisement
King Kovifor
12-04-2008, 06:41 PM
Just an update... We've been working on the next version of SmnLikQuick... Testing now and hopefully it will be released in the next few days (if all goes well). I'm very hopeful that the changes will be a turning point and eliminate most if not all of the issues present. I thank you all for your patience, understanding, and support. Just wanted to give an update =0)
SteamyLightning,
On the page you have SmnLikQuick, can you view the source and confirm that the .css and .js are present. Also, I'm assuming that you have already created active announcements in ACP (if you already said that I apologize, its late and I'm so tired hehe)..
Smirkly,
Thanks for the alert and I am aware of those issues (its irritating the crud out of me on my own boards also grrr)... I'll have that fixed with the next release if it kills me... well I shouldn't go that far but its a priority none-the-less hehe.
Hope everyone is having an awesome night!
Always, Bree
UPDATE: I can re-create the mysterious white-box syndrome... It shows up when I have the mod enabled but no active announcements. Quick-fix (if you are experiences the problem for the same reason), is to create & enable one or more announcement(s) OR disable the mod. Please let me know if that fixes the problem?
A few days is a bit ambitious for this update Bree. The new features we are adding will take some time. :)
how can i add advertisements inside of this? when i put the ads code in, then it just shows the code on the website and not the advertisement
You must enable displaying PHP, but this will be fixed using a new feature in v2.1.
Also, there is a new support forum and bug tracker for this product. It can be found here:
http://www.smnlikdat.org/
Regarding Announcement Titles showing up in Title of new comments etc for Blogs etc... This bug will be fixed (of course) with the next release... HOWEVER, you can fix it now on your current copy of SmnLikQuick by following these steps:
Edit Plugin: SmnLikQuick - Announcements
AdminCP > Products & Plugins > Manage Plugins.
Find:
$title = $smnlikquick['title'];
Replace with:
$slq_title = $smnlikquick['title'];
Edit Template: smnlikquick_bit
AdminCP > Styles & Templates > Style Manager > *Style*
Find:
$title
Replace with:
$slq_title
All done =0)
Always, Bree
I have a problem with the script, don't read the .css file "smnlikquick_css.css".
My "smnlikquick_css.css" is in the clientscript folder, is correct?
Yes, that's where it is.... When you did the template edit to include the files, make sure that its in the template that the page is calling... For example, if you are displaying the announcements block on Forum homepage only, then you should edit the FORUMHOME template... I show mine on several pages so I edited the headerinclude template. Anyways, once you verify that you edited the proper template and its still not working... then it's probably the include code itself....
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
Add or remove the / from in front of clientscript/smnlikquick_css.css, smnlikquick_ajax.js.
Let me know if you still have issues after that.
Always, Bree
Ozidoggy
12-19-2008, 10:27 PM
<font color="DarkGreen">ITS OK... FIXED PROBLEM</font>
I am having problems showing the text in the tabs...
I have tried with and without the /
I have even tried full url to the .css and .js files... but nothing seems to work
slinky
01-07-2009, 06:38 AM
I've got a strange problem with the box not showing up properly. I'm wondering if this is a css issue - this is what happens after install. It's just two links and click on one goes to a page that is just text of the message input, replete with bb code as well.
King Kovifor
01-07-2009, 06:44 PM
I've got a strange problem with the box not showing up properly. I'm wondering if this is a css issue - this is what happens after install. It's just two links and click on one goes to a page that is just text of the message input, replete with bb code as well.
You need to check the path to your CSS...
slinky
01-07-2009, 07:45 PM
Thanks King - Now the tabs show properly and it was a path issue. However, the text in the message areas don't show in the box. Instead, you have to click on one of the tabs to see the message text. When you click on a tab it it takes you to a blank page showing the post in text format as if it's just a .txt file (and obviously nothing else, e.g. no forum appears.)
http://www.mysite.com/forum/smnlikquick.php?do=message&id=2
slinky
01-07-2009, 07:50 PM
I get the same error.
It's in the right folder.
To clarify, I get the same problem where they don't show as tags, but take you to a blank page with the message when clicked. The CSS and JS files are imported to the proper place. I checked the template edits, but the paths are correct there too.
Yes - this is the problem I'm having. So on the forumhome you see a box with let's say 3 tabs for three messages. There is no text in the main box area where message 0 (the first message) should appear. If you click on any of the tabs it takes you to a blank page with the message text for that tab. The text appears as if the text was from a .txt file and no html.
If I turn on HTML in the manage panel it provides me with an html version of the box but nothing else, as if an HTML file is created of the message but no forums around them.
slinky
01-08-2009, 03:07 PM
Solution: You MUST put the full path NOT relative path of the CSS file into the edit of your template or you will get all sorts of errors.
shadowevil
01-28-2009, 08:09 AM
Does this work 3.8.x ??
sebil
01-28-2009, 10:41 AM
OMG.. cant believe.. i was searching for this for month..
found in a board.. but they didnt tell me the product name.. it is simalar to tabbed .. so i was seraching with the tag tabbed.. :lol:
thanks a lot
King Kovifor
01-28-2009, 02:30 PM
OMG.. cant believe.. i was searching for this for month..
found in a board.. but they didnt tell me the product name.. it is simalar to tabbed .. so i was seraching with the tag tabbed.. :lol:
thanks a lot
:) Tabbed even more in the next version.
sebil
01-29-2009, 09:51 PM
I really like this product.. :)
But got some problem.. i did as u instructed..
But its not coming up as showed in the screenshots,..
my one is coming like a list and when i click on it.. its going to another page..
is there any way to fix it..
A scrren shot is included
https://vborg.vbsupport.ru/external/2009/01/6.jpg
bobster65
01-29-2009, 09:58 PM
I really like this product.. :)
But got some problem.. i did as u instructed..
But its not coming up as showed in the screenshots,..
my one is coming like a list and when i click on it.. its going to another page..
is there any way to fix it..
A scrren shot is included
https://vborg.vbsupport.ru/external/2009/01/6.jpg
Thats happening because the path to the CSS is not being found correctly..
Edit your FORUMHOME Template..
FIND THIS....
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
Edit the two hrefs that I highlighted in RED to include the FULL URL to the files..
ie
http://yoursite.com/forums/clientscript/smnlikquick_css.css
sebil
01-29-2009, 10:26 PM
awwwwwwwwwwwwwww
Thanska lot
Working suerbly....
Thansk alot..
sebil
01-29-2009, 10:42 PM
but another problemm..
the image i uploaed is not working ..:(
do i need to link it aswell..
if so, how i do that ?
King Kovifor
01-29-2009, 10:56 PM
Image you uploaded?
A.Chakery
01-30-2009, 07:03 PM
how can i disable rotating of those tabs "slideshow"?
bobster65
01-30-2009, 07:38 PM
how can i disable rotating of those tabs "slideshow"?
You can disable that from the Admin CP ...
sebil
01-30-2009, 07:44 PM
Image you uploaded?
yes the loading image....
itz not working.. showing an red X error
sebil
01-30-2009, 07:46 PM
You can disable that from the Admin CP ...
How can i disable that through Admin cp..
cant find any options. :(
i m sorry could you please tell me what i need to do
A.Chakery
01-30-2009, 09:46 PM
You can disable that from the Admin CP
where can i find that option??? i dont wanna disable the mod, just the rotating or let just say the slideshow function.
King Kovifor
01-30-2009, 11:26 PM
How can i disable that through Admin cp..
cant find any options. :(
i m sorry could you please tell me what i need to do
where can i find that option??? i dont wanna disable the mod, just the rotating or let just say the slideshow function.
Upgrade and you'll be able to get the option:
https://vborg.vbsupport.ru/showpost.php?p=1585253&postcount=320
sebil
01-31-2009, 04:10 PM
Awww Thanks a lot
A.Chakery
01-31-2009, 04:16 PM
thanks mate
Blackheart_72
02-05-2009, 01:23 PM
Wicked and just what i am looking for.
One problem i have is in IE if a member clicks one of the tabs it opens a page with just a white background and the announcement, works fine in other browsers.
Also in opera the tabs stay the same whichever annoncement is showing.
Sworm
02-05-2009, 03:39 PM
Hi,
in my admincp now i have this error:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'localhost' (using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
I'm using 3.81 version, why this error?
Sworm
02-05-2009, 03:47 PM
I think that it is a MYsql5 bug.
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`");
$announcement = (mysql_result($announcements, 0, 0));
I have installed it on mysql 4 and work without problems.
Not there's solutions? My forum work like a charm on a litespeed board, and i never see any DB errors with noone of mod that i have installed.
Sworm
02-06-2009, 08:48 AM
Nothing,
i have created a new user in mysql that have all privileges , but the warning is still in the admincp.
It is a no good hack.
Uninstalled
King Kovifor
02-06-2009, 11:42 PM
Nothing,
i have created a new user in mysql that have all privileges , but the warning is still in the admincp.
It is a no good hack.
Uninstalled
I've seen this run on PHP 5 just fine... (With 1 minor bug we fixed). The error is saying that the user is being denied access...
Sworm
02-12-2009, 05:32 AM
I have created a new user from my cpanel with ALL privileges, my forum running without problem on a litespeed board,
i'm using 10-14 others hack without problems , i don't think that i have a denied access in my db.
Sworm
02-12-2009, 07:00 AM
Wow, the first message I thought there was some hope in getting this to run, and now I'm back to square one again!
Strange thing is that I created 3 announcements and they show up, and run like they should, but it is only when I need to manage the announcements is where there error shows up.
There is a smnlikquick table listed in the database, and the three messages are there as well, so there is some point were the program can access the database, and it seems that the manage portion is the one having the issues. Is there anything that I can do?
Thanks in advance
P.S. The only way that I could get this program to run, is put in an annoucement and all is fine with the display, and the message on the CMPS screen. I have two messages there and it works that way, but if I need to delete an old message, I have to go to mysql home page and remove it from the table..... Strange one!
I have the same problem, i think that's it a bug of the mod, that not support mysqli....
if the database can't be connected, all the forum/other mod will be out, but the only mod that not work is this.
I have uninstall it because i can't lose time to add the announcements manually.
Thanks
King Kovifor
02-12-2009, 07:06 PM
I have the same problem, i think that's it a bug of the mod, that not support mysqli....
if the database can't be connected, all the forum/other mod will be out, but the only mod that not work is this.
I have uninstall it because i can't lose time to add the announcements manually.
Thanks
We use default vBulletin DB classes, it should support it either way.
Sworm
02-12-2009, 08:00 PM
Ok,
i'm using MySql 5.0.67 a community .....
I Hope that the next release will work for all.
Thanks
Nantrox
02-16-2009, 06:38 AM
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 !
King Kovifor
02-16-2009, 06:55 PM
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 !
Hide option?
bobster65
02-16-2009, 07:00 PM
Hide option?
Im sure he means Collapse..
King Kovifor
02-16-2009, 07:11 PM
Im sure he means Collapse..
It may or may not be workable for the next version. ;)
bobster65
02-16-2009, 07:43 PM
It may or may not be workable for the next version. ;)
if we do it, lets do it so that administrators can set it by user group.. that way they can ensure that certain user groups can't close them and miss important announcements ;)
murekhalir
02-20-2009, 05:36 AM
wait is :
SmnLikQuick
different form
YUI tabbed content?
bobster65
02-20-2009, 12:48 PM
wait is :
SmnLikQuick
different form
YUI tabbed content?
totally .. this is strictly for announcements only
murekhalir
02-21-2009, 04:49 AM
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!)
King Kovifor
02-21-2009, 01:53 PM
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.php?p=1585253&postcount=320
Sworm
03-02-2009, 12:46 PM
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:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxxx'@'localhost' (using password: NO) in [path]/admincp/mod.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/mod.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/mod.php on line 51
I have changed in the line 50 "mysql_query" with "$db->query":
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "mod`");
$announcements = $db->query("SELECT count(*) FROM `" . TABLE_PREFIX . "mod`");
With this edit the first 2 errors are fixed, but there's again the last error on the line 51:
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/mod.php on line 51
How can i do for change this string in vb database class?Or the're's any other fix?
Sworm
03-03-2009, 08:53 AM
Solved my problem, now this great hack work on my forum too:
if anyone have the same problem, however this warning:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'xxx'@'localhost' (using password: NO) in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/smnlikquick.php on line 50
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/smnlikquick.php on line 51
Try this edit:
In the file AdminCp/SmnLikQuick.php found (on line 50):
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`");
$announcement = (mysql_result($announcements, 0, 0));
replace with:
$announcement = array_pop($db->query_first("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`", DBARRAY_NUM)) ;
Again in AdminCp/SmnLikQuick.php found(on line 122):
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`");
$announcement = (mysql_result($announcements, 0, 0));
Replace with:
$announcement = array_pop($db->query_first("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`", DBARRAY_NUM)) ;
With this edit i have solved my problem, thanks to Shadab for the support
murekhalir
03-07-2009, 10:15 PM
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.php?p=1585253&postcount=320
I might be a tad bit ignorant, where is the template class? located.. >.<
apologies.
King Kovifor
03-07-2009, 10:55 PM
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.
Filmkolik
03-27-2009, 09:21 AM
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.php?p=1585253&postcount=320
Thanks King Kovifor
mommiesrus
06-20-2009, 06:04 PM
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
King Kovifor
06-21-2009, 10:38 PM
Upgrade to 2.0.6, located in one of my posts here.
daxxer
07-04-2009, 03:42 AM
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.
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!!
Traxion
07-20-2009, 09:52 PM
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!!
You need to find the smnlikquick_css.css file and edit it. Its usually under the /forums/clientscript
Find: (mine is edited for my style so look for something similar. Mine was on line 13)
[background: #ff7502 url(/forums/morbid_orange/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
Replace with:
background: #000000 repeat-x top left; /* EDIT PATCH/GRAPHIC */
On line 43 is the button color as well. If you want that black paste the same code there as well. Hope this helps
KevinGupta
07-23-2009, 12:04 PM
THANKS looks good I will try it later :)
Defkalion
08-06-2009, 09:53 AM
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:
DEFAULT CHARSET=latin1 to this:
DEFAULT CHARSET=UTF8 and re-install the product and overwrite...
I hope this helps you. :)
Eruantien
09-07-2009, 08:36 PM
yes, send that message to your HOST and ask them to turn it on.. its a php.ini setting on your server.
Can someone be more specific with this instruction? I am getting the same error provided here:
Warning: Call-time pass-by-reference has been deprecated in D:\Inetpub\loremaster\smnlikquick.php on line 16
So I guess my more direct question is. Turn on what?
bobster65
09-08-2009, 02:10 PM
Can someone be more specific with this instruction? I am getting the same error provided here:
So I guess my more direct question is. Turn on what?
set 'allow_call_time_pass_reference' to 'true' in your php.ini file
Matt Lathrop
09-26-2009, 09:00 PM
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.
powerful_rogue
12-23-2009, 06:34 PM
Hi,
Would it be possible to make this visible to guests only?
powerful_rogue
12-23-2009, 07:36 PM
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.
Im also struggling to change the colour of the text as well. Ive tried playing around with various settings but with no joy :(
kylek
12-26-2009, 03:47 AM
Any chance that this will be available for vb4?
bobster65
12-27-2009, 09:52 PM
Any chance that this will be available for vb4?
ya, I think so... I'll try and catch Bree and KK and see about porting it to vb4.
powerful_rogue
12-29-2009, 11:14 AM
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.
bobster65
12-29-2009, 02:22 PM
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.
Without seeing your CSS file, I am going to suggest that you try adding a color element to either the .indentmenu class or the .indentmenu class
so if you are using the default CSS file that Bree provided, it would look like this..
.indentmenu{
font: bold 13px Arial;
width: 100%;
}
change to
.indentmenu{
color: #000000;
font: bold 13px Arial;
width: 100%;
}
OR
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 6px;
background: #869BBF url(/images/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
}
change to
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 6px;
color: #000000;
background: #869BBF url(/images/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
}
MalluParadise
03-17-2010, 02:22 PM
did this mod work in Vb-4 ?
MalluParadise
02-18-2011, 04:17 AM
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
bobster65
02-18-2011, 06:34 PM
did this mod work in Vb-4 ?
No and I am not sure if Bree wants to update it to work with vB4 or not. Its her MOD, not mine or KK's ..
Sworm
03-19-2011, 04:28 PM
............
Sworm
05-05-2011, 06:51 PM
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....
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.....
128833
Not there's a way to show grey the smnlikquick border too?
################Edit##################
Doned :up:
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....
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.