vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - vBSigHosting v1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=63841)

skitzo 11-17-2004 10:48 AM

where do the phrases go?

Lethal 11-18-2004 02:51 AM

Quote:

Originally Posted by Sweet Evil
Well I changed
PHP Code:

<td class="$navclass[uploadsig]

to
PHP Code:

<td class="$navclass[signature]

and seems ok now, hopefully this does no effect anything else. :)



this will just make the "Upload Signature" the same alt color as the "Edit Signature" link when you click on "Edit Signature"

Scerina 11-19-2004 08:04 PM

Quote:

Originally Posted by lasto
nice one m8 been after this for ages :)


[high]* lasto clicks install but will install 2morrow[/high]

I installed this hack and whenever someone try to upload an signature...it won't let them and it says the maximium file size and pixel size is zero and I know I set it to 1 kb for each usergroup...how can i fix this?

joeychgo 11-20-2004 09:35 AM

Quote:

Originally Posted by Scerina
I installed this hack and whenever someone try to upload an signature...it won't let them and it says the maximium file size and pixel size is zero and I know I set it to 1 kb for each usergroup...how can i fix this?


I have this same problem -- Help anyone??

Logikos 11-20-2004 03:50 PM

Someone IMed me lastnight about that same problem, and when i logged into the Admincp, they never set the chages for the usergroups.

joeychgo 11-20-2004 07:22 PM

I went through and set EVERY usergroup - I just did it again to be sure --- same problem remains

joeychgo 11-23-2004 05:09 AM

Hello???

joeychgo 11-26-2004 04:44 AM

?????????????? Help??

joeychgo 12-01-2004 07:23 PM

12 pages of posts and the Author goes AWOL when I have a question LOL thats my luck

rh2004 12-06-2004 12:39 PM

Hi its great thank you, but how come its a different colour...?

Can I change it to normal colour :)

deb0 12-14-2004 12:04 PM

Thanks Brent,

You saved this from an 'uninstall'

SupremeWeapon 01-06-2005 05:04 PM

so this doesnot work with 3.0.3? it says 3.0.0 tried installing it on 3.0.3 and cant the

Open: /admincp/usergroup.php & Find (around line 101) is different

install says

Quote:

// set default yes permissions (bitfields)
$ug_bitfield = array(
'showgroup' => 1, 'canview' => 1, 'canviewmembers' => 1,
'canviewothers' => 1, 'cagetattachment' => 1, 'cansearch' => 1,
'canmodifyprofile' => 1, 'canthreadrate' => 1, 'canpostattachment' => 1,
'canpostpoll' => 1, 'canvote' => 1, 'canwhosonline' => 1,
'allowhidden' => 1, 'showeditedby' => 1, 'canseeprofilepic' => 1,
'canusesignature' => 1
);
and the actual file says

Quote:

// set default yes permissions (bitfields)
$ug_bitfield = array(
'showgroup' => 1,
'canview' => 1,
'canviewmembers' => 1,
'canviewothers' => 1,
'cagetattachment' => 1,
'cansearch' => 1,
'canmodifyprofile' => 1,
'canthreadrate' => 1,
'canpostattachment' => 1,
'canpostpoll' => 1,
'canvote' => 1,
'canwhosonline' => 1,
'allowhidden' => 1,
'showeditedby' => 1,
'canseeprofilepic' => 1,
'canusesignature' => 1,
'cannegativerep' => 1,
'canuserep' => 1,
);

Sweet Evil 01-06-2005 07:32 PM

Im running it on 3.03, just add what needs to be added.. look at the code and figure it out :)

nathanaus 01-07-2005 07:24 AM

never mind. user error :)

rh2004 01-08-2005 12:44 AM

Hi... I had this installed for around a month I just tried it and it doesn't work now...

What happens you find your image and click upload and it just refreshes the page in
a few seconds, I read through all the topic and found another user had the problem
but no answer was given does anyone know whats gone wrong here...

If someone could reply that would be great, thanks

rh2004 01-08-2005 02:31 AM

Found the problem it is when you have users in additional usergroups... ?

So how can I fix this I want them to have permissions to upload too when they
are in an additional usergroup

Anyone know

SiXXGuNNZ 01-08-2005 02:37 AM

whenever I upload a sig it doesn't save the image and shows me my avatar, when I delete the uploaded sig the avatar is still there.

BamaStangGuy 01-08-2005 02:59 AM

Works fine for me

SiXX you pu the part in image.php in the wrong place

Check the line numbers the install gives you

There are two instances of that first line that you are more than likely using to search for

SiXXGuNNZ 01-08-2005 06:38 AM

Quote:

Originally Posted by BrentWilson
Works fine for me

SiXX you pu the part in image.php in the wrong place

Check the line numbers the install gives you

There are two instances of that first line that you are more than likely using to search for

thanks, I moved it, now it works :)

Jason McConnell 01-13-2005 05:45 AM

Anyone have any trouble getting this to work with 3.0.5? I used it with 3.0.1 and 3.0.3, and aside from the slightly darker shaded table cell it worked fine.

joeychgo 01-16-2005 07:56 PM

I couldnt get it to work at all before 3.05 -

**Clicks UN install**

BlasterT3 01-25-2005 08:45 PM

This hack doesnt work for members with more then one usergroup. Is there going to be a fix for this?

btw im running vB 3.0.6

fuse3k 02-04-2005 02:41 AM

Quote:

Originally Posted by Sweet Evil
Well I changed
PHP Code:

<td class="$navclass[uploadsig]

to
PHP Code:

<td class="$navclass[signature]

and seems ok now, hopefully this does no effect anything else. :)

Thank You!

btw for those curious, this change is done in the USERCP_SHELL Template

Glenn379 02-23-2005 08:13 PM

I have a problem :/
The only image that will ever come up is if a member has a custom avatar. Otherwise it doesn't sow. Also, the image then shows the custom avatar as opposed to the uploaded sig. This is not helpful... >_<

PS: Help please :nervous:

Kruppa 02-24-2005 01:40 PM

Well I've just gone over the steps for the 3rd time and I'm done going over them. I've installed many hacks successfully before so I know I'm not totally incompetent. 1) The options don't appear in the admin panel (under usergroups) and 2) in the User CP when you click the link to upload your signature it takes me to a blank page.

I'm running version 3.0.6 and I've gone through every page of this thread, including the link to the forum where the coder of this hack gives support but has a message saying he's having issues and won't be around for a while.

If anyone has any ideas please share. But I think I'll try installing another one, preferably one that works. ;)

Glenn379 02-24-2005 06:59 PM

Yes, just so you know, the other one is more simple and does indeed work! Danny has released the hack here: https://vborg.vbsupport.ru/showthread.php?t=76740

MatG 02-26-2005 04:22 PM

Hi would this hack sole this problem for me?

I have disabled signatures to all users on my VB 3. However I would like to be able to allow a certain 2 usergroups the abilty to be able to use images in thier signatures. The two user groups are:

1. Paying Members - We are turning our site into an offical club and this would be one of the advantages to being a "paid" member.

2. Supporting Traders - We have a number of companies wanting to advertise with us and this is one of the benifits they would like. As the use the forums as well as the members.

I would also like to do this for avaitors?

Many thanks for any help.

Logikos 02-28-2005 09:02 PM

Yes you can enable/disable this feature fot certain usergroups

Scerina 03-13-2005 12:57 AM

I have installed this hack on my forum at:
http://www.underworld-chaos.net/boards and I remember contacting the creator of this hack for assistance cuz I ran into some lil problems (which are still left unsolved and need to be fixed). I am wondering if the creator has updated and released a new version with all the bugs fixed since than.

I remember I was unable to upload signature graphics and if they did upload they did not show..my question to the creator of this hack...were you able to fix this lil bug?

bigwest 03-26-2005 06:22 AM

This hack would be really cool except....

A. I don't want certain usergroups to images in their signature at all. This hack will not solve this issue.

B. The user CP option for this hack does not show up properly or at all in some themes.

Otherwise... super cool!

WA007 04-16-2005 10:09 AM

it works accept the <td class= thing, we are running version 3.0.7 and I have in USERCP_SHELL:

Code:

<if condition="$show['siglink']">
        <tr>
                <td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
        </tr>
</if>
<tr>

  <td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsiguploader">$vbphrase[upload_signature]</a></td>

 </tr>
<tr>

And I had the problem that only new users were able to use the siguploader and excisting users could not use it.. but the problem was that with the excisting users I tried with were in a additional usergroup, as soon as you take them out then it or make that primary then it works for excisting users also.

I would have expected it to add it immediately in the signature but instead you have to manually copy paste into the editsig option.. that could be automated I think.

aberg 05-08-2005 02:43 PM

I get a error after instal:

Database error in vBulletin 3.0.7:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Registered Users',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
attachlimit = '0',
avatarmaxwidth = '80',
avatarmaxheight = '80',

Any idea??

mcyates 06-02-2005 01:49 PM

When i click on Upload signature on my site which is this link:

http://www.myfootballforum.com/profi...ditsiguploader

Its just a blank screen. Any ideas?

MustangLisa 07-03-2005 03:27 PM

Great hack, thanks. I installed and everything is fine . . . except when I go to upload a pic, it never shows up. The page refreshes, but never shows the image I just uploaded. (I've tried with some really small ones to be sure it wasn't the image size causing a problem.) Everything else seems to be fine.

Logikos 07-03-2005 03:36 PM

Do you secondary usergroups. Usergroup A is also apart of Usergroup B? If so there is a bug that shows a blank page that i can't figure out.

MustangLisa 07-03-2005 03:41 PM

Quote:

Originally Posted by BlasterT3
This hack doesnt work for members with more then one usergroup. Is there going to be a fix for this?

btw im running vB 3.0.6

Same thing is happening to me. I'm running vB 3.0.7.

HELP!!!

akanevsky 07-11-2005 07:49 PM

/me Installed.

BamaStangGuy 07-27-2005 05:16 PM

Anyway someone can port this to 3.5?

Logikos 07-28-2005 12:58 AM

I don't plan on porting this untill 3.5.0 Gold is out. Reason why is, Mike Sullivan from vb.com hinted that this might become a default feature. So i'm going to wait.

BamaStangGuy 07-28-2005 01:38 AM

Quote:

Originally Posted by Live Wire
I don't plan on porting this untill 3.5.0 Gold is out. Reason why is, Mike Sullivan from vb.com hinted that this might become a default feature. So i'm going to wait.

Ok that would be nice if it would become one.


All times are GMT. The time now is 07:33 PM.

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.01434 seconds
  • Memory Usage 1,829KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (9)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