![]() |
I'm wanting to only allow people who have filled out a certain optional profile field to be able to create or edit pages.
PHP Code:
Any suggestions? |
Uh oh..bad bad things happened. I dont know what I did, but its trying to call this table that doesnt exist......
Code:
MySQL Error : Table 'XXXXX.userpage' doesn't exist Code:
Database error in vBulletin 3.5.0: |
Yikes...that was an ugly one. Had to modify the uninstall code to get it finally uninstalled, then reinstalled the product...and thankfully it worked.
|
Quote:
PHP Code:
|
Hey all, I've got a weird issue with the templates...they are getting created just as the script says, but it creates 3 different tables (essentially) each for views, ratings, and last updated...anyone have a similar issue, or that can paste in their template for me....
http://www.beginnerbikers.org/userpage.php |
How much extra bandwith does this use?
|
@dboogie: I can't see it (no permissons error), but it doesn't sound like a error, this is just a home page for the userpages, maybe you were looking for this:
https://vborg.vbsupport.ru/attachmen...chmentid=32268 then you have to go to: userpage.php?do=list @birel41r: We can't really say that as we don't know how much visitors you have, and how much images you layout and your members use. But this actually is kind of the size of a normal page like a thread or something. |
Quote:
|
This looks like an amazing plugin! Suggestions for a future version:
1. The option to make each user fill in some custom fields so that each page is similar. I would like to allow certain users to have a special profile for themselves. I would like each user to answer certain questions such as "DJ Name", "Style of Music", "When did you begin DJing". 2. Picture Field, a field where the user is prompted to upload 2 or 3 pictures that would show up as thumbnails and could be clicked on for the larger version. Everything else is great!! Keep up the good work!! I'll definitely donate if you get these features included. |
Hi,
Great hack, just installed it. I'm fairly new at this so I apologize if this is a stupid question. When I go to create/edit my personnal page, I don't have the icon to add images as I normally have when adding posts. Is this a general option in vB or something I need to change for this hack ? Thanks ! |
@djinth, You can add them as custom user fields and then those show up in members profile, if you also want to show them in userpage, you'll have to add something like:
$userinfo[fieldcustomfieldid] where customfield id is the id of the custom field (like $userinfo[field30] And then you plase those in the userpage template. @pharkas: We are aware of that problem. Only some people have it and we don't really know how to fix it right now, as we don't have the problem, srry. grz, seba |
How do you keep the header/footer from showing up twice when you try to delete a page, and then how do you delete the page?
|
Hey i need to know what condition would i have to put in the postbit
to show when a user has a userpage <if ......? Thanks |
@MissKulanji: i'm afraid this isn't possible just with a template condition at this time.
|
Quote:
|
I think the only way you can do it for now is add a plug-in that checks per post if the user has a userpage or not.
But this would add a query per post per user! I also don't know right now where to put the plug-in. But it should look like: $hasuserpage=$db->query_read("SELECT id FROM ".TABLE_PREFIX."userpage WHERE userid='".$userinfo['userpage']."'"); if($db->num_rows($hasuserpage)){ $hasuserpage=1; }else{ $hasuserpage=0; } And then add in postbit template: <if condition="hasuserpage"> <a href="userpage.php?u=$userinfo[userid]">Visit's $userinfo['username']'s userpage</a> </if> But again, I don't think this is a good way to do it. |
I would like to get this running on my board VB 3.5.2
http://www.dollchatter.com Downloaded the zip............tryed everything!!!!! Went through all code!!!! It will not run on 3.5.2 Usergroup mgr. not even showing options, even after adding phrases. Posted a message on 8 different forums in regards to this and no one will help me.... Jose Duddy http://www.joseduddy.com thanks in advance |
Quote:
|
Quote:
|
Hi any idea why my show threads page the content width is abit shrunk? Example here:
http://www.dota.sg/forums/showthread.php?t=45 Thanks |
It is only me who gets the uncached templates?
I read something on page 1 about it, and searched all the other pages, but cannot find a solution. Anyone know how to fix that? |
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack? @Firestar.chkn: Wich template? |
Quote:
|
Quote:
|
@firestar.ckn: strange, as they are listed in actiontemplates, but will take a look at all those things when I have time
|
Thanks Waza :)
|
Is there a way to do this without making the custom fields show up for every user?
Quote:
|
I am about to choose between PhotoPost and Coppermine. Other than the cost factor, my other deciding factor will be integrating with this extension. I see references to Coppermine. Will this work with PhotoPost too?
Also, has Coppermine integrated video yet? Thanks |
I don't know if you are aware of the formerly titled "vBadvanced Gallery" that integrates perfectly with vBulletin and does video as well. It was recently bought out by the Photopost people and they should have it up for purchase any day now and will be cheaper than Photopost Pro.
Quote:
|
I did see that. That's probably what I'll get. I just want to make sure it is compatible with this hack first.
|
Quote:
it will be compatible with anything vbulletin :P it was made strickly for vbulletin |
Quote:
|
How do you add it to the member list?
|
Quote:
yeah i know photopost.com are taking soooooooooo long to put it as a demo and to buy |
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
Quote:
|
Please make the gallery discussion somewhere else (however: I have vbadvanced gallery, and I'm very satisfied with it.), but that has nothing to do with this hack.
Now, @chukh: what do you mean with compability with this hack? |
Quote:
|
Quote:
I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit. |
Quote:
Any news yet? Just another question... Does this break anything? Or is it simply caching of the templates so that they aren't loaded from the db every time? Thanks Firestar |
I love your script by the way and I was wondering if you might consider, for a separate script, taking the shoutbox portion of your script and making an addon for the event calendar that would allow people to post shouts for each event.
Also if someone out there could explain to me how to include certain fields from the User CP automatically at the top of each person's page like their User Photo and a couple of custom fields I created. THANK YOU THANK YOU THANK YOU |
All times are GMT. The time now is 11:49 AM. |
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:
|