The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Ok, I am working on making a news script for a new site... I have currently come up with these problems:
I want to show a snippet of the news post on the main page, but how can i restrict the number of characters that are displayed? For example - "Yadda Yadda has died today after an assasination in his home..." I only want it to display a certain number of characters or words, or whatever I can restrict! Can anyone help me with that? Also... Can anyone tell me an effective way to have user comments on news posts, I thought of having a table called "comments" and then a "postid" field... and then displaying all the comments where the postid=1 or whatever, but how do I set postid from one table and then read it in another? Please help me in as plain-english as possible, I havent been into this PHP stuff too long, I have made some scripts though, so I know a fair bit. Thanks for your time! |
#2
|
||||
|
||||
![]()
Here's the query I have at the moment:
PHP Code:
Hope that helps you to help me! ![]() |
#3
|
|||
|
|||
![]() Quote:
PHP Code:
|
#4
|
|||
|
|||
![]()
whoa! instaposted!
![]() |
#5
|
||||
|
||||
![]()
Thanks, but how would I work that into my current query?
|
#6
|
||||
|
||||
![]()
Thats quite mad, lol!
|
#7
|
|||
|
|||
![]()
I've adjusted your code to spit out the first 100 chars. Look at the line where $story_text is located. Notice $story_text has now become ".substr($story_text,0,100)."
Hope that helps ![]() PHP Code:
|
#8
|
||||
|
||||
![]()
thanks very much, i'll keep you posted on how the site comes along!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|