LBmtb |
03-27-2007 06:26 PM |
Quote:
Originally Posted by Dave-ahfb
(Post 1194544)
Is there a way to limit the text string? I have small "modules" and some times they wrap 3 times.
|
Yeah there is, I don't have much time available though. If you really need that done PM me and maybe I can do a custom script for you.
Quote:
Originally Posted by roni1015
(Post 1184662)
Anyone?
|
Hi Roni. I'm interested in what query the script if using for you. Do this:
After
Code:
$thread_sql = mysql_query("SELECT threadid,title,lastpost,lastposter FROM ".$db_prefix."thread WHERE visible=1 AND open=1 $fid_final $fidx_final ORDER BY lastpost desc LIMIT $limit");
Insert
Code:
echo "<!-- query: SELECT threadid,title,lastpost,lastposter FROM ".$db_prefix."thread WHERE visible=1 AND open=1 $fid_final $fidx_final ORDER BY lastpost desc LIMIT $limit -->";
Then go to the page, look at the source code and copy the query. You can PM me the query it makes so I can look it over. If you have SSH or phpMyAdmin access you can try the query directly and see what you get.
Quote:
Originally Posted by ricker
(Post 1204626)
This may be a long shot, but I'm using extra threadfields and am wondering if it'd be easy to include a field or two in the display. :D Thanks for the great mod!!!
|
I'm pretty sure it's possible. I haven't looked at the mod myself but I assume it just makes extra fields in the vb_thread table. Again, if you need a customized script for that PM me.
Quote:
Originally Posted by Rich
(Post 1210711)
I have a request that would benefit me greatly. I am using this modification, or will be anyways, ON vBulletin powered pages. I would LOVE to have this as a variable. My attempts so far have failed at making it function as one though. The best I could do was get it to display a single entry.
I realize there are other modifications out there that do this within the boundries of vB. They don't serve my purpose though.
This one allows me to quickly reuse the same information, except output different forums in a different file. This is what I need.
Any chance you could make this a variable or show me how to make it a variable that I could toss into custom templates I have created? (I already include the global file in THIS modification and output the template below this code. I would like the ability to insert this code though into the templates.
Thanks for any input you could give.
|
Unfortunately I'm not too familiar with vBulletin variable and such. If you want to take this script and work with it or have another person work with it just let me know.
Quote:
Originally Posted by ricker
(Post 1211455)
Great script! Thanks! I'm looking to send you over a donation, but Paypal is acting up. Any chance you can add a "donation" link in your post? You may get more clicks.
Keep rockin!
Sarah
|
Thanks, "ricker" :)
|