![]() |
MarkoXaser, KHALIK: You're welcome!
Quote:
Quote:
|
Wired1 - I'll check that out, It would be a lot easier.
Jase2 - Wow. Bit touchy arent you.. I thought I'd be nice incase someone wanted to see a working example. If it bothers you that much, PM a mod or the admin and have them edit the post and remove the link. Quote:
Looks real nice now. The specs are easily changed and have the tab in the profile. Thanks for all your work on this! 1 more question. Is there a way to allow so we could use the dropdown then click on a selection as a link? |
Awesome Awesome mod Wired! Thank You so much!! :)
Can I make this mod only show up in the user's postbit if they have info entered in the profile fileds? So the ones who do not want to fill anything in will not have a dropdown box? Thanks again!! :up: |
Quote:
Quote:
Quote:
|
Quote:
Example: When you click the dropdown. Brand name /Motherboard: Toshiba CPU: Intel P4 2.6 Where the user put in Toshiba, If the user wanted to link that to a certain website they could enter a URL then you could click on the "Toshiba" and be brought to a link like the model number of the Computer. Then they could also enter a different link for the "Intel P4" to link directly to the intel P4 site. Thats All I think is missing. If it could be added easily or perhaps a future upgrade that would really top this product off. Other than that. I think it's awsome. |
I wouldn't recommend allowing users to enter in URLs, as it SCREAMS "Abuse Me!" to idiots and spammers.
Ultimately, you'd need 2 places to enter in data for each line: One for the URL, one for the text. Assuming you'd use profile fields for both of them, you'd have to do something like this: EDIT TEMPLATE: Dropdown Information - Manual Find the fieldID that you want to have a link. EXAMPLE: CHANGE: Code:
<tr><td class="vbmenu_option">Motherboard: $post[fieldY]</td></tr> Code:
<tr><td class="vbmenu_option"><a href=$post[fieldX]>Motherboard: $post[fieldY]</a></td></tr> You can use some if statements to clean it up in various ways depending on what you want to do, but that's the gist of it. |
Thank you for clarifying that. :)
|
Thanks Wired1 for that. I tweaked the code you listed a bit.
I added the another "if", so if the user doesn't put in a url it doesn't allow a click in the dropdown. Without that, and no url it allows a click and a error 404. I'm loving this. Thanks for the direction on the linking. |
this don't work for me my postbit have custom codes any way I can do this manually i mean insert codes in my posbit so it show ?
thanks |
Quote:
|
Hi Wired,
Remember I had a rogue set of fields that I thought were from the last install? Well, I went through the installation instructions for the old version and removed the code and files. I thought it was woring well, but then I noticed that new users didn't have a dropdown, and it turns out that I have a second set of input fields in the user profile page within the adminCP (see pic). The extra fields look like the old fields from the old hack. If I have the manual plugin enabled, when new members add their info, the dropdown doesn't appear, until I go into their profile in the admincp and add something to the first field. Once that is done, it all works as it should. With the plugin set to auto, the dropdown appears, but there are two lots of system specs, one on top of the other. I have a feeling that if I can get rid of the extra set of fields from the user profile in admincp, this will fix itself, and thats the problem...I can't find any duplicates. I've searched the templates, searched phrases, but can't find anywhere that these extra fields live. I've also added all new style templates. #image here Any ideas? :) Thanks Dave. |
The etra profile fields page is still partially in there, at least the manual edits are. When you go to the admincp and look at the User Profile Field Manager, do you see both pairs of system specs? If not, you need to do the manual edits for them. Install the 3.7.x version of it, do the 2 manual edits (1 template 1 php). You'll see the extra ones, remove them, then undo the edits and uninstall the product. Check my profile for the link to the 3.7.x Extr Profile Fields Page mod.
|
Yep, I have the 2 sets of system specs, see image in link above :)
I have installed the new extra profile fields mod, and the drop down doesn't appear until I enter anything into the "extra options" fields, but any info that is entered, doesnt show in the dropdown, what shows is the old info that is in the top set of fields in this pic. I'm baffled, and don't mind admitting it :D |
Go to User Profile Field Manager, and delete the profiles you want to get rid of. For the manual edit, make sure you are using the correct field #s.
|
Im running in debug mode and its showing your template as red which If im correct means its not cached. Please cache your templates.
|
That worked thanks Wired1 :)
|
It's funny that in 3 years, NO ONE has ever asked about caching the template :)
|
I just noticed this while testing another mod. it appears that the users name is not included in the drop down box on the Private message template
Anyone else noticing this? |
PM template? The product should not show up on that template. Not on my test vB install, nor on my live board.
|
Hey all - quick question.
Has anyone else run into an issue on their PM screen? Like when you're reading a PM and that user has their information filled out? This is what I'm getting: http://www.mj-garage.com/pics/pm.PNG The users name isn't showing up...also, when you click on it, none of their info comes up either. Anyone experiencing this? |
anyone?
I'm having a very hard time troubleshooting this and would b grateful if ANYONE could either verify or anything! :) |
Hello and thanks for the great mod, my users all love it.
I would like to add it under the user's title on the memberinfo page. By looking at the variables, I'm guessing it relies on actual message information to pull it all together. Is it possible to put on that page? I've looked at a rendered page's html and found a few variables that I hard coded in the template like this. PHP Code:
http://www.xxxxxxxxx.xxx/forum/member.php?u=1033#specs If I click, I get no menu. :( I know I'm missing something simple. Can you fill in the blanks for me? Thank you!! J |
Quote:
Quote:
Are you saying you want ONLY the dropdown in the memberinfo page, or you're just trying to get certain profile fields in a certain place? If possible, take a pic of your member page and draw what you mean. |
Quote:
My apologies. I am running vB 3.7.0. I would like the same info that I have here under my users' names: http://www.thebrrrgh.net/forum/showt...hp?p=43#post43 http://www.thebrrrgh.net/forum/image...4b8774cf10.jpg To show here, under my users' names: http://www.thebrrrgh.net/forum/member.php?u=1 http://www.thebrrrgh.net/forum/image...4b877655c5.jpg I realize it may not be possible, but would be nice if it is. Thank you for your time! J |
There's more to the mod than just that one template edit, and there's better ways to get profile fields into a member page :) Check out my profile, look at my Extra Profile Fields Page / Tab mods.
|
Hey Wired -
i just registered on another forum that has you mod installed and sent myself a PM. It's not showing up there. I've disabled all related PM mods that I've installed on my forums (again) and it's still showing up. Do you have any ideas as to where I can begin trouble shooting? I've now uninstalled all of the mods related to PMs or the UserCP and it's still showing up. I've even uninstalled the plug-in and reinstalled it....as soon as I reinstall it, I check the private messages and it's still showing up like that. Enabling automatic and disabling manual doesn't change anything related to this issue either. I've gone in with FireBug and looked at the code even. it shows up as this: Code:
<div id="specs_" class="vbmenu_control" style="cursor: pointer;"> I'm looking at the 'pm_showpm' template right now and it looks like it calls the 'postbit' template. I wonder if that would have anything to do with this? Man I wish I knew how to code....maybe this will be the swift kick in the butt to get me to take some classes...arg! |
Sorry, not a clue! Can't replicate the problem. It's got to be a manual edit or something that's causing it.
|
Any update on cache the template?
|
welp, I'm now at the hopeless stage....
I just COMPLETELY uninstalled ALL mods and plug-ins...not just disabled them, but uninstalled them.... I even tried to revert all templates. what's interesting is that doing so, didn't remove some previous template edits I made for the extra profile page....is that normal? |
Quote:
That is if you aren't talking about your test site already. Xampp and vB work well together, I just modify my hosts file to point at my local IP to run the test site locally. So I take it that you don't play Toontown eh? :) J |
I installed and seems to work fine for me, everyone else can't see it? What's going on?
|
If no one else has the fields filled out, or the APPROPRIATE field filled out, then it won't show up under their user name.
you might want to check which fields it's using to determine if it shows up or not. |
Quote:
I hope you don't mind that I registered. You can feel free to delete my account if you want. I'm thinking about your suggestion....if I do that, then what happens to all of the other mods I have installed that either made automatic template edits or that required me to make template edits or that added their OWN templates? And is there a way to get the templates without going through a whole install process? We're building this new site basically from the ground up then going to import all of the information from the old forums. The old forums are 3.6.0. I suppose I could upgrade them to 3.7 then just grab the templates that way? is there even a way to export the templates then import them on the other site? Or will I have to do it all manually? Thanks for the help! |
Quote:
Quote:
|
ok... maybe I didn't explain myself properly. User's can't see my profile fields. I can see my own fields though. Thanks.
|
The mod doesn't have ANY code that limits who can and cannot see the dropdown. Do you have more than one template? Do you have a link to your forum?
|
ok I figured it out, thanks
|
Quote:
I dread the next time I have to go through that, but I'm hoping I'm just noob and there is an easier way. I have alot of mods and went from 3.6.8 to 3.7.0. Your mileage may vary! J |
AH HA!
Your post gave me an idea. I started going through all of my templates that were red and comparing current to original, I found a template that was IDENTICAL but for some reason it was showing up as having been edited....so i reverted it and voila! It's fixed! |
Quote:
J |
All times are GMT. The time now is 11:00 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:
|