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)

arurcard 07-24-2005 02:17 AM

Quote:

Originally Posted by Dream
yes, vBulletin doesnt ovewrite plugins

i still don't have a link in my user cp

Dream 07-24-2005 04:40 AM

Quote:

Originally Posted by arurcard
i still don't have a link in my user cp

have you edited the usercp templates

Injektilo 07-24-2005 03:12 PM

PROBLEM... Installed fine, everything ok, but when i am on usergroup permitions, i update permitions but when the page reloads, permitions are still the same (like i havent changed anything) ... Anyone?

amykhar 07-24-2005 03:55 PM

You didn't update your bitfields. When you add a new permissions file, you MUST update your bitfields for each and every mod.

Injektilo 07-24-2005 03:56 PM

Quote:

Originally Posted by amykhar
You didn't update your bitfields. When you add a new permissions file, you MUST update your bitfields for each and every mod.

sorry man, but how do i update bitfields? :p

.Tim 07-24-2005 04:21 PM

admincp/index.php?do=buildbitfields

arurcard 07-24-2005 08:10 PM

Quote:

Originally Posted by Dream
have you edited the usercp templates

no Ill revert it anyways and see what happens

Benj 07-25-2005 04:22 PM

would you be able to build in a style editor into this so users canchange the colour of there bg etc add some images effects etc

amykhar 07-25-2005 07:06 PM

Quote:

Originally Posted by benj
would you be able to build in a style editor into this so users canchange the colour of there bg etc add some images effects etc

It's a decent idea for an add-on, but it's not what I envision for this mod. I want the user pages to match my site in look and feel. It's not something I need, so I'm sorry, but I won't be spending any time on that at this point.

Benj 07-25-2005 07:09 PM

thats cool, you know with regards to file uploads hows this gonna work.... are admins gonna have options like allow file upload file types, number of files, file sizes etc and how are they going to be displayed im thinking of using this as a kinda music profile for bands...

Martin 07-25-2005 09:30 PM

This keeps getting better and better. Good stuff Amy :)

amykhar 07-26-2005 01:16 AM

Quote:

Originally Posted by benj
thats cool, you know with regards to file uploads hows this gonna work.... are admins gonna have options like allow file upload file types, number of files, file sizes etc and how are they going to be displayed im thinking of using this as a kinda music profile for bands...

I'm envisioning that the admins can determine allowable file types and set up per-user quota. Users and admins will have a file manager interface as well.

Amy

zeropaid 07-26-2005 02:11 AM

what happens if i install this mod on 3.0

amykhar 07-26-2005 02:24 AM

It doesn't work because it was written for 3.5

Neutral Singh 07-26-2005 04:48 AM

Gr8 hack!! I think admin should have a option for adding userpages on behalf of members. I find out that admin/moderators can operate only on those userpages which have been created. How about an option allowing admin to create a userpage on behalf of members?

Cheers!!

Sovereign 07-26-2005 02:51 PM

You have to set usergroup permissions. Then users can make their own pages. Example page made by user at my forum. And how does that "mod_rewrite" thing work anyway? Just curious how the username is translated into the userid.

amykhar 07-26-2005 03:15 PM

Quote:

Originally Posted by Sovereign
You have to set usergroup permissions. Then users can make their own pages. Example page made by user at my forum. And how does that "mod_rewrite" thing work anyway? Just curious how the username is translated into the userid.

The Mod rewrite essentially looks for any word after your forum url that is not followed by a backslash. It checks to see if the word is a valid username (and isn't a filename). If it is, you get the user's page. If it isn't, you get an error.

One thing to note. If you have things like a gallery installed under your forum directory, you need to make sure your links to those scripts have the trailing slash. Like:

http://www.eaforums.com/forums/gallery/
instead of
http://www.eaforums.com/forums/gallery

Amy

Sovereign 07-26-2005 04:10 PM

I see, thanks

Benj 07-27-2005 09:23 AM

any ideas on the release date of the next version (hopfully with the file upload section :lol:) :rolleyes:

Neutral Singh 07-27-2005 12:48 PM

Quote:

Originally Posted by Sovereign
You have to set usergroup permissions. Then users can make their own pages. Example page made by user at my forum. And how does that "mod_rewrite" thing work anyway? Just curious how the username is translated into the userid.

No, let me make myself more clear, i think, admin should also have the option of creating Userpages for members, who somehow cannot do it themselves or request an admin to do them a favour... Presently, only after a member clicks on "Edit/Create Your Userpage" in 'Edit Profile' section under UserCP and saves that an admin can view the page in the Userpages drop-down under UserCP and from there admin can edit the pages. Otherwise, there is no option to directly create a page for a member ??

Secondly, unless a member goes to UserCp --> Userpages "by chance", there is absolutely no visual indicator in the Public Profile section, where a member can click to view the userpage. It can be simply like "View My Webpage" anywhere along with the name of person whose public profile we are viewing. A Link to the Userpage directly from a members public profile would really make this Extension Rock.

Regards

amykhar 07-27-2005 12:53 PM

Quote:

Originally Posted by Neutral Singh
No, let me make myself more clear, i think, admin should also have the option of creating Userpages for members, who somehow cannot do it themselves or request an admin to do them a favour... Presently, only after a member clicks on "Edit/Create Your Userpage" in 'Edit Profile' section under UserCP and saves that an admin can view the page in the Userpages drop-down under UserCP and from there admin can edit the pages. Otherwise, there is no option to directly create a page for a member ??

Secondly, unless a member goes to UserCp --> Userpages "by chance", there is absolutely no visual indicator in the Public Profile section, where a member can click to view the userpage. It can be simply like "View My Webpage" anywhere along with the name of person whose public profile we are viewing. A Link to the Userpage directly from a members public profile would really make this Extension Rock.

Regards

Any links you want can easily be added by you wherever you want them.

I'll look into letting an admin create a page for the user. Here's the thing though. Creating a page isn't rocket science. Click a link, write some content, save it. It's no harder than posting - and intentionally so.

Amy

Neutral Singh 07-28-2005 12:51 AM

Quote:

Any links you want can easily be added by you wherever you want them.
OK!! That part is done. I managed to create a link on public profile.

Quote:

I'll look into letting an admin create a page for the user. Here's the thing though. Creating a page isn't rocket science. Click a link, write some content, save it. It's no harder than posting - and intentionally so.
Dear, think about the perspective of a member... and as i am an admin, i should be able to do anything. You can not limit the super powers of am admin. ;) Please do something in this direction.

Cheers

dieselpowered 07-28-2005 01:48 AM

That is odd...when I attempt to import the userpage_plugin.xml I get the error:

"Invalid File Specified"

arurcard 07-28-2005 03:47 AM

still no feedback on my ideas :(

Annapurna 07-28-2005 04:18 AM

Quote:

Originally Posted by Neutral Singh
OK!! That part is done. I managed to create a link on public profile.

Fine ;) , please give us a hint, which file has to be changed.
Andreas

amykhar 07-28-2005 11:34 AM

Quote:

Originally Posted by arurcard
still no feedback on my ideas :(

Rob, I am not being paid for this work. Right now, I am concentrating on some paid work I am doing. You have to remember that this is a hobby for me and you are not going to get instant answers unless you happen to be here while I am working on the mod anyway.

Job73 07-28-2005 10:03 PM

Is there any news on this? I have the same problem as Sovereign.

Otherwise a realy nice mod!

Quote:

Originally Posted by Sovereign
The WOL is messed up, I'm shown as "Unknown Location
/vb/userpage.php?do=main&userid=1"...


amykhar 07-28-2005 11:35 PM

That will be fixed in the next release.

Job73 07-28-2005 11:38 PM

Thx for the info..

Mr Chad 07-29-2005 12:10 AM

Im new can i install this hack on a 3.0.8 board?

amykhar 07-29-2005 12:12 AM

no. you can not.

dieselpowered 07-29-2005 12:20 AM

Amy, any idea why this is happening?

Quote:

Originally Posted by xtremeoff-road
That is odd...when I attempt to import the userpage_plugin.xml I get the error:

"Invalid File Specified"

Thanks!

amykhar 07-29-2005 01:10 AM

Quote:

Originally Posted by xtremeoff-road
Amy, any idea why this is happening?



Thanks!

No. Try redownloading the zip.

dieselpowered 07-29-2005 01:17 AM

Ok I will try it again...thanks :)

Neutral Singh 07-29-2005 01:36 AM

Quote:

Originally Posted by Annapurna
Fine ;) , please give us a hint, which file has to be changed.
Andreas

Yeah! Sure

Edit Template: MEMBERINFO

Find :

Code:

<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>


Replace with:
Code:

<tr>
        <td class="tcat"><div style="float:$stylevar[left]; padding:4px">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></div>
<div style="float:$stylevar[right]; padding:4px">
<strong>(<a href="userpage.php?do=main&userid=$userinfo[userid]">View My Personal Webpage</a>)</strong></div></td>

</tr>

Guess what?? You are Done!! ;)

dieselpowered 07-29-2005 03:36 AM

Quote:

Originally Posted by amykhar
No. Try redownloading the zip.

Ok everything installed alright, however, when in the usergroup manager...I see some permissions at the bottom, however, there are no descriptions...just buttons??

Any thoughts?

amykhar 07-29-2005 04:05 AM

Quote:

Originally Posted by xtremeoff-road
Ok everything installed alright, however, when in the usergroup manager...I see some permissions at the bottom, however, there are no descriptions...just buttons??

Any thoughts?

If you read the very first post of the thread, you will see that you need to open a phrase and save it again. Any phrase will do.

dieselpowered 07-29-2005 04:11 AM

Thank you Amy...I am sorry!!

Annapurna 07-29-2005 04:31 AM

Quote:

Originally Posted by Neutral Singh
Yeah! Sure

Edit Template: MEMBERINFO

Find :

Code:

<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>


Replace with:
Code:

<tr>
        <td class="tcat"><div style="float:$stylevar[left]; padding:4px">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></div>
<div style="float:$stylevar[right]; padding:4px">
<strong>(<a href="userpage.php?do=main&userid=$userinfo[userid]">View My Personal Webpage</a>)</strong></div></td>
 
</tr>

Guess what?? You are Done!! ;)

Just perfect :up: :)
Andreas

bgtking 07-29-2005 02:49 PM

Nice hack. Installed.


All times are GMT. The time now is 11:50 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.02389 seconds
  • Memory Usage 1,832KB
  • 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
  • (4)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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