vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbBuddies RC 1 (https://vborg.vbsupport.ru/showthread.php?t=100457)

4number8 12-10-2005 03:33 PM

I have one problem, for some reason it doesn't show right in the edit options...I can revert my modifyoptions templete and it returns to where it is suppose to be, without the wide space...has anyone else had this trouble or maybe help me correct this... Thanks in advance..

waza 12-10-2005 04:09 PM

hmz, a template bug, thx for reporting, I'll have a look at it.

4number8 12-10-2005 05:56 PM

Thanks for the quick reply, I will leave as is till you come up with a fix :)

subnet_rx 12-13-2005 04:24 PM

Any idea when this will go gold?

waza 12-13-2005 07:17 PM

My examns end next week then I'll have time to finish it.

:Judge: 12-13-2005 07:58 PM

Quote:

Originally Posted by 4number8
I have one problem, for some reason it doesn't show right in the edit options...I can revert my modifyoptions templete and it returns to where it is suppose to be, without the wide space...has anyone else had this trouble or maybe help me correct this... Thanks in advance..

^ This is one of my issues ^

Also some names show up more then once in a list.
http://www.cecilcountyx.com/forums/member.php?u=1
(Near bottom of page)

PennylessZ28 12-13-2005 08:28 PM

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /member.php(87) : eval()'d code on line 2

Un-installed until stable version with the ablity to show avatars of top X amount on member profile.

waza 12-14-2005 02:47 PM

@judge: that are known problems, they have been fixed and will be in stable version.

@hr3dgen, Some people get that, others don't, I still haven't find a real solution but will keep looking for it.

DS MrSinister 12-15-2005 02:44 AM

Quote:

Originally Posted by 4number8
I have one problem, for some reason it doesn't show right in the edit options...I can revert my modifyoptions templete and it returns to where it is suppose to be, without the wide space...has anyone else had this trouble or maybe help me correct this... Thanks in advance..


I had the same problem.. ITs just misssplace coding... right now its not working in 3.5.2 not sure if i forgot to enter some codes, i will post the fix after i refigure it out ok..

look for this in modifyoptions

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a>
                $vbphrase[miscellaneous_options]
        </td>
</tr>

add this above

Code:

<!-- Start Buddies List User Options -->
<if condition="$vboptions['buddieslist_active']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_buddy')"><img id="collapseimg_uopt_buddy" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_buddy].gif" alt="" border="0" /></a>$vbphrase[buddy_publicoptions]</td>
</tr>
<tbody id="collapseobj_uopt_buddy" style="$vbcollapse[collapseobj_uopt_buddy]">
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[buddies_publicoptionsstatus]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[buddies_publicoptionsdecs]</td>
</tr>
<tr>
<td><input type="checkbox" name="buddiesliststatus" value="1" <if condition="$bbuserinfo[buddiesliststatus] == 1">checked</if>>$vbphrase[buddies_publicoptionsenable]</td>
</tr>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<br />
</if>
<!-- End Buddies List User Options -->


4number8 12-16-2005 12:55 AM

Quote:

Originally Posted by DS MrSinister
I had the same problem.. ITs just misssplace coding... right now its not working in 3.5.2 not sure if i forgot to enter some codes, i will post the fix after i refigure it out ok..

look for this in modifyoptions

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a>
                $vbphrase[miscellaneous_options]
        </td>
</tr>

add this above

Code:

<!-- Start Buddies List User Options -->
<if condition="$vboptions['buddieslist_active']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_buddy')"><img id="collapseimg_uopt_buddy" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_buddy].gif" alt="" border="0" /></a>$vbphrase[buddy_publicoptions]</td>
</tr>
<tbody id="collapseobj_uopt_buddy" style="$vbcollapse[collapseobj_uopt_buddy]">
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[buddies_publicoptionsstatus]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[buddies_publicoptionsdecs]</td>
</tr>
<tr>
<td><input type="checkbox" name="buddiesliststatus" value="1" <if condition="$bbuserinfo[buddiesliststatus] == 1">checked</if>>$vbphrase[buddies_publicoptionsenable]</td>
</tr>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<br />
</if>
<!-- End Buddies List User Options -->


DS MrSinister, you are the man...thank you kindly, that has taken care of the problem...nicely done :)

DS MrSinister 12-16-2005 02:34 AM

your very welcome..

Gald i could help you out.!

:D

:banana:

msimplay 12-18-2005 06:03 PM

a suggestion for this hack would be that the vbuddies link lead to their profile and not buddies page if possible

browsehosts 12-20-2005 05:37 AM

Quote:

Originally Posted by msimplay
a suggestion for this hack would be that the vbuddies link lead to their profile and not buddies page if possible

I agree!

Looking forward to installing this once it is good and stable :).

msimplay 12-21-2005 08:36 PM

I have another suggestion instead of the buddies been shown on profile in the way it does.
The buddies link page should have the options on the drop down to change the buddies onto the wannabe's page with the same layout as the buddies page and another drop down link leading to buddies online

check the attachments for details

msimplay 12-21-2005 11:11 PM

hmm 3.5.2 the pm notification of buddies being added doesn't seem to be working

ThePimp 12-23-2005 10:51 AM

Quote:

Originally Posted by msimplay
a suggestion for this hack would be that the vbuddies link lead to their profile and not buddies page if possible

Open buddies_listbit template:
FIND:
Code:

<a class="bigusername" href="buddies.php?u=$inuser[userid]">$inuser[username]</a>
REPLACE WITH:
Code:

<a class="bigusername" href="member.php?u=$inuser[userid]">$inuser[username]</a>
:squareeyed:

msimplay 12-23-2005 02:52 PM

Quote:

Originally Posted by ThePimp
Open buddies_listbit template:
FIND:
Code:

<a class="bigusername" href="buddies.php?u=$inuser[userid]">$inuser[username]</a>
REPLACE WITH:
Code:

<a class="bigusername" href="member.php?u=$inuser[userid]">$inuser[username]</a>
:squareeyed:



yeah i realised this thanks :)

Ps what do u think of my other suggestions :)

ThePimp 12-23-2005 06:21 PM

Quote:

Originally Posted by msimplay
yeah i realised this thanks :)

Ps what do u think of my other suggestions :)

Oh, sorry. :) I didn't read further than your post, I only replied. lol

Your suggestions are good also. If you want to see what I've done with this modification, you can see by going to the URL in my profile. I'm using both Buddy mods, in combination with some custom profile enhancements and user customizable fields, as well as a few other things. Anyhow, I don't want to put the URL out in public as it is not exactly "friendly". :)

But if you want to check it out, feel free and let me know what you think.

By the way, the URL is no joke. :)

msimplay 12-23-2005 06:23 PM

Quote:

Originally Posted by ThePimp
Oh, sorry. :) I didn't read further than your post, I only replied. lol

Your suggestions are good also. If you want to see what I've done with this modification, you can see by going to the URL in my profile. I'm using both Buddy mods, in combination with some custom profile enhancements and user customizable fields, as well as a few other things. Anyhow, I don't want to put the URL out in public as it is not exactly "friendly". :)

But if you want to check it out, feel free and let me know what you think.

By the way, the URL is no joke. :)

Yeah will check it out thanks

ryans 12-28-2005 02:30 AM

I installed this on 3.52. Please check the install.txt. There are only template modifications. There is no mention of DB changes, installation etc? I can't find any traces of this system installed...although I installed it.

browsehosts 12-28-2005 02:47 AM

so it did or didn't work on 3.5.2?

ryans 12-28-2005 03:10 AM

Quote:

Originally Posted by browsehosts
so it did or didn't work on 3.5.2?

without any admin modifications, db inserts etc . NO

the instructions are lacking big time.

ryans 12-28-2005 06:51 PM

Quote:

Originally Posted by ryans
without any admin modifications, db inserts etc . NO

the instructions are lacking big time.

I didn't know you had to import that xml file, it just said upload it. so i uploaded it and it semi works. It shows all my wannabe's but onlyy shows 1 of my many buddies. permissions are set correctly.

i'm going ot uninstall and re-install and see if that fixes the problem.

AquilaEagle 12-29-2005 05:11 PM

Sounds good, gonna play with this :)

waza 12-30-2005 08:30 AM

@ryan: srry the readme files are written quickly, but hey, that's why it's a beta, I will all rewrite them for final release.

I have also added hooks for final release, so people can do easily modifications without file edits.

lawahdy 01-02-2006 09:34 PM

Quote:

Originally Posted by waza
@ryan: srry the readme files are written quickly, but hey, that's why it's a beta, I will all rewrite them for final release.

I have also added hooks for final release, so people can do easily modifications without file edits.

hi waza.. thanks for this hack.. but would you know why this problem is happening to me.. if you check this link.. you would see that the table alignment is not right at all.. this happened after installing your hack.
http://www.dubaidjs.com/forums/profi...do=editoptions

i'll pm you a test account.

thanks

notsonormal 01-02-2006 10:50 PM

what is the command for NEW pending wannabe buddy? I'm trying to do a if condition to have text show up saying New Wannabe Requests when there is one...

how would I do that?

waza 01-03-2006 12:32 PM

@notsonormal, can't be done with just a if statement, you'll have to modify/add code.

PixelFx 01-03-2006 07:39 PM

A Bug I'm having, when I click someone elses buddy link it shows I'm logged in and out multiple times. I've read threads above, but not sure what I'm missing.

See attachment below (I'm using vb3.5.2)

-------------------------
Below fix for edit options
-------------------------

Quote:

Originally Posted by lawahdy
hi waza.. thanks for this hack.. but would you know why this problem is happening to me.. if you check this link.. you would see that the table alignment is not right at all.. this happened after installing your hack.
http://www.dubaidjs.com/forums/profi...do=editoptions

i'll pm you a test account.

thanks

just goto "modifyoptions" template, then

FIND:
Code:


 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a>
$vbphrase[miscellaneous_options]
</td>
</tr>

MOVE THIS CODE BLOCK BELOW ABOVE THE CODE ABOVE ;)

Code:


 
<!-- Start Buddies List User Options -->
<if condition="$vboptions['buddieslist_active']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_buddy')"><img id="collapseimg_uopt_buddy" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_buddy].gif" alt="" border="0" /></a>$vbphrase[buddy_publicoptions]</td>
</tr>
<tbody id="collapseobj_uopt_buddy" style="$vbcollapse[collapseobj_uopt_buddy]">
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>$vbphrase[buddies_publicoptionsstatus]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[buddies_publicoptionsdecs]</td>
</tr>
<tr>
<td><input type="checkbox" name="buddiesliststatus" value="1" <if condition="$bbuserinfo[buddiesliststatus] == 1">checked</if>>$vbphrase[buddies_publicoptionsenable]</td>
</tr>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<br />
</if>
<!-- End Buddies List User Options -->

that should make your

Quote:


profile.php?do=editoptions

Done.

lawahdy 01-03-2006 08:10 PM

PixelFx, waza

thanks guys.. you rock..

works fine..

can't wait for the stable version..

msimplay 01-04-2006 06:37 AM

any chance of a temp fix to the pm notification problem ?

waza 01-04-2006 10:06 AM

msimplay: srry, I lost a bit my eye on this hack, but I'll try to finish it today or tomorrow.

PixelFx 01-05-2006 02:33 PM

Quote:

Originally Posted by waza
msimplay: srry, I lost a bit my eye on this hack, but I'll try to finish it today or tomorrow.

thanks for update :D any idea what's making my username show up multiple times in other peoples buddy lists, and or how to fix it?

demo link: http://www.orbsydia.ca/forum/member.php?u=1

if you click any of the users in my buddy list, some times I show up more than onces as being online and offline in their lists. Not sure why it's doing this. Either that or I'm overlooking some of the code. (I used optional.txt) for vbbuddies code block.

waza 01-06-2006 08:37 AM

hey, that's a known bug, I don't know why it's happening, but probably because a member is visiting multiple pages.
However, in the new version, I filter double users.

msimplay 01-06-2006 02:40 PM

Quote:

Originally Posted by waza
hey, that's a known bug, I don't know why it's happening, but probably because a member is visiting multiple pages.
However, in the new version, I filter double users.

Hey i've double checked and pms are working if adding buddies from the add remove buddies link in usercp however a phrase is missing as i've checked the plugin. So what was this phrase supposed to be ?

Code:

$title = $vbphrase['autosystemmessage'];
EDIT pm system suggestions

I thought i'd just add one suggestion for when u add buddies via their profile

noonespecial 01-13-2006 12:44 AM

Any chance of an update soon? I really only want the bug about "approving a buddy" that gives a MYSQL error if the user doesn't have anyone on their list yet - fixed.

rootnik 01-17-2006 04:00 AM

Anyway to add custom profile fields to the buddies_listbit template?

rootnik 01-17-2006 11:44 AM

Quote:

Originally Posted by rootnik
Anyway to add custom profile fields to the buddies_listbit template?

Add this below

Code:

        // ===========================================================================================
        // Additional information from database (Edit by: Lucas)
        // ===========================================================================================

PHP Code:

        $custom $db->query_first("
            SELECT *
            FROM " 
TABLE_PREFIX "userfield
            WHERE userid = " 
$inuser[userid] . "
        "
); 

And then place $custom['fieldX'] in the buddies_listbit template where you want the custom field to display (replace the X with the field number)

There is probably a better way to do this, this is just the solution I came up with myself.

rootnik 01-17-2006 01:51 PM

Does everything I need

/me clicks install

waza 01-20-2006 06:43 PM

Hmz, srry to all folks it takes so long, I really, really didn't see this coming, but private life is taking loads of time right now.

Everytime I finish something, there's 2 new things coming in.

So, I won't give a eta right now, but it won't be that long anymore.


All times are GMT. The time now is 03:33 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
  • Page Generation 0.01545 seconds
  • Memory Usage 1,860KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (1)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete