![]() |
Quote:
|
If you just updates your vb to 3.0.5 it will of course die / dissappear.
I do not have 3.0.5 still and can therefor not test it out. I don't have the money to pay the new membership fee. Sorry guys. Gotta wait until then. :( It is very weird that some of you have problems, while some don't and it runs flawless (like it does for me). There must be something that you do that causes it. T3Media, would you allow me to have access to your FTP and MySQL? then contact me by PM and give me the info and I'll set it all up for you. |
UManiac Clicks Install :)
Thanks Sweedie - everything seems to be running ok with the exception of one thing: When I edit my usergroups to have/or not access to a webpage or guestbook the choices I make are never retained... Any ideas why? |
I'm having trouble with the ADMIN CP / Usergroup settings phrases being discovered also, after upgrading to 3.05. The phrases seem to be in my database, but the new version of vb can't find them.
|
excellent hack! I had to install all of the phrases manually, but it went flawlessly!
***clicks install*** edit: using version 3.0.5 of vb FYI |
Quote:
Also this is confusing: Quote:
|
Yoyo, check this out:
https://vborg.vbsupport.ru/showpost....98&postcount=4 What's missing , are the Webpage hack phrases. (I've already installed this a while ago, it worked fine; the upgrade to 3.05 wiped it out) Phrases are there, all file edits are done, all templates are available. But 3.05 can't find the phrases that were installed in 3.03. I have no idea why. |
Quote:
[SQL]INSERT INTO `phrase` (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'setting_gb_avatarheight_title', 'Set Avatar Height', 5000);[/SQL] do you get the "duplicate phrase" error? |
docvader : just search guestbook in languages and selection. When you see one edit and save again. All the phrases will be saved then.
I am also trying to get this script work in 3.0.5 |
I think my main problem is I can't get "Guestbook / Webpage Preferences" in the vbulletin options. If I can check and update the settings I probably will be able to get this script working.
Swedie where is the file edit for the vbulletin options cause i couldn't find it in the install or upgrade instructions also can you write the exact phrase for Guestbook / Webpage Preferences |
Got it to work, after upgrade from 3.03.
Had to reinstall SOME phrases, not all, for some strange reason, via the MYSQL INSTALL commands. Also, had to redo all the file edits, (I was missing the Guestbook / Webpage Preferences also) to make sure that there were not any screw ups during the upgrade process. Yes, regardless of how carefully you might upgrade, using software comparison tools, it's easy to miss something. Saved a phrase, did the vboptions/ Guestbook thing, saved the permissions, and it works. Hope we don't have to do one of these upgrades again for awhile... |
Quote:
|
Quote:
|
ah nice..some have finally managed to run it on 3.0.5 ..well ok i will try the same by now again ..hope i gan make the preferences visible in the admincp.
|
Quote:
cause i want to get this script work and i dont want to mess with the database... |
Quote:
So, if you open install.sql with Notebook, and copy each command into your VB Admin maintenance area, starting from the bottom of the page, you'll find that those commands will be accepted into your database. If you work your way up, eventually you'll get to the point where you'll get MYSQL errors; I've found that you can stop there, because those phrases are still in your database. If you really want to play it safe, try installing each and every one. There are a few, on the very top, that need to be reinstalled, such as the ones that need to go into the Usergroup Manager. These are: Can have guestbook Can have webpage Can view guestbook Can view webpage Can post in guestbook (and a whole bunch on the very bottom of install.sql) Therefore: open install.sql with Notebook (or whatever), copy each individual INSTALL line into ADMIN CP / Import and Maintenance / Execute SQL Query, starting from the bottom of the page, and work your way up, until you get MYSQL errors. Also, input the commands that reference the above five statements. Second, I suggest "reinstalling" all file edits. I was amazed at what got changed when I upgraded to 3.05; it was easy to miss the file edits that this hack has you do. Therefore: Go through install process again, concerning file edits, as if you were doing a clean install. You might find that some of your hack file edits got wiped during upgrade. Third, there should be no problems with the previous install of templates. I found that none of those had issues. Fourth, open ADMIN CP / Languages and Phrases / Search in Phrases; search for "guestbook", and save one of those phrases. Fifth, open ADMIN CP / VBulletin Options, look for Guestbook / Webpage Preferences, do what you need to in there (it should show, once you've fixed your file edits), and save it. Sixth, open ADMIN CP / Usergroup Manager, check your permissions. (Mine didn't change during the upgrade, but, because some phrases got lost, my Usergroup manager had some empty lines), and save them. That's what worked for me. I don't think I missed anything. docvader, AKA "dude" |
Thanks docvader ,
By your help I get the script working. |
Quote:
|
I can´t believe it ..its working again...i just checked the templates again ... and after that all was visible in admincp. What about the smilies in the guestbook? They are not converted to icons ...hmm i can´t remember what to do at this point.
|
A couple of things:
1: There seems to be a problem with the template modify_webpage on my site as when I edit my webpage in the vbcode mode the footer of the page is not correct (see image) and the page width expands. How do I fix this? 2: Also the alt text for the "Go vbcode" button has the wrong phrase. Simple enough to change though and I've figured that one out. 3. When in the HTML editing mode the smiles dont work so would it be possible to remove the smile box from the page. Great hack BTW, thanks for the time your put into this. Good Job. :up: |
** Installed in first attempt ** THANKS SWEDIE !!
Is it possible that the a user can create webpage in the internal enhanced WYSIWYG Editor so that members is spared of formatting the webpage and rather cut paste the stuff onto the editor. Anyways, I have been looking for this hack for eternity... i am shocked that missed it out for 2-3 months since its official launch. Anayways, kudos to Swedie... Respect |
Upgrade to 3.06
Same issues as upgrade to 3.05. Above directions seem to take care of it, post 496 and 498. Wasn't that fun. rich |
Swedie you are awsome man, after a few days I was finally able to fix some of the coding and get it working on my test forums and now I'm going to install it to my actual forums. I'll make sure that I'll donate as soon as I get paid this month.
|
Using this hack, I decided to take it a step further - a type of myspace.com reformed.
Basically, I created a type of member.php (to keep some of the variables I may need etc in tact) to mypage.php and placed the code in that file. Then, I added a custom field where users could edit the css of their custom page. Basically, the users now can create their own, fully coded page which uses their own template in theory. I'm thinking of actually also adding another option so user's can literally create a type of myspace.com theme which displays their profile picture, and other custom fields they provide using the template they used on this modification. Great hack. (I've included screenshots to show you). |
thats a very nice idea you have there with the CSS, keep up the good work.
|
Quote:
You added the custom field using the adminCp? Thanks |
Quote:
If anyone is serious about setting the css (basically) in place of the other body tags, pm me and I'll write a rough tutorial of how I did it. Quote:
|
Cool idea Defi :D I'd love to see how you did it.
Do you have to have html enabled for the webpage in order for the custom css to work? |
Just out of curiosity, I was curious if someone had removed the hard-coded HTML (such as how the guestbook entries are in the member.php file) and actually made them into vB templates instead? The webpage settings I can understand for being configurable and hardcoded in a file (webgbset.php) -- but the guestbook is something I'd like to be tied in with /my/ site, not the user's webpage.. especially if a user doesn't have a webpage to begin with. There're some things here I'm noticing in the code that can't be configured without dropping them out.. and considering I'd like tcat and thead to be used a bit more for this (for ease of layouts changing so everything matches).. I think you get where I'm going here. I think. Even if it remained hard-coded and the guestbook look were changed up to be used with 'tcat's and 'thead's, 'alt1, alt2, smallfont', etc. etc. etc., I'd go for that, too.
Granted, I can do this, but I was curious of anyone else had taken on this task. But, great hack -- works beautifully here on 3.0.3 with what I've tested. |
This sounds like the hack of the century... I am going to try and install this tonight.. One question though.
I have checked the insert file for the database and just need to clear something up before I insert... Are you missing a prefix in the INSERT INTO `phrase` As you have not created a table called 'phrase' I can only assume you are inserting into the existing 'phrase' table and in my case that would be 'vb3_phrase' So do I change all the 'phrase' to 'vb3_phrase' i.e. INSERT INTO `vb3_phrase` Thanks Eddie Hughes |
any options to keep a check on what users uplaod yet ?
|
Intalled it, worked first time.. Easy,, other potential users just remember to consider your dbase prefix, I you use phpmyadmin you cannot go wrong...
One thing I did notice though... phpmyadmin fails to read all of the "insert" file ??? I just opened it and added each section one at a time to my tables.. Weorked fine after that... Expect a little reward my friend.. Thanks again Eddie Hughes |
Quote:
PHP Code:
I'll write a rough tutorial in a few days... I'm a little busy with other affairs, so when I get the chance, I'll post it. |
Quote:
|
Are they supposed to work?
I tried using the regular vBcode to insert an inlaine image, i.e. Code:
[ IMG ] http://path.to.my.image [ / IMG ] Did I miss a setting somewhere? I only allow my users to use vBcode and being able to put images on their pages is a plus... Thanks |
Quote:
I look forward to seeing waht you put together :) |
yeh its certainly something i've asked my community of adding, would it be possible to for moderators to screen the sites before the profile gets updated ... i mean how easy could it be to add something thats against the rules ?
|
okay i installed it and everything seams to have worked. but then when i eidt it in the ucer cp. and look it dont show up in the profile what edit controls that.
the only edit i was kinda confused about was the one that said 1/4 up the page |
some feedback fro mone of the users on my site
============ Could you list what tags and extensions are available (switched on that is) for webpage creation? Layers work but the parameters don't convert right (not a problem really but they should lol). Java script seems to be off? Can we load .swf etc? Also. If people are to put 'content' (images etc.) on their page, then they would really need a place to store content so that thier page can reference it etc. Otherwise if people don't already have webspace to store material then the webpage feature will just be text only. ============ i'm a bit loath to enable all tags , would this create a home for hackers .. ? or what tags are safe ... any way of allowing java ? and can some way of uploading pictures/files(swf) or someting be enabled ? they are corect that unless they link off site thye are limited ot text |
Quote:
Quote:
|
All times are GMT. The time now is 01:26 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|