|
Attention: Last reply in this thread was more than 15 Years ago |
|
Thread Tools |
#1
|
||||
|
||||
hey Morgan can you help me a little i want to add a random thumb on my index with some small info views , comments and author , the problem is that the rest of the site it isn't intergrated with vbulletin so i need some general code to work it out
|
#2
|
||||
|
||||
Here is an example showing how to call a thumb on a non-vB PHP page. Tweak as needed.
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
||||
|
||||
thanks , it's exactly what i wanted
|
#4
|
|||
|
|||
thanks Morgan
works great |
#5
|
|||
|
|||
This works for me, however the image does not seem to be random at all... any way to fix this?
|
#6
|
||||
|
||||
You'd need to add ORDER BY RAND() to the query but it is not recommended on large galleries.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Random Thumbs on index | Gimpy Ric | "How Do I..." Questions | 9 | 05-01-2006 02:15 AM |