![]() |
Sorry I can't say, I havn't tested it in 3.0.3 or had time to however I don't see why it wouldn't work.
|
Well done. :) I'll take a look at the script.
|
I see the difference - the main difference is that you can't see all the people who link to you and all the people who you link to - that's where the query saving mostly is. :)
|
Yeah since I didn't need that for my site I took it out. Only needed a system to show who are your true buddies. Also Cloud-Warrior told me he was going to release a new version of his hack so I didn't bother adding the whole link to/from system. However I do come a accross query problems when and if I want to count each members true buddy count. Don't know how to fix the problem so I can't add that feature to this hack.
|
Just some minor template edit so that it works in vB 3.0.7 (at least on my forums).
In modifyoptions, Find: HTML Code:
<if condition="$vboptions['allowvbcodebuttons']"> HTML Code:
<!-- Start Buddies List User Options --> Also, for some reason, the BUDDIES template doesn't work for me, so I'm rewriting it. The whole format is wrong. Otherwise, good job! :) |
With modifyoptions, I don't see to have any problems with the table in 3.0.7 however I did forget to add the code so it can be collapsable. I'll fix that in the next release. Does anyone else get any problems?
|
I figured out the BUDDIES template - it's fine, it was a conflict with one of my custom templates. :)
|
Quote:
|
Okay I'll take a look at the code when I get home from work. If you see anything else that needs work please do let me know. I'll most likly, if I have time, will finish the updates for version 1.0.2 today.
|
Also, you forgot to make use of $userinfo['buddiesliststatus']. :) You've got the data, might as well use it.
In MEMBERINFO, find: HTML Code:
<if condition="$vboptions['buddieslist_active']"> HTML Code:
<if condition="$vboptions['buddieslist_active'] AND $userinfo['buddiesliststatus']"> |
Ah thanks Erwin. Forgot to add that. I'll get that fixed. :)
|
Hi SS9267547, you know the code and template you added to the profile ??? how would i go about adding the same to my usercp template ? i want to add the
Quote:
|
Here you go benj, this addon will create a little table with the buddy information. Hope it works. Enjoy.
|
legend ta :D
|
Heres just a quick release note of the new added features in version 1.0.2.
Version 1.0.2
With the first new feature, it will allow you to display the information you want to be displayed by the username. You can see the following screenshot of how it looks in admincp: https://vborg.vbsupport.ru/attachmen...chmentid=25487 The next feature is where you'll be able to see a little text note for you to enter whatever you may want to share with your members or not, up to you. You can see this feature in the screenshot, above all the members listed: https://vborg.vbsupport.ru/attachmen...chmentid=25486 The last feature adds the option for you to show what I call the buddy indicator. It basically will display a little icon by a members name showing you if the member is or isn't on your buddy list. By clicking on the icon it will go to the members buddies listing. You may see the following screenshot for this feature: https://vborg.vbsupport.ru/attachmen...chmentid=25485 Hope those additions work well and you all like them, if not to bad lol ;) Enjoy. |
Good job mate. :)
|
cool jus got email that u updated the hack. Me gna try now :)
|
can i give u some more ideas for ur upcoming updates
|
Erwin: Thanks.
Selene: Sure you can give me some more ideas but not sure if I'll have time to add them. Nevertheless post them up :) |
SS9267547 Step 7 and step 1 are the same. Just so you know.
|
Ah thanks, I didn't see that. Fixed it and uploaded changed zip.
|
small small typo buddy_infotextmemberview & buddy_infotextuserview
their is spelled wrong. This is HOT btw. Straight up HOT. NICE ACTION |
<if condition="$userinfo[userid] == $bbuserinfo[userid]"> I think is better in your template (BUDDIES)
wasnt working for me. again. Awsome. |
Happy to hear you like the hack. :)
|
With the typo, what do you mean? What should it be? I'm not getting it lol.
Now '<if condition="$userinfo[userid] == $bbuserinfo[userid]">' where are you getting this? Do you mean '<if condition="$bbuserinfo[username] == $userinfo[musername]">' in the BUDDIES template? |
How would one go about having the buddies display on the profile page itself? With then a link to "more buddies" or something similar rather than just a link to them originally?
Is this possible? |
So you mean like listing the first three buddies on the profile the having a link say something like view more? Its possiable however it will then add extra queries to your profile, well then again maybe not. Do you want something like that? I can make an addon for it if I find it works.
|
It would be pretty cool, I think.. Maybe more like the 6 newest buddies or something. 2 rows, 3 colums. If that's possible, I think it would be a little better than just a link because it would stand out more.
|
Well I'm not sure about the newest added buddies since that would require alot of work unless this is what alot of people would like. I'd have to think about that. But adding a list of the frist 6 buddies would be easier. Also would it be better to have just a list or the way it is displayed right now?
|
Oh, the way the layout is now is perfect. The first 6 added is cool, or maybe even randomly drawn from the database?
|
Okay I'll see when I get back home from work what would be best preformance wise and work wise. See with the newest added way there would need to be alot or extra editing in a number of files so it would record the time they added their buddy. Maybe a random way, ah I'll see and let you know this weekend. :)
|
Cool. Thanks man.
|
Here you go KTBleeding. This addon will hopfully create what you wanted.
Addon Features
I've included two screenshots of the addon. Enjoy. ;) Update: Zip has been updated with latest fixes. |
That is seriously awesome. I will install this when I get home from work. Thanks!
|
Your welcome, let me know if there are any problems with it.
|
Will do, I get off in about 7 hours so it won't be until later this afternoon.
One quick question, does this still display the "No buddies/member has decided not to display buddies" messages in the profile? |
If they don't have any buddies it will ddisplay a no buddy message and if they choose not to display their buddies the list won't show in the profile at all or at least it shouldn't lol.
|
Quote:
I know this is for friends but your just hucking this up man. Can you have row that would show random users? I have made a search on a site take a look.... http://www.bpcompanion.com/forums/vi...g=basic_search I would love it to look like this... http://browse.myspace.com/index.cfm?...20050409075029 Just random users (neat like how you have it for friends) I could add it to my template after... Again that profile thing you did is HOT. |
in your addon... there is a place that says...
find: 'bbcode_code', 'bbcode_html', 'bbcode_php', 'bbcode_quote', In my member.php that doesnt exist.... around what area is that at? |
You've made changes to the orginal, so instead look for:
PHP Code:
|
All times are GMT. The time now is 11:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|