The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Unless I am blind I can't find anything that would do this. But would it be possible for a hack to be created where if a users name is mentioned in a post it automaticaly turns into a link that links to their profile?
Example you typed Tigur while replying to a thread and it automaticaly will goto my profile if you click my name. Here is an example Tigur isn't this the most interesting little post you've ever seen Tigur |
#2
|
|||
|
|||
![]()
I don't think such a thing exists, since it would be a big load on your server. I would suggest making a special BBCODE tag, which when wrapped would make an internal link to user's profile.
|
#3
|
|||
|
|||
![]()
The thing here is not doing it when the post is to be displayed, but doing it when the new thread or new post or edit is done. I have this running on a clients forum and it works great.
When a new post or thread is made, the post is run through a simple BBCODE link builder. The usernames and the userid(s) are cached in a file as an array, I was using the database but with 42,000 + users it was faster using a IO file handle. How I have it is like this! In the Admin Panel under forum permissions I have a radio switch that says.... Convert usernames to profile links in forum threads. (radio yes/no) This way I can turn it ( ON / OFF ) per forum! All the posts are converted when the are made like so.... [profile=81541]Tigur[/profile] If the control is on then when the post is displayed [profile=81541]Tigur[/profile] is then converted to a link to the user profile. If the control is off, then the tag is removed just leaving the username! It's very resource friendly this way... Sonia |
#4
|
|||
|
|||
![]()
We do this right here! You can see my name Tony used. We use Geek Autolinker 3.0 located here. Works like a charm
Quote:
|
#5
|
||||
|
||||
![]() Quote:
|
#6
|
|||
|
|||
![]() Quote:
|
#7
|
|||
|
|||
![]()
Tigur,
Why don't you publish your hack here? |
#8
|
|||
|
|||
![]()
Dark Visor: I don't hack ... yet... when I finally finish tweaking my site (hah! ya right who really ever finishes?) I'll start learning to hack and I'll probably do something like this. I was thinking of the autolinker, if i had the time i'd probably make it an add on for it. After several years of working with php type forums im starting to understand what certain things mean
![]() |
#9
|
||||
|
||||
![]()
Maybe something like this would work:
somenewfile.php?u=username (so basically replace TheSpecialist with TheSpecialist The new file does the query and redirects to the users profile. I have no idea how to use bbcodes, but if someone came up with the basic bbcode I could create the file (really simple lol) |
#10
|
||||
|
||||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|