vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Webpage & Guestbook Script (https://vborg.vbsupport.ru/showthread.php?t=71065)

MixMakers 12-30-2005 05:23 PM

Everything seemed to be working fine, but it seems as if people are able to delete/edit my guestbook entries and my webpage?

MixMakers 12-31-2005 02:38 AM

I'm trying to make it work with ushop where you can buy it as a usergroup. But for some reason, it won't work unless it's the primary usergroup that has it allowed. How can I get around this?

ambrosious 01-02-2006 10:07 PM

Quote:

Originally Posted by ambrosious
I could use some help here, when trying to set the permissions in Usergroups in the Admincp, I get the following error:

WHERE usergroupid=6
mysql error: Unknown column 'canhaveguestbook' in 'field list'

Does anyone know of a fix? I tried to follow the discussion in this thread but did not see this issue.

Thanks in advance for the help!

Please kind people, some help for those of puter-ly challenged?!

DjTaz 01-08-2006 01:24 AM

Hey Guys ,

I just installed this , and it works great for me , though i did a slightly unusualy install as i didint want this on my members page , but on a page of its own , so i changed it around a bit.

I ran into a slight problem in that the HTML version of the script is fine and adding HTML works ok , but as soon as i switch to the VB Code version and try to add anything , if i save it , i get a blank page !

Anyone got any ideas ?

DjTaz 01-15-2006 11:19 AM

Anyone ?

cdoyle 01-19-2006 12:22 AM

Swedie is there any update on a 3.5 version?

shadowdancer36 01-19-2006 07:20 AM

This WILL work with 3.5x right? I tried to install it (pointing it to the install file in my browser) and it just sits there. It shows the install link, but when I click it nothing happens.

Anyone know why this would be?

redspider 01-19-2006 11:16 AM

I dont think will work because the code in 3.50 change and this was for the 3.0.x versions.

cdoyle 01-19-2006 11:55 AM

No this is only for the 3.0x versions, we are all hoping Swedie is working on a 3.5 version. I loved this hack, and miss it. My users keep asking when is it going to be back too.

plateau 01-20-2006 12:14 PM

Quote:

Originally Posted by cdoyle
No this is only for the 3.0x versions, we are all hoping Swedie is working on a 3.5 version. I loved this hack, and miss it. My users keep asking when is it going to be back too.


thats what i think as well. :rolleyes:

T3MEDIA 01-30-2006 12:21 AM

You think there could be a way to use templates that call up info from within vb for this? So a user could click on sports bike template and their webpage will just be done for them. like yahoo360

Kyderoy 02-20-2006 12:43 PM

Looks like the new version will never happen

MissKalunji 02-20-2006 12:45 PM

Quote:

Originally Posted by Kyderoy
Looks like the new version will never happen

look who came back from the dead

tuanluu 02-20-2006 02:50 PM

maybe another coder can ask him to port this hack to 3.5.X or so

cdoyle 02-20-2006 03:29 PM

Quote:

Originally Posted by tuanluu
maybe another coder can ask him to port this hack to 3.5.X or so

Is anyone up to the challenge? I would love to have this back on my forum.

Todd123 03-07-2006 01:40 AM

Quote:

Originally Posted by tuanluu
maybe another coder can ask him to port this hack to 3.5.X or so

Yea, I and my members loved this hack before our upgrade to 3.5.x. I would be willing to donate to whoever ports this to 3.5.x. Can't give a ton (maybe $100), but if others also give to the coder, maybe it would make it worth while.

tuanluu 03-07-2006 05:15 AM

I am guess. No coder are interest in this hack :)

shadowdancer36 03-21-2006 01:59 AM

No one updated this hack yet? That sucks :(

tuanluu 03-21-2006 04:30 AM

I thinks this hacke will be abandon :(

jerx 03-21-2006 10:22 AM

Hi,

I tried installing this hack to a fresh 3.0.13. The guestbook seems to work, but the webpage doesn' t work. It doesn' t store the content. It only stores the webpage title and webpage description.

There has been one problem on step 5 of the hack installation. You have to find

PHP Code:

<if condition="$show[signature]"

and add above

PHP Code:

<!-- ###### WEBPAGE & GUESTBOOK SCRIPT - START ###### -->

<if condition="$webpage[quickedit_form]">
$webpage[quickedit_form]
<else />

<
table align=center width="$wghtml[webgbtotalwidth]border=0 cellspacing=0 cellpadding=0>
<
tr>
<if 
condition="$webpage[gb_onoff] == "on"">
<if 
condition="$webpage[gb_position] == "left"">
<
td valign=top width="$wghtml[gbwidth]">$webpage[gb_html]</td>
</if>
</if>
<
td valign=top width="$wghtml[webpagewidth]">

<if 
condition="$webpage[webpage_onoff] == "on"">

<if 
condition="$webpage[text]">$webpage[header]

<
table style="margin-top: 6px" align=center width=99bgcolor="$webpage[bordercolor]border=0 cellspacing="$webpage[bordersize]cellpadding="$webpage[bordersize]">
<
tr><td valign=top bgcolor="$webpage[bgcolor]">
<
font size=3 face="$webpage[fontface]color="$webpage[fontcolor]"><b>$webpage[name]</b><br>
</
font>
<
br>

<
font size="$wghtml[defaultfontsize]face="$wghtml[defaultfontface]color="$wghtml[defaultfontcolor]">
$webpage[text]<br>
</
font>

</
td></tr>
</
table>
<
div style="margin-right: 10px" align=right><font size=1><b>$vbphrase[views]:</b$webpage[hits]</font><br>
<if 
condition="$webpage[quickedit_button]">
$webpage[quickedit_button]
</if>
</
div>

<else />
<
center>
<
font color="$wghtml[no_content_textcolor]">$vbphrase[webpage_has_no_content]
</
font></center><br>
</if>

<
br />
</if> 

<if 
condition="$webpage[gb_onoff] == "on"">
<if 
condition="$webpage[gb_position] == "right"">
</
td><td valign=top width="$wghtml[gbwidth]">$webpage[gb_html]</td></tr>
</
table>
</if>
<if 
condition="$webpage[gb_position] == "left"">
</
td></tr>
</
table>
</if>
<if 
condition="$webpage[gb_position] == "bottom"">
</
table>
$webpage[gb_html]
</if>
<else />
<
table>
</if>
</if>

<
br>

<!-- 
###### WEBPAGE & GUESTBOOK SCRIPT - END ###### --> 

.

The code in the file is slightly different (there are two ' characters):

PHP Code:

<if condition="$show['signature']"

I added the code of the install script, anyway, but the webpage doesn' t work. Does anybody know what I have done wrong?

Todd123 03-21-2006 12:01 PM

Quote:

Originally Posted by shadowdancer36
No one updated this hack yet? That sucks :(


Yea, it does suck. This was a good hack. I'm willing to up my ante to 200 dollars for whoever picks this up and ports it to 3.5.

tuanluu 03-21-2006 07:48 PM

We allready did that to swedie, then he left never heard from him again, since he said he is buying a house.

jerx 03-21-2006 08:14 PM

Ok, I found the problem. The standard editor is the "enhanced editor - full wysiwyg editing". The editor does not work on the webpage hack, you have to select the basic or standard editor. Then the webcontent will be saved.

So, this is a bug report:
Enhanced editor does not work on webpage!

cdoyle 03-21-2006 09:28 PM

Quote:

Originally Posted by tuanluu
We allready did that to swedie, then he left never heard from him again, since he said he is buying a house.

Ya, that irks me a little.
He said he needed money to upgrade VB, so we all sent in the money. Then never heard from him again.

Any other coders out there, that want to take this on? I really like this hack better then the other one.

Swedie 03-28-2006 07:52 AM

I'm sorry guys. I feel like a prick for doing that to all of you. Only excuse I have is that I suddenly became very busy. Not even being able to remember to update you all and let you know what have happened.

I still have plans to update this script to work with 3.5 + but I haven't even come as far as upgrading to v 3.5 on my own website yet. I am not convinced it's a better version than 3.0.x that I have now.

if I am going to create something for 3.5 it's going to be created from scratch again because 3.5 is very different (so I heard).

cdoyle 03-30-2006 01:17 AM

We've had 3.50 on our site since October, and I really like it better then 3.0x. The admin/Mod functions are great, so much easier to move/merge/edit threads.

Plus loading most hacks are a breeze now, just a simple loading of a plugin. Plus the ability to turn off a plugin is nice too.

Most hacks that were for 3.0x have been ported over to 3.5. So installing any hacks you had before is easy. Espcially since most don't require any coding changes anymore.

I'm going to say that most of us here, really hope you do update this. We are really missing it at our forum

Hades-1 04-06-2006 01:47 PM

Quote:

Originally Posted by Swedie
I'm sorry guys. I feel like a prick for doing that to all of you. Only excuse I have is that I suddenly became very busy. Not even being able to remember to update you all and let you know what have happened.

I still have plans to update this script to work with 3.5 + but I haven't even come as far as upgrading to v 3.5 on my own website yet. I am not convinced it's a better version than 3.0.x that I have now.

if I am going to create something for 3.5 it's going to be created from scratch again because 3.5 is very different (so I heard).

why not update it for 3.0.7 again then first?

most of use have it working but thats it, its far from perfect, the wysiwyg editor is just plain crappy, its does'nt insert anything in real time it just opute the tage and you still have to put your image URL inthe tag, its just not user-friendly most of my users dont use because they dont understand it.

I also wont be upgrading to 3.5 on certain sites so id love to see a revised version of this on 3.0.7

Hades-1 04-13-2006 01:05 AM

can anyone tell me how to replace the wysiwyg editor on this hack?

cdoyle 04-13-2006 01:13 AM

What is wrong with it, i don't remember there being any problems when we had it installed?

Fallback 04-18-2006 03:08 PM

How can I delete a particular users guestbook by user id?

cdoyle 05-15-2006 01:49 AM

Everyone who upgraded to 3.5, what are you using now?

I don't think we'll ever see this hack compatible with 3.5, and my users are asking for something simlar again.

Snow 05-15-2006 07:52 PM

I and my users loved this hack. When I upgraded to 3.5 they wanted it back. I installed amykhars https://vborg.vbsupport.ru/showthread.php?t=91903 hack which is similar but they don't seem so enthusiastic as they did with swedie's hack. Personally, I think both Swedie's and amykhar's hacks are great and alot of hard work has gone into them (neither are sloppy) but I do hope that Swedie does a 3.5 version of this hack even though I do understand that it is alot of hard work for one person and it might take some time. :)

cdoyle 05-15-2006 11:58 PM

Ya, I had the other hack installed on my test forum, and I just didnt' like it as much as Swedie's

One thing I remember about it, that it didnt' support tables. Whenever I would try and put a table into a page, it would create this huge gap between the top of the page, and the content.

Maybe that's fixed now??

Snow 05-16-2006 07:31 AM

I've never encountered that problem (but then again I don't like using tables when I don't need to) so I don't know if it has been fixed.

Shaliza 05-17-2006 08:29 AM

It would be great if this worked with 3.5.4. Patience is virtue though.

cdoyle 07-26-2006 04:11 AM

Does anyone have a uninstall process for this?

When I upgraded to 3.5, I lost the use of this hack. but today I just did a check on my database, and saw to references to guestbook, and webpage. So there must still be parts of this floating around around my database. Just would like to get rid of it completly since it doesn't look like it will ever be converted to 3.5

Swedie 07-26-2006 10:57 AM

cdoyle, you can basically just delete the database tables manually. it won't affect the v3.5 system.

I've just now installed v3.5 for my own site and I realize this script will stay vb3.0...

akirareiko 07-29-2006 02:02 PM

I would donate another $100 for the hero who ports this to 3.5 (By the way Im new at the forum but Ive been a long time user of vbulletin on my site)

The hack is amazing..too bad doesnt work on 3.5 Swedie has to do it!!!!

Do you guys know some other hacks or mods (like this one) to emulate a kind of "myspace" in vbulletin? and when I say myspace I mean like this plug in so users can have their own webpage, guestbook, and so on...

cdoyle 07-29-2006 02:10 PM

There is the custom user page hack, but it's still in beta and has some issues still. Development and Support for it seemed to have stopped.

cdoyle 07-29-2006 02:11 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=91903" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=91903</a>


All times are GMT. The time now is 07:38 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.02205 seconds
  • Memory Usage 1,858KB
  • 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
  • (3)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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