vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

rickycc 10-23-2005 01:26 PM

i got it, i re-installed the templa

Parture 10-23-2005 03:32 PM

Help


When someone reports a bad post and I change the ID for the forum the reported posts go into, the bad report post reads as follows which is not very helpful. How do I fix this so it links back to the User page itself to be edited by a moderator?

<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
Partrib has reported a problem with this personal page.

This is neat

userpage.php?userid=1

Booth 10-23-2005 04:22 PM

Quote:

Originally Posted by Don Corleone
I was wondering if there's way to put in postbit a little link to link to user's personal page!
it would be really nice!

Has anyone come up with this yet? :nervous:

amykhar 10-23-2005 05:13 PM

djtaz, the htaccess file I posted lets you do as you wish - if you don't have vbseo installed. If you have vbseo installed, it's just a matter of setting up the custom redirects.

amy

Arios 10-23-2005 06:31 PM

Very good stuff although like a couple others mentioned I have no text beside the radio buttons on usergroup permissions. The standard code reads:

Quote:

Originally Posted by Example Permissions
<tr valign="top">
<td class="alt1">Can See Who Left User Ratings</td>

<td class="alt1"><span class="smallfont" style="font-weight: bold; white-space: nowrap;">

However on the source below the text is missing:
Quote:

Originally Posted by User Page Permissions
<tr valign="top">
<td class="alt1"></td>
<td class="alt1"><span class="smallfont" style="font-weight: bold; white-space: nowrap;">

I'm not real worried about it but something to straighten out later.

Also I can not(nor any others) delete any pages? I keep getting permission denied and I have all permission that I know of set to yes?

I'm running this on 3.5 gold

Any help would be appreciated

amykhar 10-23-2005 07:54 PM

Read the very first post of this thread Arios. Modifications work ever so much better if you follow the installation instructions.

Parture 10-23-2005 08:37 PM

I clicked all 4 radio buttons for my administrator account and it still wouldn't let me delete others' user pages.

How can I delete user pages if they are profane?

Also, how does the moderator function work? Where do I go to view the moderator screen?

http://biblocality.com/forums

Parture 10-23-2005 08:44 PM

Help


When someone reports a bad post and I change the ID for the forum the reported posts go into, the bad report post reads as follows which is not very helpful. How do I fix this so it links back to the User page itself to be edited by a moderator?

<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
Partrib has reported a problem with this personal page.

This is neat

userpage.php?userid=1

DjTaz 10-24-2005 12:06 AM

Quote:

Originally Posted by amykhar
djtaz, the htaccess file I posted lets you do as you wish - if you don't have vbseo installed. If you have vbseo installed, it's just a matter of setting up the custom redirects.

amy

I dont have VBSEO , but i may go look for it -
I tried the HTaccess page you gave , but all i seem to get is :

The page cannot be found

I dont have much knowledge about htaccess so im a bit at a loss , but ill do some research and see what i can come up with - Thanks again

Parture 10-24-2005 02:28 AM

I have some problems:

1) I deleted a username for my forum, and then I tried to delete the Userpage for that deleted user, and it just gives you this message that says the user no longe exists. How do I totally get rid of the User page for a user than has been deleted from the forum?

2) I can't delete any User pages at all.

3) Reporting abuse in a User page produces all kinds of strange data in the forum it is sent to.

I just unistalled the whole thing, but when I tried to reinstall it all the same 3 problems still exist and it still shows a user page link for the deleted user, a link that is dead. I want to get rid of that Userpage user name, but it won't let me.

Help. Lot's of problems.

Morgalis 10-24-2005 03:26 AM

I'm amongst the people that have SEO set up and the .htaccess messes with the links.

I'm not certain how to make changes so both these can work together, is there a process to uninstall this hack until I can find a way for them to work peacefully together?

Parture 10-24-2005 07:48 AM

http://biblocality.com/forums

I just got a database crash and I can't access my forum at all. I tried to uninstall these instructions using installuserpage.php, choosing uninstall and got some error. I did this because I was trying to get rid of one the user's User Pages after I deleted the user. I am stuck and my forum is dead now.

Any ideas?

Installation instructions

1. Upload installuserpage.php and userpage.xml to your admincp directory. Run installuserpage.php

2. upload the userpage.php and .htaccess to your forum directory.

3. Upload bitfield_userpage.xml to your includes/xml directory. Rebuild your bitfields.

4. In your admincp usergroup manager, set permissions for each of your user groups.

5. In your usercpshell template Find:
---------
<if condition="$show['siglink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
</tr>
</if>
-----------
Add After:
----------
<if condition="$show['createuserpagelink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
</tr>
</if>
<if condition="$show['edituserpagelink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
----------

6. import the userpage_plugin.xml

7. Add a link to the list of userpages somewhere on your site (i.e. your navbar. The link is <a href="userpage.php?do=list">User Pages</a>

You are good to go!

amykhar 10-24-2005 11:11 AM

Morgalis, don't use this htaccess if you have vbseo. What you need to do is set up custom redirects. I believe they are posted at the vbseo site.

The Wise One 10-24-2005 02:40 PM

very cool add on. will be real useful for our users.

i am having a small problem when reporting a user page. as an admin...i can report any page and the report is posted in the forum i specify in userpages.php. my problem is...if any other usergroup reports a page, the report is posted but it is sent directly to the moderation queue. ive checked the usergroup permissions and the forum permissions. they are setup as they should be.

also...i was getting a javascript error when creating/editing a page. removing this code fixed that:
Code:

" <if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.title.value, 0)"</if>
i, too, was getting the odd report page message formatting. i just removed the reference to doctype from the template and fixed the url so it would show correctly:
Code:

$vboptions[bburl]/userpage.php?$session[sessionurl]userid=$userinfo[userid]

subnet_rx 10-24-2005 02:47 PM

nice work, when do you think you'll get to complete it with the planned features?

bane1 10-24-2005 03:26 PM

Any working examples of this hack?

???`S?LV?R???` 10-25-2005 07:27 AM

=============================================
Open Template: usershout_archive_row
---------------------------------------------------

Find: /forums/member.php

Replace With: /$vboptions[bbtitle]/member.php

=============================================
Open Template: usershout_row
----------------------------------------

Find: /forums/member.php

Replace With: /$vboptions[bbtitle]/member.php

=============================================

???`S?LV?R???` 10-25-2005 11:20 AM

Btw Amy, do you got your ibpro working for 3.5 gold? cause the instructions I got won't work for it due to certain codes not being there...etc

davidw 10-25-2005 08:45 PM

<font color="SeaGreen">* christian clicks install</font>

I've not seen any problems yet, and don't forsee any either.

Goatpod 10-26-2005 10:34 AM

Took me a while to get up and running - more down to my lack of knowledge than anything else, but it's working fine now :)

Apart from when edtiting user group permissions - I'm still not getting the labels, and don't know what to look for in the phrase manager to open and save them!

Cheers, Amykhar - a much appreciated addition :)


/EDIT: Aha, got the little buggers - everything's working fantastically now. Thanks again :)

one9er 10-26-2005 01:11 PM

amykhar I must'a done something wrong some where. I can't get it to show up in my 'Control Panel' ?

I can get it to work putting the url in the url bar for everything:"Forum/userpage.php?userid=1"

But just doesn't show in the control panel?

txbigguy 10-26-2005 05:54 PM

I have this installed. Everything is running great execpt I can not delete any pages. Can anyone help on this?

DjTaz 10-27-2005 07:45 AM

Quote:

Originally Posted by amykhar
djtaz, the htaccess file I posted lets you do as you wish - if you don't have vbseo installed. If you have vbseo installed, it's just a matter of setting up the custom redirects.

amy

Amy - thanks for the .htaccess file , but the first line was doing something to my site - not exactly sure what it was - anyway , if anyone else is having the same problem , removing the first line solved it for me
REMOVE THIS PART
Code:

Options +FollowSymLinks

BlackxRam 10-27-2005 12:09 PM

How steady is this addon with 3.5 Final? Any Major Issues?

DjTaz 10-27-2005 04:36 PM

Seems to be pretty much rock solid for me as regards the coding goes - i have added in a few phrases myself as my boards isnt aimed at English speaking people and i need to change the languages a little , but its seems to be pretty excellent for now anyway.

The Chief 10-28-2005 03:49 PM

Works great Amy, good job!

*clicks install*

InsaneContender 10-28-2005 08:53 PM

I would like to know how I could possible setup a default page - that way it doesn't automatically say "This user has not created... blah blah" and at least it would start counting visitors and such. Is this possible?

Christine 10-28-2005 10:06 PM

Hi Amy,

Had a small problem with a member calling an external javascript file that caused the page to go kaphlooey. Any way of disabling html for this?

amykhar 10-28-2005 10:16 PM

In the next version, I'll let the admins set whether html is enabled or not. Until then, it's a matther of changing the parameters to the editor. I'll look up the changes for you.

Amy

calinut 10-29-2005 07:09 AM

i keep getting this error when trying to install any advice
There seems to have been a problem with the YourVirtual Adult Community database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO phrase VALUES ('', -1, 'no_userpage_created', 'This user has not yet created a personal page',1 ,'vbulletin');

MySQL Error : Unknown MySQL error
Error Number : 2000

Andyrew 10-29-2005 09:20 AM

How do import the userpage_plugin.xml, what do i need to put in the boxes ????

It tells me its not a product and to use plugin manager. ??

Bullethead21 10-29-2005 04:51 PM

In your admin cp click "Plugin System" then "Download/Upload Plugins" then scroll down to the bottom of the page and clear the default path and then click the "Browse" button and navigate to where you have the plugin saved. Click "Import" and your done!

Amy-Nice hack! Works Great! *clicks install*

Andyrew 10-29-2005 05:53 PM

Quote:

Originally Posted by Bullethead21
In your admin cp click "Plugin System" then "Download/Upload Plugins" then scroll down to the bottom of the page and clear the default path and then click the "Browse" button and navigate to where you have the plugin saved. Click "Import" and your done!

Amy-Nice hack! Works Great! *clicks install*

Thanks for that.

tteal 10-29-2005 07:52 PM

Quote:

Originally Posted by tteal
Amy,
First and foremost, thank you for sharing such a wonderful hack. I had some issues with it though and have to delete it, then, re-add it. Is there a script to delete/uninstall, then, reinstall?

Thank you,
Tim

Any help? I would be most grateful. Thank you Amy.

MojoNixon 10-29-2005 10:49 PM

what are the exact names of the phrases in admincp?

Any Chance to move the Shoutbox to the top? Or as a Sidebar?
Like its in the Webpage and Guestbook Script?

Btw ..why is the Background grey and not white?

Injektilo 10-29-2005 10:53 PM

amykhar i have one question...
can the personal page be edited to add some questions that will show in personal page of each user? Example, "Favorite Movie" , "Favorite Band" etc ?

amykhar 10-29-2005 11:12 PM

Yes, but it require significant changes. This mod is not meant to be a profile page. It is meant to be a personal page for the user to express himself.

Amy

Injektilo 10-29-2005 11:41 PM

Quote:

Originally Posted by amykhar
Yes, but it require significant changes. This mod is not meant to be a profile page. It is meant to be a personal page for the user to express himself.

Amy


no i mean, the page can stay as it is, only if its possible to add those questions as an extra

amykhar 10-29-2005 11:43 PM

Not without significant work.

TJFweb 10-30-2005 02:05 AM

Quote:

Originally Posted by amykhar
Not without significant work.

Hi,

I think it would be nice if a link to the user's page can automatically appear in their postbit (provided that they have a page - if they don't then nothing shows).

Does anyone have an <if> statement that can do this?

Thanks!


All times are GMT. The time now is 10:00 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.03560 seconds
  • Memory Usage 1,837KB
  • 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_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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