Testing on D7B7. How does Dolphin "decide" which tab to show on the tags block? I want it to show profiles as the default, but on my site it is showing blogs. Is it the last thing edited? So if a profile was the most recently edited item, it will show the profile tab, but if a blog post was added recently it will show the blog tab? How can I make it so the profile tab is always the default.
Thanks
Rob
|
Can you show screen shot with your trouble? PS: If possible do not write me personally, please try to ask on the forum first |
SashaE - not really "trouble" so much as it is a question. I could take a screen shot but it is easy to visualize - the "blog" tab on the tag cloud block is the default tab - shouldn't it be the "profiles" tab? It is not on mine.
Rob
|
I'm still not able to get my tag cloud block to work - which is too bad, because I think it is a really cool feature. Right now, all it is doing is displaying the tags photos only for a single profile. See what I mean on the site I am in process of migrating. http://www.caltrade.com/community - in the upper right. Does anyone know what I am doing wrong, or what I can do to fix this? I would at least like to show the tag cloud for profiles.
Rob
|
I'm still not able to make this work. Does it work for everyone else here? Can anyone think of anything I can try or look at to diagnose the problem? |
Does the tags block work for others here? I have two RC2 sites, and it doesn't work properly on either one. |
my tags seem to be growing as i add new content to each area. so i have a button for ads, video, and files. i suppose if i added a photo or two it would then add a photo button to the tag cload.
So i guess its working proper for me. Keep in mind this is a d7 rc2 clean install not an upgrade.
https://dolphin-techs.com - Skype: Dolphin Techs |
Thanks for responding Dolphin_Jay. Mine are both upgrades from RC1 - does it work for others here with upgrades? How do the tags work anyway? - does it somehow get "set" when a member first joins? Also, are the files on this up to date in RC2 - or is there some patch I am supposed to download to make it work. That wasn't clear from some earlier posts. |
Hey Rob,
Are you saying that your tags block is NOT showing on the homepage? It should automatically show if someone has, for example, uploaded a photo and typed in a tag for it. If there are no tags at all, then by default the block will not show.
Chris
Nothing to see here |
No, there are all sorts of tags. On one of my sites, it only shows tags for "photos" and for only one user (see link above). On another, it shows tags for profiles, but for only one user. |
Ok, I think its because there are no other tags listed. All of mine are showing. Im going to test this theory on your site :)
Chris
Nothing to see here |
Im having issues joining you site. I click join and it just sits there. When a member adds tags to the profile (when joining), photos, videos, blogs, etc. That is where your will see other options for the tags. If there are only tags for photos and videos, then you would only see photos and videos. If that makes sense.
Chris
Nothing to see here |
Host still hasn't upgraded to allow for unicode characters but they will soon. RC1 worked fine and I was estatic that I finally had a working system after suffering through all those betas. The RC2 upgrade "broke" my system (it wouldn't be Boonex if they didn't break your heart). The TinyMCE won't work until this upgrade is completed so I just made it not required, however the "industry" field generates an SQL error that I asked for help in on another post. Something in the migration didn't work - see the blank space where industry should be:
SELECT `ID` FROM `Profiles` WHERE `Status` = 'Active' AND `ID` != 3312 AND `` = 'Art'
Now if you will excuse me, I am going to go hang myself from the rafters.
Rob
|
This apparently got fixed with this version. I have a question though. Does that tag cloud block just keep getting bigger and bigger as people add more and different tags? |
I'm looking for some guidance on this topic. My home page has the tags module visible. We only want to show tags for videos and photos. Unfortunately, we have tags for profile, music, blogs, events, ads, etc... I don't want to have any other tags visible BUT photos/videos.
In the admin I was unable to locate anything that would allow me to control which tabs were visible or not. Can you show me how to remove the other tabs?
To be clear, my photos and videos are the only items in the site that have tags, so according to Zarcon, not having tags doesn't necessarily hide that tab from the user. You can still click 'profiles' and there not be any tags visible.
Thanks!
|
I was able to figure out how to specify which tab to initiate first, on page load. I had to edit the php code in order to get it to work. It's not exactly what I want, but it will suffice for now. If anyone knows how to hide the other tabs, please advise. Here's how I did it:
Dolphin 6.1
In BxBaseIndex.php and make a duplicate in case you butcher the original. Then, open BxBaseIndex.php (the original) and go to line 736.
Change this: $mode = 'profiles';
to this: $mode = 'photo';
Save and upload.
Thanks!
|