Sigh.. I have to go back to square one. Everything was fine until i added Polls, Forum, and Feeds blocks to the Profile page and use designbox_5.html for all of them. All the other blocks are fine except these. I think they are somewhat different. I'm not sure why it adds another header inside. I want to remove the inside designbox part. Here's the image…

Sorry if this is getting old. I just can't find a solution any where here yet. :-/
Thank
|
I think the problem is that poll uses it's own design box inside the module and so you call the entire module with the design box included. You could try to place that particular box in designbox 0 which would fix the problem except user's wouldn't be able to make it private via the key but otherwise it would show properly. |
Hey Mauicecano, I use your mod and it's really cool! :D It saves me from going to phpadmin to do all that crap.
I did use the designbox_0.html for that block and it went normal but I want to use the outside design, not the inside. The reason is that I want people to be able to customize this block on their profile with customizer. I'm trying to think of a way to remove the inside instead. Since you said it's included, should i go into the modules/polls folder and make some adjustments there?
|
You can do that but that will change across the site where the polls are pulled which I think if poll_block.html. I'm not sure how you called the block, but if you made a new key for something like profile_block instead of the regular block and then figure out how to call with the new variable which corresponds to the new html, it should work. PM me how you are calling that, I have some time to tinker here. |
Wait, why are you remaking the polls block? Polls are already included by default to be pulled into profiles and you can customize that block without the need to remake the block |
Well i'm keeping the inside design for the whole website except the profile page just because I want my users to use the profile customizer. The one i use for the whole website has some images inside so there is no way for users to change the color for that. |
No by default dolphin install there is a polls block for the profile's page which does what you want it to do. |
ha you're right! I tested and it works. I didn't think of that. :s Thanks man |