View Full Version : Webpage & Guestbook Script
Swedie
04-09-2005, 06:27 PM
Run insert.sql
(with PHPMYADMIN or MySQLcc or with vBulletin area if you're allowed to do so)
It holds all the necassary database changes!
What is this and how do i do this? I don't think I have ever did this part. Thanks
Please find someone that can assist you. This is not a simple install.
Swedie
04-09-2005, 06:34 PM
After upgrade i got this error on profile.php?do=editguestbook:
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 1946
Is relative to htis code in functions.php:
foreach($nav_array AS $nav_url => $nav_title) //this is my line 1946
{
$pagetitle = $nav_title;
$elementtype = iif(++$counter == $lastelement, 'lastelement', 'breadcrumb');
$show['breadcrumb'] = iif($elementtype == 'breadcrumb', true, false);
if (empty($nav_title))
{
continue;
}
Some new about the bug with avatarrs when it are stored as files?
You did something wrong, double check everything.
AVATAR FIX:
Find:
$avatarurl = "$vboptions[avatarurl]/avatar{".$split['1']."}_{$avatarinfo[avatarrevision]}.gif";
Replace with
$avatarurl = "$vboptions[avatarurl]/avatar".$split['1']."_$avatarinfo[avatarrevision].gif";
This fix is included in the latest v1.02 (after this post)
Acido
04-09-2005, 08:32 PM
You did something wrong, double check everything.
AVATAR FIX:
Find:
$avatarurl = "$vboptions[avatarurl]/avatar{".$split['1']."}_{$avatarinfo[avatarrevision]}.gif";
Replace with
$avatarurl = "$vboptions[avatarurl]/avatar".$split['1']."_$avatarinfo[avatarrevision].gif";
This fix is included in the latest v1.02 (after this post)
All ok after double check. Sorry for that :(
Big thanx about the avatars fix !
Lizard King
04-10-2005, 01:27 AM
Swedie thanks for all the fixes. Like 20 April I will make some donation for this hack. I just have one last question :)
If a user has more than 10 guestbook entry it shows nextpage button. Is it possible to match it vbulletins button style ?
Uhm.. this worked so fine with 3.0.3 but when I upgraded to 3.0.7 weird stuff happened. I had the 1.0.1 version, upgraded everything else smoothly. Then this script, followed the instructions. ( i think i have checked everything at least five times )
Still this:
<if condition="$show['webpagecontent']">
and this:
<if condition="$show['guestbooksettings']">
makes no sense. My pages does not show anything :-/, i have went through the usergroups several times. What can it be?
cdoyle
04-11-2005, 10:37 PM
So far everything seems to be working great with this.
I'm still looking for something that will allow users to upload images, I tried doing a search on here, for uploader hacks. Not really finding anything, anyone have any ideas?
I did find this
https://vborg.vbsupport.ru/showthread.php?t=62963&highlight=attachment+upload
Is there anyways to incorporate this hack, with this one?
3GNMEDIA
04-12-2005, 06:22 AM
When I go to Webpage Content and Guestbook Settings in the User CP, it just shows up as blank pages. Can anyone help me?
Lizard King
04-12-2005, 06:43 AM
Did you make all file edits including template edits ? It looks like you didn't finish template edits
3GNMEDIA
04-12-2005, 07:40 AM
Yeah, I think I did all the template changes.
modify_webpage - paste content of template_modify_webpage.txt
modify_guestbook - paste content of template_modify_guestbook.txt
For that part, I go to Add New Templates and for the title, I put modify_webpage and then paste the stuff from the text file into the template box, right?
Lizard King
04-12-2005, 08:07 AM
No , you'll have to edit the templates . Read the instructions careful. It explains which template you have to edit and where to paste that into.
3GNMEDIA
04-12-2005, 08:49 AM
No , you'll have to edit the templates . Read the instructions careful. It explains which template you have to edit and where to paste that into.
Wait.. what? I already edited the USERCP_SHELL, MEMBERINFO, and then I added those modify_guestbook and modify_webpage templates.
Marco van Herwaarden
04-12-2005, 09:03 AM
Wait.. what? I already edited the USERCP_SHELL, MEMBERINFO, and then I added those modify_guestbook and modify_webpage templates.Did you do it for all relevant styles? To test, select to view your board with the style in which you put those new templates, and test again.
3GNMEDIA
04-12-2005, 09:47 AM
can anyone take a look? it's located at <link removed>
can anyone take a look? it's located at www.clubsiouxfalls.com
Looks like the guestbook is there. You might want to provide a test user login so that people can login and have a look at the userCP.
3GNMEDIA
04-12-2005, 07:56 PM
username: testuser
password: testuser
username: testuser
password: testuser
Double check the profile.php step and also make sure there isn't a typo in the modify_webpage and modify_guestbook template name and that they are in fact present in the style you're using.
3GNMEDIA
04-12-2005, 08:24 PM
I hate little mistakes like that :P
I must've forgotten to hit save when I edited the profile.php file. Thanks :)
I hate little mistakes like that :P
I must've forgotten to hit save when I edited the profile.php file. Thanks :)
Glad I could help :)
Urban51
04-12-2005, 08:33 PM
I installed it and i got this message when on member.php
How do I fix it?
Swedie
04-14-2005, 07:22 AM
I installed it and i got this message when on member.php
How do I fix it?
Redo edit of member.php by CAREFULLY following the instructions and placing the code at the right position. It could have to do with other scripts somewhere else (template MEMBERINFO). But most likely you've done something wrong with the member.php file.
Urban51
04-16-2005, 04:43 PM
Thanks for ur reply but i tried everything and i get the same result. I use the prefix vb3_ on my tables and I added vb3_ infront of phrases, settinggroup and setting. I also did that infront of the new tables user_guestbook and user_webpage, maybe that was a misstake? if so, how do i remove the prefix vb3_ infront of the tables?
KTBleeding
04-18-2005, 04:40 AM
Swedie, how would I go about having the avatars shown in the guestbook at all times rather than having the user add it via the control panel? Thanks ahead of time.
Lizard King
04-18-2005, 06:39 AM
If you set avatars to be shown from admincp as default then unless a user will change their own settings everybody will have avatars in their guestbook. I think there is no other way right now.
KTBleeding
04-18-2005, 11:11 AM
Thanks Lizard,
Problem is I don't see that feature. The closest I have is "Allow Avatar to be shown next to a user's guestbook entry..." and I have that checked to Yes but the user still has to set it in the UserCP.
KTBleeding
04-19-2005, 06:27 PM
Bump
stephend23
04-22-2005, 01:14 AM
This this work for version 3.0.7?
KTBleeding
04-22-2005, 02:31 AM
This this work for version 3.0.7?
I have it installed on 3.0.7 and it's working fine.
stephend23
04-22-2005, 03:08 AM
Just finished installing this... But when i go and edit my content SOMETIMES it dont allow me to use the smilies or 'insert image' etc... However sometime it does. And when i change it 2 HTML it NEVER lets me use the smilies.
Also on the 'post guestbook entry' it doesnt show the smilies instead it has:
Rules
Smilies - Enabled
Any help would be great thanks
Sorry if this has been already answered but there are lik 52 pages to this :s
EDIT:
Sorry one more thing... How would i get the time to work with the forum.
cause when i posted a guestbook and updated my content it has
21-04-2005 11:17 PM
While at the moment its:
22/04/05 5:21am
CSS59
04-24-2005, 11:14 PM
can someone post a link to a live site so I can look at it?
Thanks a lot
cdoyle
04-24-2005, 11:45 PM
I have it over at my site.
http://www.caraudiocentral.net
All the members who have blue user titles have the option, but so far most haven't used it.
KTBleeding
04-25-2005, 12:25 AM
I've modified it to fit the original vBulletin style a little better..
http://www.keepthembleeding.net/forums/member.php?userid=1
CSS59
04-25-2005, 12:31 AM
Thank you, I like it but the links for member pages are so long!
/member.php?u=1io7576467476566f547689085thljoitr
Any way to make them /members/username ?
Also, the contact info on the bottom could be re-aranged to look better and not so much live the VB profile. A sidebar for the contact info would be cick ass!
KTBleeding
04-25-2005, 12:40 AM
On mine?
My site is still in "beta/development" so I haven't got all the cosmetics worked in yet. The footer is still on my list of things to do.. yours wouldn't look like that though and you're able to modify it to look how you want.
As for the /members/username thing, I don't think one exists for vB3, though I could be wrong. I know for vB2 there was a "username.yourdomain.com" which I'd love to see for vB3, but that's a completely different topic.
Tigur
04-25-2005, 05:33 AM
this is such a awesome hack. Easy to install. I didn't have a single problem installing it at all. I think my users will enjoy this as long as they know about it.
ThePimp
04-25-2005, 09:20 AM
I'm still getting errors trying to install this. It doesn't like the Profile edit for some reason. I get the error...
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 308
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 315
I have uninstalled this and reinstalled it 3 times and get the same error. I need some assistance with this if anyone can help.
Thanks
T3MEDIA
04-25-2005, 10:05 AM
On mine?
My site is still in "beta/development" so I haven't got all the cosmetics worked in yet. The footer is still on my list of things to do.. yours wouldn't look like that though and you're able to modify it to look how you want.
As for the /members/username thing, I don't think one exists for vB3, though I could be wrong. I know for vB2 there was a "username.yourdomain.com" which I'd love to see for vB3, but that's a completely different topic.Yes there is a hack here that does that. I dont know if it is really... well yes its a hack there is a mod to your index.php but your server has to understand wildcards. only issue.
error_22
04-26-2005, 02:55 PM
Yes there is a hack here that does that. I dont know if it is really... well yes its a hack there is a mod to your index.php but your server has to understand wildcards. only issue.
i think ure referring to Overgrow's hack. Well, basically its like t3media says but its onlly like a link or something.
when u enter username.domain.com it'll change it to www.domain.com/forum/member.php?u=xxxx
If you want real subdomains u need to have control over your DNS and hack vB so it spits out subdomains instead of the regiular address. I guss its alot of work but I know it can be done since I've seen it on a site.
www.hilaryfan.com
bouncey
04-29-2005, 06:01 PM
What are the security risks with enabling HTML?
CrazyLady
04-30-2005, 12:28 AM
SQL-query :
INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (-1, 'setting_allowguestbook_desc', 'Allow users to have a Guestbook?', 5000)
MySQL said:
Table 'vbulletin.phrase' doesn't exist
got this error when I went to run the SQL query
please advise. thanks
CL
ThePimp
04-30-2005, 04:59 PM
I'm still getting errors trying to install this. It doesn't like the Profile edit for some reason. I get the error...
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 308
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 315
I have uninstalled this and reinstalled it 3 times and get the same error. I need some assistance with this if anyone can help.
Thanks
Hello? Swedie... can you address this issue please? Thanks.
CSS59
05-01-2005, 03:08 AM
I've modified it to fit the original vBulletin style a little better..
http://www.keepthembleeding.net/forums/member.php?userid=1
can you add more content to that?
I would like to see it with some pics.
Thanks a ton
KTBleeding
05-01-2005, 06:54 AM
can you add more content to that?
I would like to see it with some pics.
Thanks a ton
Sorry, I'm not sure what you mean. The avatars should be showing up fine on my profile.. I've been trying to get them to show up no matter what, but haven't had success.
Do you not see them?
T3MEDIA
05-01-2005, 10:30 AM
i think ure referring to Overgrow's hack. Well, basically its like t3media says but its onlly like a link or something.
when u enter username.domain.com it'll change it to www.domain.com/forum/member.php?u=xxxx (http://www.domain.com/forum/member.php?u=xxxx)
If you want real subdomains u need to have control over your DNS and hack vB so it spits out subdomains instead of the regiular address. I guss its alot of work but I know it can be done since I've seen it on a site.
www.hilaryfan.com (http://www.hilaryfan.com)That site is cool. LOL. I like it for some reason.
Lizard King
05-01-2005, 03:05 PM
I've modified it to fit the original vBulletin style a little better..
http://www.keepthembleeding.net/forums/member.php?userid=1
Can you share your memberinfo template :) I really liked how you did it.
KTBleeding
05-01-2005, 05:06 PM
Can you share your memberinfo template :) I really liked how you did it.
Well, the only problem with that is I have completely modified my version to eliminate half the features of this script that I'll never really find useful for myself. I have removed the Webpage completely, and a bunch of the guestbook functions.
If I ever find time to take a default version of this hack and change the looks of it, I'll release it. But until then I don't really want to release it as it may screw something up in the files themselves. I'll try and find time, but I can't promise anything.
Also, thanks for the kind words. :)
Lizard King
05-01-2005, 05:53 PM
Well, the only problem with that is I have completely modified my version to eliminate half the features of this script that I'll never really find useful for myself. I have removed the Webpage completely, and a bunch of the guestbook functions.
If I ever find time to take a default version of this hack and change the looks of it, I'll release it. But until then I don't really want to release it as it may screw something up in the files themselves. I'll try and find time, but I can't promise anything.
Also, thanks for the kind words. :)
I also donot use webpage for this mode so i may also be interested in also how to remove the webpage feature also :p how you'll find some time and share this :p
Finally fixed it but i am still interested how you managed to change guestbook entries :p the one in your profile is pretty good. avatars in on the left in a different table.
CSS59
05-02-2005, 02:09 AM
Sorry, I'm not sure what you mean. The avatars should be showing up fine on my profile.. I've been trying to get them to show up no matter what, but haven't had success.
Do you not see them?
Oh I can see them but I ment content to the web page, but then I read you got rid of the web page function.
I really like what you did, its so clean!
Wish we can redo this hack to be nice and clean
Lizard King
05-02-2005, 05:33 AM
Oh I can see them but I ment content to the web page, but then I read you got rid of the web page function.
I really like what you did, its so clean!
Wish we can redo this hack to be nice and clean
I did a little different then KTBleeding's :) But his one looks really nicer :)
http://forum.ayyas.com/member.php?u=4 this is mine and all the features are included but i disabled the webpage from admincp. I attached the memberinfo template if you anybod want to use it like this. I also added an if condition if the guestbook is turned of member.php shows the regular memberinfo template.Also i tried to add border to the guesbook section but i couldn't do it. I added 2 screenshot first one has the guestbook on second one is the guestbook off
MR-2ZZ
05-02-2005, 07:51 AM
I have VB 3.07 and I installed this per the instructions. Everything works except in AdminCP.
When I goto Vbulleting Options - Webpage/Guestbook, there is two options to choose from. Advanced Settings and Notifications.
When I goto user groups I see nothing, no options nothing. I have read through this whole thread and tried every entry and everything and I cant get this to work at all. Any help would be appreciated :(
Lizard King
05-02-2005, 08:04 AM
I have VB 3.07 and I installed this per the instructions. Everything works except in AdminCP.
When I goto Vbulleting Options - Webpage/Guestbook, there is two options to choose from. Advanced Settings and Notifications.
When I goto user groups I see nothing, no options nothing. I have read through this whole thread and tried every entry and everything and I cant get this to work at all. Any help would be appreciated :(
Try to search any guestbook phrase edit it and then save it.
MR-2ZZ
05-02-2005, 05:12 PM
Already did that.
can_use_guestbook searched it, saved it, nothing. Is there a removal script so I can start over.
Hello,
I installed this on vb 3.0.7 without any problems. Everything appears, even the edit functions etc.
The problem that I am having is that the settings in the Usergroup permissions are not sticking. They are there, I set them, and then they do what they want. For example:
Admins have the ability to create ,view,and post in the guestbook and webpage. I hit update, and I can't see the webpage or the guestbook. (I am admin 1) So I go back into the settings and they are not saved. So I do it again, with the same results. (yes, I created a webpage first. lol)
How does this work? Is there a bug? How can I make my settings for user permissions stay?
I want my admins to have webpages and guestbooks. Everyone can see them. Everyone can post to the guestbook.
I am creating a new usergroup, and they too get the guestbook and webpage. Everyone sees it, everyone can sign the guestbook.
These settings aren't staying as I make them. Why?
MR-2ZZ
05-02-2005, 06:49 PM
*EDIT
I am a freaking dork. I have been doing so many edits....
I FORGOT TO UPLOAD THEM!!! :ninja:
Works great, Clicking Install, Will donate paypal on payday!
FightRice.com
05-02-2005, 08:33 PM
Hey i've installed this on 3.0.7 and it works great, only letting my Mods have the web pages and everyone else can use just the guest book.
Awesome mod, but it isn't picking up the template color scheme and seems to only use the VBdefault colors any advice on where to change this, I know its gonna be in MemberINfo template somewhere probably but i'm just not sure what to change. Thanks
MR-2ZZ
05-02-2005, 08:35 PM
Did anyone figure out how Defi, did his custom CSS hack?
I would love to use this.
MR-2ZZ
05-02-2005, 08:36 PM
Hey i've installed this on 3.0.7 and it works great, only letting my Mods have the web pages and everyone else can use just the guest book.
Awesome mod, but it isn't picking up the template color scheme and seems to only use the VBdefault colors any advice on where to change this, I know its gonna be in MemberINfo template somewhere probably but i'm just not sure what to change. Thanks
Edit the webgbset.php file I think.
Lizard King
05-02-2005, 08:55 PM
Hey i've installed this on 3.0.7 and it works great, only letting my Mods have the web pages and everyone else can use just the guest book.
Awesome mod, but it isn't picking up the template color scheme and seems to only use the VBdefault colors any advice on where to change this, I know its gonna be in MemberINfo template somewhere probably but i'm just not sure what to change. Thanks
Add the following code in Styles & Templates - All Style Options - Additional CSS Definitions and change the colors matching to your board style. If you have more then one style you have do it to each style.
.wg_menu
{
background-color: #060606;
color: #999999;
font-size: 8pt;
font-family: Helvetica;
}
.wg_gbalt1
{
background-color: #060606;
color: #999999;
}
.wg_gbalt2
{
background-color: #060606;
color: #999999;
}
.wg_form
{
background-color: #060606;
color: #999999;
}
FightRice.com
05-02-2005, 09:20 PM
Thanks for the quick reply. Works wonders
Now i am trying to set this so regular members can not have a web page, and i choose that option in my user group editor but its not saving it and they are getting web pages that i don't want them to have :mad:
*Fixed, had my init.php file slightly messed up :devious:
Hello,
I looked my init.php file over several times and it is exactly as it is stated to be. I still can't get the usergroup permissions to stay. I change them, and they revert. I am using 3.0.7. Could someone show me how they have their init file set so I can see if we have it set the same way?
amykhar
05-03-2005, 10:54 AM
Hello,
I looked my init.php file over several times and it is exactly as it is stated to be. I still can't get the usergroup permissions to stay. I change them, and they revert. I am using 3.0.7. Could someone show me how they have their init file set so I can see if we have it set the same way?
your init file won't necessarily look like somebody else's. It depends on what other hacks you have installed.
Hello,
Amy, I have my init file exactly layed out the way the instructions for this hack described. Everything went great, except none of my user permissions stick in regards to this hack. Everything works, including creating the webpage. I really need this set so that admins and a new usergroup are allowed to make webpages and use the guestbook feature. I would like for everyone to have the ability to see them, but I would only like for the admin/added group to create.
Would someone more adepth with the init file be interested in seeing where the problem lies?
T3MEDIA
05-03-2005, 12:18 PM
Hello,
Amy, I have my init file exactly layed out the way the instructions for this hack described. Everything went great, except none of my user permissions stick in regards to this hack. Everything works, including creating the webpage. I really need this set so that admins and a new usergroup are allowed to make webpages and use the guestbook feature. I would like for everyone to have the ability to see them, but I would only like for the admin/added group to create.
Would someone more adepth with the init file be interested in seeing where the problem lies?yes take a look in your usergroups. You may have overlooked it since this is a quite large hack.
Take a look you should see Webpage and Guestbook new entries.... adjust to how you feel fit.
FightRice.com
05-03-2005, 02:44 PM
IS this what you are looking for
// field names for general permissions
$_BITFIELD['usergroup']['genericpermissions'] = array(
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'caninvisible' => 4,
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canseeraters' => 256, // Permission removed in 3.0.2 ## Maintain backwards compatibility with 3.0.0 and 3.0.1
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
'canhaveguestbook' => 16777216,
'canhavewebpage' => 33554432,
'canviewwebpage' => 67108864,
'canviewguestbook' => 134217728,
'canpostguestbook' => 268435456,
Hello,
Thanks for posting that. That is EXACTLY how mine appears.lol Everything is working on my site, except the usergroup permissions. I see them listed, I have made changes, and I have updated those usergroups. The problem is, my settings are not staying. Once I tell it to save them, they revert back to how they were.
This is crazy. lol What could be causing them to not be saved? They are in the usergroup manager, and I have done everything as outlined. Everything appears to work fine, but I can't change the user permissions and have them stay!
*****UPDATE*****
If anyone else runs into this problem, and you have cpanel, use the "repair" feature beside the database that houses your forums. I ran both the "repair" feature as well as the maintenance via the forums ACP, and that corrected the settings not staying. They now appear to be working. Thanks everyone. :D
//Rich Clicked install.
Rampag33
05-09-2005, 01:41 PM
Installed and works perfectly Now if I can find some memberinfo templates.
deathemperor
05-10-2005, 05:32 PM
This is incredible, I even intend to make this myself.
Thanks !
Rampag33
05-11-2005, 04:06 AM
I'm having a problem. Everything seems to be working just fine except Guest can't view guest book.
I looked at everything from the init.php file and the usergroup permission.
At first nothing showed up for guest but I saw that I messed up 1 of the numbers when I typed it in and nothing came up for Guest. Now that I fixed the init.php file the webpage shows up but not the guestbook.
smacklan
05-12-2005, 02:56 PM
When I click on Web Page Content in the UserCP i get the following error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 320
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 327
Any suggestions?
Lizard King
05-12-2005, 03:37 PM
I'm having a problem. Everything seems to be working just fine except Guest can't view guest book.
I looked at everything from the init.php file and the usergroup permission.
At first nothing showed up for guest but I saw that I messed up 1 of the numbers when I typed it in and nothing came up for Guest. Now that I fixed the init.php file the webpage shows up but not the guestbook.
did you check guest usergroup settings ?
Rampag33
05-13-2005, 02:29 AM
Yes I made the uergroup settings too. I guess that's why its not working for prior v303. Damn didn't want to upgrade the forums yet but I guess no way to get this to work without it. But strange how this is the only thing not working since the rest of the website shows with no problem.
bouncey
05-13-2005, 11:22 AM
What are the security risks with enabling HTML?
Bump! :speechless:
Anyone??? :D
KTBleeding
05-13-2005, 12:41 PM
There are way too many risks to list. Opening up your site to HTML allows virtually anyone to post malicious code.
sully02
05-13-2005, 03:11 PM
Add the following code in Styles & Templates - All Style Options - Additional CSS Definitions and change the colors matching to your board style. If you have more then one style you have do it to each style.
.wg_menu
{
background-color: #060606;
color: #999999;
font-size: 8pt;
font-family: Helvetica;
}
.wg_gbalt1
{
background-color: #060606;
color: #999999;
}
.wg_gbalt2
{
background-color: #060606;
color: #999999;
}
.wg_form
{
background-color: #060606;
color: #999999;
}
As far as this is concerned, I just removed the custom CSS, and it works fine for all of my styles.
smacklan
05-13-2005, 04:42 PM
When I click on Web Page Content in the UserCP i get the following error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 320
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 327
Any suggestions?
Bumpity anyone?
bouncey
05-15-2005, 06:27 PM
There are way too many risks to list. Opening up your site to HTML allows virtually anyone to post malicious code.
What kind of malicious codes?
Would it be safer if I restrict the HTML tags to only these ones?
<hr><a><br><b><h1><h2><h3><h4><i><img><li><ol><p><strong><table><tr><td><th><u><ul><font><b><div><center>
CrazyLady
05-17-2005, 01:28 PM
Question
Could the members have the option to upload attachments to use in their web page? Was wondering if this feature was already part of this mod, or could be added in the future.
Thanks
CL
cdoyle
05-17-2005, 08:43 PM
I've asked about this having this feature earlier, and most people didn't find it necessary.
I think it would help promote use of the webpage feature, since many members don't have server space.
Nordinho
05-17-2005, 08:48 PM
I've asked about this having this feature earlier, and most people didn't find it necessary.
I think it would help promote use of the webpage feature, since many members don't have server space.
it's the only feature I'm missing as well...
T3MEDIA
05-18-2005, 12:41 AM
use gal photopost popup add on but you will have to ask him how to intergrate it with this.
it works with photopost and other photo software
SpankMe
05-18-2005, 09:54 AM
And when i change it 2 HTML it NEVER lets me use the smilies.
Got the same problem. When I "Go HTML", the clickable smilies just get the javascript error: 'theform.message' is null or not an object
Rampag33
05-19-2005, 05:17 AM
ok I'm having real problems. I just got done upgrading from 300 to 307. I have a I tried some of the solutions above becuase when I did a search for the phrase it couldn't find it. I missing basically everything as far as what goes get install with the SQL file.
Does anyone have a SQL that will totally delete all the modifications so I can reuse the insert.SQL
bouncey
05-20-2005, 02:40 PM
What kind of malicious codes?
Would it be safer if I restrict the HTML tags to only these ones?
<hr><a><br><b><h1><h2><h3><h4><i><img><li><ol><p><strong><table><tr><td><th><u><ul><font><b><div><center>
Bump! :rolleyes:
Anyone??? :nervous:
Rampag33
05-20-2005, 04:21 PM
Bump! :rolleyes:
Anyone??? :nervous:
Yes but I would remove the <table><td><tr> command s since thouse can mess up the look of the profile easily. Unless you think your users actually know html.
cdoyle
05-20-2005, 08:51 PM
We just set some guidelines on our forum, and I restricted this option to paying members.
We haven't had a problem as of yet.
I was wondering, has anyone thought about hard it might be once VB 3.5 is released to upgrade our forums with this hack installed? Also hoping this hack will still work with 3.5.
altsounds
05-23-2005, 07:42 PM
I have made lots of my own mods to your original script nothing other than making the look and feel work a little better with my site.
Anyway you can put up a version with changes to the original code so people like myself can just add the differences?? That would be awesome if you could.
Let me know
Thoki
05-25-2005, 01:09 PM
Hello,
first of all: A GREAT SCRIPT.
maybe now a stupid question: How do I prevent my Super-Moderators from editing Users Guestbook-Entries an Quick-Edit their Webpages??
--
Greets Thoki.
kevinrstruck
05-25-2005, 09:55 PM
Very Cool **Clicked Install***
Had it up and running in about 20 minutes with no problems at all. Great script.
Thanks.
hey, everything works except the webgbset.php file
I just get a blank page...
nnjj.net
05-28-2005, 06:11 AM
is it working for 3.0.7?
Lizard King
05-28-2005, 08:54 AM
is it working for 3.0.7?
Yes working with 3.0.7
commTRU
05-31-2005, 06:40 PM
Hahaha, excellent hack :D I had a few teething problems, but having a good look around the 50 or so pages here, It appears that I now have it sussed. Thats the key to eternal happiness you know. Looking for answers yourself rather than just asking >_>
So thanks very much for this lovely hack. It's just what vB3 needed. Seems to work fine on 3.0.7 too ^__^
*does the happy dance of happiness*
Swedie
06-02-2005, 05:19 PM
hey, everything works except the webgbset.php file
I just get a blank page...
it is not a page that you visit through your browser. You open it up with say Notepad or Wordpad.
Swedie
06-02-2005, 05:24 PM
Everyone! I haven't visited here in like a month or so. I've been real busy with racing and such. I actually got a podium position this weekend. Third place! Gonna be aired on TV tonight. Oh well.. :)
I'm so glad that many of you appreciate and enjoy the script so much. I will surely take a look at some of the issues you have been experiencing. Such as the smilies giving a javascript error and possibly something more. I've had it running on my own site flawlesly from the beginning.
Would be cool if upcoming vB versions would use this scipt and give me credit and what not..... they can contact me if they like. I'm open minded.
some pics. very unrelated to this script.. eh what the heck. Mods may remove if they like.
Lizard King
06-02-2005, 05:36 PM
Exellent news :) and i am really happy for you Swedie hope you'll get a first place before the season is over ;)
My main concern what will happen to this hack when 3.5.0 will be released :) Are you planning to modify this for vb3.5.0 or not ? I wish you modify it because i love this hack.
Take Care
:D Congratulations Swedie, is that your trophy btw?
I'd also be interest to hear what would happen with this hack and vB3.5. My members love this hack but I'm also looking forward to 3.5 and plan to upgrade asap. I know you've been busy lately, but it would be nice to be able to use this hack on 3.5. :ermm:
Swedie
06-02-2005, 08:39 PM
:D Congratulations Swedie, is that your trophy btw?
I'd also be interest to hear what would happen with this hack and vB3.5. My members love this hack but I'm also looking forward to 3.5 and plan to upgrade asap. I know you've been busy lately, but it would be nice to be able to use this hack on 3.5. :ermm:
If I get enough donations to my Paypal account so I can pay for a new vB license I will take a serious look at a new version that support vB3.5.
There will definitely be a new version out soon to fix a few problems I've encountered with the WYSIWYG editor.
cdoyle
06-02-2005, 10:29 PM
:D Congratulations Swedie, is that your trophy btw?
I'd also be interest to hear what would happen with this hack and vB3.5. My members love this hack but I'm also looking forward to 3.5 and plan to upgrade asap. I know you've been busy lately, but it would be nice to be able to use this hack on 3.5. :ermm:
Yep me too, from some of the reading I've done on the 3.5.
Installing hacks will be a much different process after the update.
No more having to edit .php files?
So I'm not sure how that will effect this hack, I'm really hoping we can still use it!! :)
Ghostsuit
06-02-2005, 10:42 PM
Congrats on the placing :D
Swedie
06-03-2005, 08:38 AM
Everyone! I posted a new version. Version 1.03. It updated the Edit page for the user webpages. The editor apparently was a little off and didn't function at all.
For everyone with version 1.02, you can download this file and only update the "modify_webpage" template. Just remove old and paste new.
and also replace code in profile.php with new file.
SpankMe
06-03-2005, 09:28 AM
You might want to check your webpage template. It's missing a set of end table tags at the bottom and a tr tag in the second table.
Swedie
06-03-2005, 03:55 PM
You might want to check your webpage template. It's missing a set of end table tags at the bottom and a tr tag in the second table.
Thank you. Corrected this. All current files are up to date.
JD210
06-06-2005, 08:50 PM
Okay, I've gone through this several times now and am still having serious issues with it.
The settings on the profile page for the guestbook will not stay set, but keep reverting back to unset, and the webpage shows up blank no matter what I do. I have installed this several times now and keep having the same problems.
Lizard King
06-07-2005, 08:12 AM
Okay, I've gone through this several times now and am still having serious issues with it.
The settings on the profile page for the guestbook will not stay set, but keep reverting back to unset, and the webpage shows up blank no matter what I do. I have installed this several times now and keep having the same problems.
You missed some file edits. This hack is working properly unless you miss some edits.
JD210
06-07-2005, 03:17 PM
As I have gone over the installation several times now, I don't see how I could have missed anything, but I will look once more.
Swedie
06-07-2005, 03:45 PM
As I have gone over the installation several times now, I don't see how I could have missed anything, but I will look once more.
Did you upload the new files? Save new and edited templates?
JD210
06-07-2005, 10:12 PM
Sure have. I must not be doing something right, but for the life of me, I don't know what it could be.
Swedie
06-08-2005, 06:39 AM
Sure have. I must not be doing something right, but for the life of me, I don't know what it could be.
I can take a look at it. PM me your info and I'll see what I can find.
JD210
06-08-2005, 08:39 AM
Okay, thanks. I will get it to you today.
EricaJoy
06-10-2005, 04:12 PM
If I get enough donations to my Paypal account so I can pay for a new vB license I will take a serious look at a new version that support vB3.5.
There will definitely be a new version out soon to fix a few problems I've encountered with the WYSIWYG editor.
How far do you have left to go before you can purchase another vb license?
* EricaJoy clicks install
TruthElixirX
06-15-2005, 03:01 PM
Can I make the webpage appear out side of the user's profile?
Also can I let people have multiple pages? Such as set X limit of custom pages?
ThaSpecialist
06-19-2005, 05:40 PM
:-(
I've got this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 299
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /member.php on line 309
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 933
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 938
???
Line 299
$sql = mysql_query("SELECT * FROM user_webpage WHERE userid = ".GBUSERID."");
Plz. Help me...
ThaSpecialist
06-20-2005, 05:11 PM
Works! With 3.0.7! Sorry for my post. I've selected the wrong DB.
Lionel
06-21-2005, 01:27 AM
It would have been nice to autoinsert a welcome message in guestbook upon registration so new member receives PM about it and by the same token becomes aware of the fact that he has a guestbook.
Sean S
06-21-2005, 01:48 AM
It would have been nice to autoinsert a welcome message in guestbook upon registration so new member receives PM about it and by the same token becomes aware of the fact that he has a guestbook.
hey I really like that idea, lol now I have to find out how to do it.
hbalagh1
06-21-2005, 03:16 AM
i am getting the following errors
when i try to edit my webpage content i get this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 302
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 309
when trying to set my guestbook settings i get this error on top
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 438
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 444
would any of this have to do with the fact that i had to ad vb3_ to my sql before uploading the sql text....?? can't wait to get this going as i know it will be a great addition to my community that has been down all day as i rush to get all these mods done after converting from phpbb :)
hbalagh1
06-21-2005, 03:35 AM
:-(
I've got this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 299
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /member.php on line 309
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 933
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php on line 938
???
Plz. Help me...
i am also getting this error
TruthElixirX
06-21-2005, 07:05 PM
Specilist said he was getting it because he was selecting the wrong DB?
hbalagh1
06-23-2005, 05:12 AM
i put the sql in the right db i know that for a fact...
hbalagh1
06-23-2005, 05:41 AM
i have looked over my changes a billion times can anyone please help i have 3 errors...
Selene
06-24-2005, 12:20 AM
will this work on 3.07? anyone tested on 3.07?
hbalagh1
06-24-2005, 12:22 AM
Works! With 3.0.7! Sorry for my post. I've selected the wrong DB.
he says it does but i can't get it to work :(
TruthElixirX
06-24-2005, 04:02 PM
I'm having trouble getting it to work with 3.0.7 as well.
dsboyce8624
06-24-2005, 07:54 PM
Just installed on 3.0.7 with over 60 hacks, not a single problem.
hbalagh1
06-24-2005, 09:25 PM
Finally got mine up and going i am so happy and relieved
dsboyce8624
06-24-2005, 09:31 PM
Finally got mine up and going i am so happy and relieved
Glad I could help.
hbalagh1
06-24-2005, 09:33 PM
Glad I could help.
i wanted to give you credit but was afraid you might get swamped with PM's thanks again
dsboyce8624
06-24-2005, 09:58 PM
i wanted to give you credit but was afraid you might get swamped with PM's thanks again
No Problem.
aranthorn
06-26-2005, 05:35 AM
Hello,
Thanks for posting that. That is EXACTLY how mine appears.lol Everything is working on my site, except the usergroup permissions. I see them listed, I have made changes, and I have updated those usergroups. The problem is, my settings are not staying. Once I tell it to save them, they revert back to how they were.
This is crazy. lol What could be causing them to not be saved? They are in the usergroup manager, and I have done everything as outlined. Everything appears to work fine, but I can't change the user permissions and have them stay!
*****UPDATE*****
If anyone else runs into this problem, and you have cpanel, use the "repair" feature beside the database that houses your forums. I ran both the "repair" feature as well as the maintenance via the forums ACP, and that corrected the settings not staying. They now appear to be working. Thanks everyone. :D
//Rich Clicked install.
I'm having the same issue and ran repair/optimize from the adminCP, the ran the repair and optimize from phpMyAdmin and have had no luck. I'm willing to just hardcode this into the DB, but I have no idea where to find the settings. Any help would be appreciated.
I've been over the file edits twice. I had this installed on 305 and was working flawlessly, but on my 307 install it's giving me this issue.
aranthorn
06-26-2005, 05:46 AM
Never mind, IT WAS THE (ok, I'll stop shouting) init.php, completely my fault.
MustangLisa
06-27-2005, 08:59 PM
I'm having the same issue and ran repair/optimize from the adminCP, the ran the repair and optimize from phpMyAdmin and have had no luck. I'm willing to just hardcode this into the DB, but I have no idea where to find the settings. Any help would be appreciated.
I've been over the file edits twice. I had this installed on 305 and was working flawlessly, but on my 307 install it's giving me this issue.
Same thing here. I repaired both and still having troubles . . . help, please.
TruthElixirX
06-28-2005, 12:14 AM
Okay. I installed it once and it didn't work. I completely re-installed it and it didn't work...
Is this guy still supporting the hack?
Mr. Brian
06-28-2005, 04:01 PM
hey, everything works except the webgbset.php file
I just get a blank page...
Semm like I'm having the same isssue as yours?
Mr. Brian
06-28-2005, 04:35 PM
The settings on the profile page for the guestbook will not stay set, but keep reverting back to unset, and the webpage shows up blank no matter what I do. I have installed this several times now and keep having the same problems.
Well, I've having the same issue. I'm sure I've followed everystep without missing any. Any clue? :ermm:
dsboyce8624
06-28-2005, 06:17 PM
It seems to me, from reading the thread, that these issuse are caused by bad file edits. Either another hack which caused the edit to be in the wrong place, or user error (nobody likes to hear that.)
I can tell you though, I installed this last week, on a vB with about 70 other hacks installed. It went fine on the first go round, and is running fantastically.
Running 3.0.7 and vBa CMPS 1.0.1.
And a but load of hacks.
Mr. Brian
06-28-2005, 06:24 PM
It seems to me, from reading the thread, that these issuse are caused by bad file edits. Either another hack which caused the edit to be in the wrong place, or user error (nobody likes to hear that.)
I can tell you though, I installed this last week, on a vB with about 70 other hacks installed. It went fine on the first go round, and is running fantastically.
Running 3.0.7 and vBa CMPS 1.0.1.
And a but load of hacks.
So what are u trying to prove? Showing off or?
Please take sometime browse through my profile before response to this thread.
Thank you.
dsboyce8624
06-28-2005, 06:41 PM
So what are u trying to prove? Showing off or?
Please take sometime browse through my profile before response to this thread.
Thank you.
I'm not trying to prove anything, just saying that it works.
Try not to be so defensive.
TruthElixirX
06-28-2005, 11:05 PM
Thank you for reporting it works. :). Means I'm just missing something.
I just loaded the script. I see the options in the admin cp and I am able to change them. I see the options within the member's control panel. Im able to make changes there too. But the guestbook/webpage is not showing in the actual profile. Can someone lead me in the right direction as to what i may be missing?
Tee
Nevermind.
Figured it out!
Exitilus
07-05-2005, 10:59 PM
Did you make sure Usergroups have permission to use it?
Carnage Media
07-16-2005, 06:00 AM
Sure have. I must not be doing something right, but for the life of me, I don't know what it could be.
I have the same issue. I got no errors on the install so that was great! But when I go in to the options it either won't save it at all or only some when you click on them.
Also, I'm getting a link for guestbook under Settings and Options but nothing for the webpage. But I can pull up the webpage by going to profile.php?do=editwebpage
thanks alot for the hack and help.
ViViD
07-16-2005, 06:46 AM
Does it works by 3.5.0 ? :)
KTBleeding
07-16-2005, 03:30 PM
Does it works by 3.5.0 ? :)Nope. Sorry, but this is the 3.0.7 forum.
Carnage Media
07-18-2005, 12:10 AM
got mine all working.
How are we as admins able to keep track of new webpages that might have nudity or anything like that in there?
commTRU
07-18-2005, 06:24 PM
Man, these hacks are such a pain in the neck sometimes. Mine was working fine untill I installed another hack which messed it up, but all sorted now..
If anyone has the problem where they save the options in the Usergroup section of the ACP, but the settings do not 'stick', then it's all down to your Init.php file.
Just thought I would pop in and say thanks for a great hack again :)
csidlernet
07-20-2005, 09:18 AM
nice man.
madkidz
07-26-2005, 11:24 AM
For some reason when I try to set the permissions in the user groups, it doesnt save them. How can I fix this problem?
hbalagh1
07-26-2005, 12:52 PM
I found that was a error when in the math part of the mod :)
madkidz
07-26-2005, 03:30 PM
I found that was a error when in the math part of the mod :)
HUH. Please explain
amykhar
07-26-2005, 03:44 PM
HUH. Please explain
The bitfields that are set up in init.php have to be calculated based on the other mods you have installed. You can't just copy and paste with this hack.
madkidz
08-01-2005, 12:47 PM
OK I got it to work, the onlything is the last udated time is inccorect. How do I get the time to sync with the actuall time.
madkidz
08-02-2005, 10:24 AM
I install this hack and its finally working, My members are loving it.
Question is there a way to add to the forum home page "Recent guest book entries", by user names. It would be cool if you can control in the admin cp how many entries to show. ie 10, 20, 30. also is there a way to list the top viewed web pages. I was also thinking that after x amount of views a guestbook can be marked with "hot" or "cool" Guestbook when shown on the forum home page.
madkidz
08-02-2005, 01:37 PM
Is there any way you can make it so it supports CSS style sheet as well?
Swedie
08-02-2005, 03:55 PM
Is there any way you can make it so it supports CSS style sheet as well?
Sup everyone! Glad to see people are still downloading and enjoying my work.
I'm waiting for version 3.5 to be released.
madkidz
08-03-2005, 02:25 PM
Sup everyone! Glad to see people are still downloading and enjoying my work.
I'm waiting for version 3.5 to be released.
So what will 3.5 have if you dont mind me asking and when is the release date.
madkidz
08-03-2005, 06:40 PM
How do I correct the time. Its off by three hours.
Warlord
08-06-2005, 03:22 AM
Awesome hack, unfortunately I think my users ability to design any kind of web page is pretty low. I installed it anyway though. Gives the profile a fresh look to it if they even just want to put a bio in there or something.
Hades-1
08-06-2005, 01:39 PM
im running a 3.0.7 board, anyone who thinks they can get this running perfectly for me and wants to make some $$$$$ via paypal, contact me please!
mindcry
08-08-2005, 11:24 PM
ok strange issue. I have everything installed and it appears to be working. but, in the admin cp under usergroups I cannot turn everything on. I can select them all then if I go back to the page again they are in some weird random order.
i am getting the following errors
when i try to edit my webpage content i get this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 302
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 309
when trying to set my guestbook settings i get this error on top
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 438
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 444
would any of this have to do with the fact that i had to ad vb3_ to my sql before uploading the sql text....?? can't wait to get this going as i know it will be a great addition to my community that has been down all day as i rush to get all these mods done after converting from phpbb :)
I'm having the same problem, any ideas? Is there a fix for this? I'm using 3.0.7, with no other hacks at this time. Thanks,
Lem
James Grant
08-09-2005, 08:12 PM
Hello,
I've installed this and it works amazingly :)
Had a bit of a play around with it to try and tailor it to my website...
But i have a horrible feeling that when people start filling in the guestbook, what's to stop the owner of the guestbook changing / altering what their guest has said?? Can't they do this easily by just clicking the "edit" button, and changing what the person has said?!
How do i go about chaging it so that the edit button is only available to moderators / administrators??
I dont want the guestbook owner or the person who posted the message to be able to edit them at all.... but just delete it if they dont like it.
How can i go about doing this?
Hope you can help me out
James
James Grant
08-09-2005, 09:10 PM
It's ok lol.... I found it myself.
If anyone else wants to know
(and by the way before you look at the code, PLEASE be aware that i can't code to save my life! so i've just looked at it hard and modified it a bit)
Proper developers will freak at this lol:
in members.php:
Change inbetween where it says "//Enable or Disable deletion-ability " and "//Subject" to this:
//Enable or Disable deletion-ability
if(GBUSERID == $bbuserinfo['userid'] or $permissions['adminpermissions'] or ($split['1'] == $bbuserinfo['userid'] && time() < ($split['0']+($vboptions['editthreadtitlelimit']*60)))) {
$html .= "
<script LANGUAGE=\"JavaScript\">
<!--
function confirmSubmit()
{
var agree=confirm(\"".$vbphrase['wg_areyousure']."\");
if (agree)
return true ;
else
return false ;
}
// -->
</script>
<table border=0 cellspacing=0 cellpadding=2>
<tr><td><table border=0 cellspacing=0 cellpadding=0>
<form action=\"member.php?u=".GBUSERID."\" method=\"post\">
<input type=\"hidden\" name=\"do\" value=\"remove_gbentry\">
<input type=\"hidden\" name=\"gbtime\" value=\"".$split['0']."\">
<input type=\"hidden\" name=\"gbuserid\" value=\"".$split['1']."\">
<tr><td><input onClick=\"return confirmSubmit()\" type=\"image\" src=\"images/buttons/gbremove.gif\" title=\"".$vbphrase['wg_remove']."\"></td></tr>
</form>
</table></td><td></td></tr>
</table>";
}
if(GBUSERID == $bbuserinfo['b'] or $permissions['adminpermissions'] or ($split['1'] == $bbuserinfo['userid'] && time() < ($split['0']+($vboptions['editthreadtitlelimit']*60)))) {
$html .= "
<script LANGUAGE=\"JavaScript\">
<!--
function confirmSubmit()
{
var agree=confirm(\"".$vbphrase['wg_areyousure']."\");
if (agree)
return true ;
else
return false ;
}
// -->
</script>
<table border=0 cellspacing=0 cellpadding=2>
<tr><td><table border=0 cellspacing=0 cellpadding=0>
</table></td><td><table border=0 cellspacing=0 cellpadding=0>
<form action=\"member.php?u=".GBUSERID."\" method=\"post\">
<input type=\"hidden\" name=\"do\" value=\"edit_gbentry\">
<input type=\"hidden\" name=\"gbtime\" value=\"".$split['0']."\">
<input type=\"hidden\" name=\"gbuserid\" value=\"".$split['1']."\">
<tr><td><input type=\"image\" src=\"images/buttons/gbedit.gif\" title=\"".$vbphrase['wg_edit']."\"></td></tr>
</form>
</table></td></tr>
</table>";
}
$html .= "</td><td width=100% class=\"smallfont\">";
//Subject
By the way i had to use a bit of code that proper coders will freak at lol...
I used GBUSERID == $bbuserinfo['b'] in the 2nd bit to make sure it was skipped (as in i know there isnt a variable called "b", so it will just skip it) to get it working...
If someone can improve on the code it would be cool. It seems to be working at the moment but the code is really dirty, so i spologise! again i cant code at all, and i dont know what half of the code means lol.... so please dont start shouting at me :squareeyed:
Just thought i'd post it to share with anyone else who's doing something like this
J
imported_Dalvosaber
08-13-2005, 11:56 AM
i Have installed ervrything properly and i see the admin cp configs and the usergroups have been updated and i see the usercp stuff but when i put a page it doesnt work!
Swedie
08-15-2005, 11:14 AM
Here's an update for you all.
In September I will dedicate more time to fix this script. The reason is that I will have own office here in the center of the town next to a college/universe with lots of companies around me that I can ask for help and what not. My own brother works just around the corner and he's a very good programmer. Meaning that if I run into a problem it won't take me days to figure out the problem anymore. And since I will be at the office throughout the day I will have more time to do what I should do... WORK! I've been working out of home for the last year and with summer season I haven't been very professional at all. Just been lazy and doing fun stuff as often as I can and no boring stuff at all. Which means this script has been put a side.
I will open my office on September 1st, but I have a race weekend sept 2n to sept 4th and home on the 5th with a day off. After that I am able to give this script lots more time.
I will do my best to create an installation script for it so there won't be any trouble with the database changes. The file edits will of course still be manually done by the user.
Any bugs that you have reported (not many, if any really) will be fixed.
Any suggestions will be taken into concideration and I will try to make them all an option so that it won't interfer with already implemented scripts and make them "messy" because some new features are default and could change a lot of visual stuff.
I'll try and afford version 3.5. If you wish to contribue for this you can do so to swedie (at ) wheeliepimp( dot)com. (i hate spam, hence the spellout of my email address).
Excuse my english, but I hope you understand what I'm trying to explain.
Oh and also, I will from after sept 5th be able to really do good "customer" support.
madkidz
08-22-2005, 10:37 AM
Ok Only proble Im having with it is when I enable html the smilies and bb code dont work and when I enable smilies the html script doesnt work. How can I fix it so that all of them can work together?
madkidz
08-22-2005, 10:52 AM
How do I correct the time. Its off by three hours.
Anyone.
Swedie
08-29-2005, 01:44 PM
Anyone.
It should go by the forum settings.
madkidz
08-30-2005, 11:01 AM
Wlill this work with 3.5? OR do I have to do some modification. If so what do I need to change to have it working?
tuanluu
08-30-2005, 09:01 PM
thanks for the hack I will try to add to later
tuanluu
09-03-2005, 09:08 AM
hmmmmmmm will this work vb 3.0.8???
cecdah
09-05-2005, 12:08 PM
Hi
Have installed and everything is now working fine, Thanks a lot!
But, I have a problem, The guestbook, does it not break into more pages when a user gets a certain amount of guestbookcomments? If it does not break, the profilepage will become enormous and very long.
cecilie
PixelFx
09-05-2005, 05:39 PM
is it possible to make it so only those on your buddy list can use guest book or view home page ?
JD210
09-06-2005, 05:38 PM
Okay, I have this installed on 3.0.7, and everything seems to work fine....except. Once you go into edit webpage and put in your text, nothing shows up on the profile page. It looks exactly the same as before, without the webpage mod added. This has probably been asked before, but I tried to read through the 62 pages of this thread and couldn't do it. Anyone have this problem and possibly a solution? I have checked the permissions, and they are all set correctly.
Warlord
09-10-2005, 12:15 AM
Hello,
Thanks for posting that. That is EXACTLY how mine appears.lol Everything is working on my site, except the usergroup permissions. I see them listed, I have made changes, and I have updated those usergroups. The problem is, my settings are not staying. Once I tell it to save them, they revert back to how they were.
This is crazy. lol What could be causing them to not be saved? They are in the usergroup manager, and I have done everything as outlined. Everything appears to work fine, but I can't change the user permissions and have them stay!
*****UPDATE*****
If anyone else runs into this problem, and you have cpanel, use the "repair" feature beside the database that houses your forums. I ran both the "repair" feature as well as the maintenance via the forums ACP, and that corrected the settings not staying. They now appear to be working. Thanks everyone. :D
//Rich Clicked install.
I have the same problem, I'm using phpMyadmin, I've run the repair, optimize and analyze features in phpMyadmin as well as in the forums admin control panel. I've run a search on the thread and I haven't found anyone else with the same problem besides you.
I've double checked the init.php file and all the settings seem to be correct. Just keep multiplying by two for every entry, right? That's what I did and everything should be working as best as I can tell, but it's not and I don't know why.
I just ran the "Fix Unique Indexes" on the forums ACP and it it let me set my permissions for admins. Then I tried to do other user groups and it wouldn't keep the settings I made, but it did work for all groups after I set it a few times in each group. Seems like its just more of a luck of the draw kind of thing for some reason. Sometimes it works and sometimes it doesn't. I finally got all my usergroup settings working right for this hack now and I ain't screwing with it anymore. Don't know how to fix this bug for sure, but I ain't gonna chance having to go through all that again, so I'm leaving it alone while the going is good. :D
Still a great hack though!
monivn
09-12-2005, 07:49 PM
I have the same problem, I'm using phpMyadmin, I've run the repair, optimize and analyze features in phpMyadmin as well as in the forums admin control panel. I've run a search on the thread and I haven't found anyone else with the same problem besides you.
I've double checked the init.php file and all the settings seem to be correct. Just keep multiplying by two for every entry, right? That's what I did and everything should be working as best as I can tell, but it's not and I don't know why.
I just ran the "Fix Unique Indexes" on the forums ACP and it it let me set my permissions for admins. Then I tried to do other user groups and it wouldn't keep the settings I made, but it did work for all groups after I set it a few times in each group. Seems like its just more of a luck of the draw kind of thing for some reason. Sometimes it works and sometimes it doesn't. I finally got all my usergroup settings working right for this hack now and I ain't screwing with it anymore. Don't know how to fix this bug for sure, but I ain't gonna chance having to go through all that again, so I'm leaving it alone while the going is good. :D
Still a great hack though!
me,got the same problems.In Usergroup Permission,i cant set up canhaveguestbook,canhavewebpage.....I am wondering is it error at usergroup.php or init.php but no.
Could some one pls help me out? :tired:
I try to fix but i cant.
tuanluu
09-14-2005, 12:12 AM
I can not see the vBulletin Options > Guestbook / Webpage Preferences
I can see all the other part but this. and It is not working yet :(
Warlord
09-14-2005, 02:07 AM
me,got the same problems.In Usergroup Permission,i cant set up canhaveguestbook,canhavewebpage.....I am wondering is it error at usergroup.php or init.php but no.
Could some one pls help me out? :tired:
I try to fix but i cant.
Seems like you just gotta keep trying it until it finally takes. Took me a while, but I finally got my settings the way I want them.
JD210
09-14-2005, 02:22 AM
I still have the same problem of not seeing the webpage or guest book, even with all the permissions set.
Warlord
09-14-2005, 02:36 AM
You checked to make sure the settings took after you made them? Also be sure you set them for every usergroup.
You could also change them manually in the database if you can find them (I couldn't find 'em though).
tuanluu
09-14-2005, 04:41 AM
This step
!!IMPORTANT PART!! #2
Go into vBulletin Options > Guestbook / Webpage Preferences. Click "Update". THIS IS REQUIRED FOR THIS SCRIPT TO WORK!
I have not get pass this anyone plz help or any idea?
JD210
09-14-2005, 09:33 AM
You checked to make sure the settings took after you made them? Also be sure you set them for every usergroup.
You could also change them manually in the database if you can find them (I couldn't find 'em though).
Yep, sure did, and the permissions are all there and correct for all usergroups and all the permissions have held. I can get in, create/edit a webpage, but it does not show up afterwards.
monivn
09-15-2005, 07:54 AM
Yep, sure did, and the permissions are all there and correct for all usergroups and all the permissions have held. I can get in, create/edit a webpage, but it does not show up afterwards.
ya ya i just fix it,i install vbarticle and make this permisson into vbarticle permission and it works fine.You can fix the same way like me.Good Luck! :nervous:
tuanluu
09-15-2005, 09:30 AM
Same here but I can not see the webpage
CrazyLady
09-17-2005, 03:27 PM
My guestbooks have been working perfectly, till now. One user, and one user only, all of a sudden lost his guestbook.. or at least it doesn't show on his profile. No permissions have changed, nothing. It appears in the database and he has it enabled, but for some reason it is not displaying in his profile.
help
JD210
09-17-2005, 04:47 PM
Not getting much help around here lately it seems.
cdoyle
09-18-2005, 12:52 AM
With 3.5 around the corner, and it doesn't appear that this hack is going to be ported over. What needs to be done for us to completly remove it from our forums?
I upgraded my testboard to 3.5RC4, and it replaced all the templates (you don't see it in your profile anymore), but is there anything else that needs to be removed?
tuanluu
09-18-2005, 08:01 AM
check in your backup db run the sql thru phpadmin of vb execute sql I think
Swedie
09-18-2005, 10:22 AM
check in your backup db run the sql thru phpadmin of vb execute sql I think
I'll try and put time towards an uninstall script/manual this coming week.
I'll also try to optimize the code for the vb3.0 serie.
Then work on a vb3.5 version when I get a new license payed for.
tuanluu
09-24-2005, 01:53 AM
I just now notice that there a problem with my webpage. Only admin can edit and update. nobody else can. register user only can view and have, but can not update. any idea? thanks
tuanluu
09-24-2005, 02:35 AM
Okay I fix problem...It was the profile.php just put back the original then everything is fine :)
Annie^.^
09-28-2005, 01:30 AM
Can i run this on 3.0.5 RC3?
Fallback
09-28-2005, 10:48 AM
i am getting the following errors
when i try to edit my webpage content i get this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 302
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 309
when trying to set my guestbook settings i get this error on top
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php on line 438
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /profile.php on line 444
would any of this have to do with the fact that i had to ad vb3_ to my sql before uploading the sql text....?? can't wait to get this going as i know it will be a great addition to my community that has been down all day as i rush to get all these mods done after converting from phpbb :)
I get this exact same errors. How exactly did you fix it?
cdoyle
10-05-2005, 12:45 AM
any update on the uninstall? Or update for 3.5?
tuanluu
10-05-2005, 07:21 PM
I am still waitting on it my friend.
solboy
10-07-2005, 01:33 AM
Me also.
Lizard King
10-10-2005, 11:43 AM
Even i didn't want to upgrade without Guestbook i couldn't wait longer so i upgraded. Hope Swedie will find the money and time for 3.5.0 so I can again use this mod again.
sarpicaste
10-10-2005, 02:40 PM
I think all of us that are interested in the 3.5 upgrade need to help Swedie by donating a few dollars so that he can purchase the new license!
I will be doing that!
His info to send him money is on the main page of this forum where the downloads are!
stan111
10-13-2005, 11:47 AM
will this work on V3.0.7 ?
thanks
tuanluu
10-13-2005, 02:06 PM
Yes.... It work fine on my 3.9 ..... but now it is 3.5 gold
hotwheels
10-15-2005, 06:08 AM
i have been at this for 10hrs now......i have everything installed.....no matter what i do, i cannot get this to show in the user's profile......i have the usergroup set, i have the webpage set up in the usercp, everything.........but it just will not show in the user's profile.......this is terrible....nice script, but very complicated..
sucks that it don't work after all of these hours of reading and installing.
hotwheels
10-15-2005, 09:04 AM
and, what does this mean? : (Bagisla) i have no idea, but it wasn't in my profile until i started trying to upload this hack......please help me get rid of : (Bagisla)
hotwheels
10-15-2005, 05:23 PM
As you can see by this picture, i now have the word :bagisla on my profile........please help me figure out how to get rid of this.......
I still can't even get this thing to function properly on my website yet....i have tried all kind's of stuff....
Here are some screenshot's of what i am getting...... https://vborg.vbsupport.ru/showthread.php?t=77100&page=2&pp=15 this is the webpage/guestbook, the image attatched to this thread here, is for this damn bagisle.
hotwheels
10-15-2005, 08:30 PM
k, i found :bagisla in my Memberinfo template and got rid of that from my user's profiles......i still can't get the webpage to work..........
hotwheels
10-16-2005, 03:06 AM
well, i think i finally got the page working...........took almost 24hrs of messing with my templates and .php files, but it is up and running...
hotwheels
10-16-2005, 04:18 AM
missing avatar's and other stuff now.....man, you better be good before you attempt this one........my site is trashed right now over this hack...
dndog
10-16-2005, 09:28 PM
I have a question that I'm hoping I can get help in sorting out (as reading much of this thread did not result in answering this). I decided to install this hack last night on a test forum running a clean version of vB 3.0.3 (so the installer was also downloaded yesterday)
Everything worked perfectly during the installation, and all instructions were followed to the letter, but I can't manage to have the guestbook show up although the web page works just fine.
Any thoughts on what might be causing this?
Flow Fusion
10-16-2005, 09:29 PM
You can try to fix the tables in your admincp.
michaelsilvia
10-23-2005, 05:47 AM
I will offer someone $25 to integrate this hack into my forum. I sent Swedie the offer and will give him the first chance. E-mail me at mike@usfkclassifieds.com if you have done this before. ONLY send me a PM if you can do this right and know how to back up a database before working. The $25 if for
1) Backing up my database
2) Integrating this hack into my forum
3) Testing it out
I will pay via PayPal the second it is done.
Mike
michaelsilvia
10-25-2005, 11:38 AM
Outstanding! This is one of my favorit hacks. Thanks Swedie!
Mike
MojoNixon
10-27-2005, 07:29 PM
Any chance to get it running with 3.5? Want to switch 3.5. from 3.0.7 (script works like a charm in this version).
Has anyone got this to work smooth on 3.0.x or are there errors? Just dont wana risk it..
cdoyle
10-30-2005, 06:07 PM
It's been running on my patched 3.03 forum for about 6 months now and been running great. No errors, that I've seen, but I need to uninstall it because we want to switch to 3.5.
Was an uninstall for this ever created?
Flow Fusion
10-30-2005, 09:03 PM
I hope they make a version for 3.5.
MojoNixon
11-01-2005, 01:58 PM
Yes ..i hope too ...
cuz the following alternative is a real pain in the ass:
https://vborg.vbsupport.ru/showthread.php?t=91903
Flow Fusion
11-01-2005, 08:20 PM
I agree even though I'm using that one.
cdoyle
11-01-2005, 09:05 PM
I like the other one too, but it bugs me that it doesn't support tables.
Swedie
11-06-2005, 04:48 PM
I like the other one too, but it bugs me that it doesn't support tables.
Not sure if I should continue develope on this hack because of the ... better ones like above has linked to.
Kinda weird developing this script when version 3.5 is out (that i still don't have).
cdoyle
11-06-2005, 04:59 PM
how much more do you need to renew your license of VB, so you can download 3.5. Isn't it $35 to renew?
Everyone who is using this hack, send Swedie a couple $'s and hopefully he can update this to work with 3.5.
MojoNixon
11-06-2005, 07:58 PM
maybe he has a leased license so it would be 80 Euro to renew.
cdoyle
11-06-2005, 08:57 PM
could be, either way if just half the people using this hack donated a couple dollars, we should be able to raise enough to let Swedie upgrade.
I would love to see this hack transfer over, I've had the other hack running on my test forum, and I find this one to be better. Plus the other webpage hack doens't seem to be working with 3.51.
MojoNixon
11-07-2005, 07:15 PM
my forum members really love their guestbooks and the option to create an own webpage within the forum.
So i would donate, too ...
Kyderoy
11-09-2005, 01:08 PM
I would love to help out too, the other script is lacking in sooo many ways plus my members hate it.
Ghostsuit
11-09-2005, 06:10 PM
Could put me down for a donation if needed.
cdoyle
11-09-2005, 08:55 PM
somewhere in this very long thread, Swedie posted his paypal account.
Swedie
11-10-2005, 02:46 PM
I just replied to a guy contacting me over PM that it was $160 to renew!
I just logged into my account and did find out that it was only $30 to renew.
Incase you want to help out. My PayPal account is: swedie@sporthoj.com
Balance: $0.00 USD
Current Total in Swedish Kronor: 0.00 SEK
I'm planning on creating an automatic installer script for my hack. Been long wanted, but I just haven't found out how (searching this topic right now).
Anyhow, please donate and I'll suit up my script for vb3.5 as soon as I can!
Swedie
11-10-2005, 05:10 PM
Hey ya all! I just put down a couple of hours creating an installer. It's currently only for v1.0.2. It does everything automatically as far as databas changes goes and implementing new templates. Rest is all well organized in easy to follow steps!
I believe MANY of you have waited for this! ;)
I will attempt to go about some reported bugs tomorrow. And I will release an update when done (possibly already tomorrow).
I'm adding:
* Enable / Disable Webpage
- currently you enable or disable by having content or not
* moving guestbook entries to a new table. Easier to sort, search etc.
Suggestions for more changes are welcome!
thanks
cdoyle
11-10-2005, 08:56 PM
OK guys, lets help Swedie out!
Swedie I sent you some $ awhile back (last May or so), I don't want everyone to think I didn't contribute myself :)
Suggestions:
If an automated list could be displayed that would show all those who have enabled their webpage? Not sure if that is possible?
Swedie
11-11-2005, 07:04 AM
OK guys, lets help Swedie out!
Swedie I sent you some $ awhile back (last May or so), I don't want everyone to think I didn't contribute myself :)
Suggestions:
If an automated list could be displayed that would show all those who have enabled their webpage? Not sure if that is possible?
Thanks! ;)
And that is a great idea! I'll see what I can do about the design for it. Should it be based on the CSS style of your vBulletin and have its own "frame" on the vb forum index page? Or should I implement it somehow differently? Like adding a "star"/image next to the member's username to show that he has a webpage & or guestbook?
Flow Fusion
11-11-2005, 10:40 AM
Thanks! ;)
And that is a great idea! I'll see what I can do about the design for it. Should it be based on the CSS style of your vBulletin and have its own "frame" on the vb forum index page? Or should I implement it somehow differently? Like adding a "star"/image next to the member's username to show that he has a webpage & or guestbook?
Sounds great to me.
Lizard King
11-11-2005, 11:21 AM
Thanks! ;)
And that is a great idea! I'll see what I can do about the design for it. Should it be based on the CSS style of your vBulletin and have its own "frame" on the vb forum index page? Or should I implement it somehow differently? Like adding a "star"/image next to the member's username to show that he has a webpage & or guestbook?
Will the template be easier to modify swedie ? And also is it possible to add a small image like a star next to user name who enabled their webpage and guestbook and maybe when we click the star it will open a popup script where someone can enter a entry to guestbook.
Ghostsuit
11-11-2005, 12:37 PM
OK guys, lets help Swedie out!
Swedie I sent you some $ awhile back (last May or so), I don't want everyone to think I didn't contribute myself :)
Suggestions:
If an automated list could be displayed that would show all those who have enabled their webpage? Not sure if that is possible?
He should have a nice little donation from me now.
Kyderoy
11-11-2005, 02:10 PM
You are recoding for 3.5 right?
Swedie
11-11-2005, 02:14 PM
Will the template be easier to modify swedie ? And also is it possible to add a small image like a star next to user name who enabled their webpage and guestbook and maybe when we click the star it will open a popup script where someone can enter a entry to guestbook.
Not sure about the templates. I'll look over it and see what I can do. What exactly is that that you want to find easier to modify through the templates?
About the member "star" you request. That is too "special". I rather just put an icon next to the username. It's only one click away from the user's profile anyway. How lazy can ya get :)
Swedie
11-11-2005, 02:24 PM
You are recoding for 3.5 right?
Ah! I see I received a donation but Paypal took their usual fee. So it's not exactly to the deciam $30 in my account. Lacking $1.35 I think :D So remember if you donate you must put atleast 3 to ensure I have enough in the account afterwards.
I will change the script so that it is according to what you all want, but first of all.. for vb3.0.x. After that, I will convert it over to vb3.5.x.
Ghostsuit
11-11-2005, 07:38 PM
Ah! I see I received a donation but Paypal took their usual fee. So it's not exactly to the deciam $30 in my account. Lacking $1.35 I think :D So remember if you donate you must put atleast 3 to ensure I have enough in the account afterwards.
I will change the script so that it is according to what you all want, but first of all.. for vb3.0.x. After that, I will convert it over to vb3.5.x. Damn and there I was hoping my donation would cover the cost of the license and other peoples would be a nice thank you :(. Damn Paypal and their fees which I forgot about.
Kyderoy
11-12-2005, 12:09 AM
I hope the 3.5 conversion won't be too long.
Swedie
11-12-2005, 07:28 AM
I got another donation! Now i'm set! I just updated my license and can download v3.5. Great! Thank you all! Very much appreciated!
I'll get to work right away finishing the updates for the vb3.0.x version. The upgrade it to vb3.5.
hi swedie nice hack man. everything installed great error-free.
The options list up in the control panel and options i made the webpage but the webpage & the guestbook do not appear at all in the profile page..
Any hints?
this is the link to my profile, the profile has actually centered and gone skinny for some reason also.. no webpage showing at all.
http://www.beastclub.com.au/forums/member.php?u=1
any help anyone?
MissKalunji
11-12-2005, 10:38 AM
That would be great if someone ports that hack to 3.5.1 :) n e one?
Swedie
11-12-2005, 12:10 PM
this is the link to my profile, the profile has actually centered and gone skinny for some reason also.. no webpage showing at all.
http://www.beastclub.com.au/forums/member.php?u=1
any help anyone?
Have you uploaded webgbset.php and all other edited files (profile.php, member.php etc)?
And have you enabled webpage & guestbook to show for non registered and regular members? Also enabled that admin's or members can have a webpage or guestbook?
I can see that there is partial HTML code where the Webpage template edits go for the MEMBERINFO page. Check to ensure you pasted everything correctly into that template. thanks
cdoyle
11-12-2005, 02:33 PM
Thanks! ;)
And that is a great idea! I'll see what I can do about the design for it. Should it be based on the CSS style of your vBulletin and have its own "frame" on the vb forum index page? Or should I implement it somehow differently? Like adding a "star"/image next to the member's username to show that he has a webpage & or guestbook?
I like the idea of an icon or something near their name. Are you thinking of putting the icon down near the other icons when a user posts (online, AIM ect) see the attachment to where I'm thinking.
To expand on what I was originally thinking, I have the VBadvance portal on my site. So on the homepage, I have a section where the user can click on the 'forums' to take them to the forums. I then would like to have a link that says 'member pages' that takes them to a list of users who have member pages.
So it would look something like this.
User Name........Page Title (Link to page)..............Description
Chris.............Toyota 4Runner..... ............. Mods and other stuff
Do you think something like that is possible?
Swedie..
yes all edits have been made correctly, specially in the memberinfo template
and all suergroups have been enabled, registered and un-registered people can view guestbook/webpage.. they have the permissions set even to administrator. they were all set at start.
i wonder what it could be causing this :s
Swedie
11-12-2005, 03:06 PM
Swedie..
yes all edits have been made correctly, specially in the memberinfo template
and all suergroups have been enabled, registered and un-registered people can view guestbook/webpage.. they have the permissions set even to administrator. they were all set at start.
i wonder what it could be causing this :s
axi, go over the installation step by step and ensure everything was inserted to the database correctly. thanks
Swedie
11-12-2005, 03:08 PM
I like the idea of an icon or something near their name. Are you thinking of putting the icon down near the other icons when a user posts (online, AIM ect) see the attachment to where I'm thinking.
To expand on what I was originally thinking, I have the VBadvance portal on my site. So on the homepage, I have a section where the user can click on the 'forums' to take them to the forums. I then would like to have a link that says 'member pages' that takes them to a list of users who have member pages.
So it would look something like this.
User Name........Page Title (Link to page)..............Description
Chris.............Toyota 4Runner..... ............. Mods and other stuff
Do you think something like that is possible?
Quite a bit of work for a free program :D but it's quite possible. I just have to fix all bugs etc to start with. then enable icon's either next to the user's posts or in the online list... or somewhere else.
axi, go over the installation step by step and ensure everything was inserted to the database correctly. thanks
thanks just did bro.
I re-done the member.php file and profile.php files, i wacked the code under the 2nd alternative and worked!
Thanks all for the help this looks like a massive addition for my forum and members.
I Apperciate & respect your hard work!
way any way to get the smilies to show up in the guestbook response box as it would in the standard editor of vbulletin ?
Swedie
11-12-2005, 04:32 PM
way any way to get the smilies to show up in the guestbook response box as it would in the standard editor of vbulletin ?
Possible later addition. I wasn't sure how to make it fit "nicely". So i left it out.
Swedie
11-12-2005, 04:46 PM
I just posted a new version. Version 1.0.4. The difference is as you can read in the info box at the top of this thread. There is now an installer to simplify lots of things! And this also enables that many many more should be able to install this script. Those that previously have been afraid of messing up their database!
thanks, will upgrade now
edit: only found an installer in the file.. do i need to or can i upgrade still?
Swedie
11-12-2005, 05:42 PM
thanks, will upgrade now
edit: only found an installer in the file.. do i need to or can i upgrade still?
there is no upgrade from v1.0.3 to v1.0.4.
Do not run the database queries. No need for that.
All you have to do is replace the script in profile.php and replace template modify_webpage with the new info in the installation (skip to template editing).
that's all in this release except for the installer if you haven't installed it before.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.