Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Edit The Profile Page?
I've been custom theming a forum on my site and everything is pretty smooth except one detail that I can't figure out how to fix. The sidebar of the profile is outside of the content div, and instead inside panel. I want it to be on the left side, not the right, like it is on these forums. They were originally that way and I'm not sure how I broke it.
Here's an example profile page (mine): http://kanjidaisuki.com/forums/index.php?p=/profile/kori
Tagged:
0
Best Answer
-
sahotataran ✭✭✭
@kori i guess your custom theme and problem with adding the proper id's and classes to html body of your theme.
please add
" class="<?php echo $this->CssClass; ?>">
you are missing classes to your theme.
There was an error rendering this rich post.
0
Answers
@kori i guess your custom theme and problem with adding the proper id's and classes to html body of your theme.
please add
you are missing classes to your theme.
There was an error rendering this rich post.
thank you very much. I'm not sure how that happened.
@kori That's a great theme, with a lot of potential!
Thanks! It's meant to integrate with the site
Well now I have yet another issue with the profile page. I changed my profile picture and then this happened: http://kanjidaisuki.com/forums/index.php?p=/profile/notifications
It seems to be pulling in the index stuff into the profile for whatever reason. It did it ONLY after I changed the picture.
It is VERY broken when not logged in...
Go to http://kanjidaisuki.com/forums/index.php?p=/entry/signin&Target=profile/notifications
when not logged in (for reference, I am using google chrome 16.0.912.75 m
Also, check inside the div class "Tabs ProfileTabs", that's where the problem lies, according to chrome
To see your notifications you have to log in.
There was an error rendering this rich post.
Yes, there is a problem, in that discussions are shown in the navigation of the notification page
I don't know what I did but somehow I fixed the profile page problem. Sign-in, on the other hand... you're not supposed to be able to go to the page by itself. As in it should only be a pop-up.
But I see the issue with that is the .Entry style, I modified the values for things like div.Popup h1, div.Popup h2, .Entry h1, .Entry h2 collectively, not knowing it would effect single pages. I found a way around it and that has been fixed too
I take that back. It is no longer doing it on my profile, but it is doing it on the profile @Domos123 just made...
( http://kanjidaisuki.com/forums/index.php?p=/profile/4/Domos123 )
I'm very confused - it's not a style issue afaik. I've looked in the profile php pages and I can't seem to find anything.
It would appear the issue lies in /forums/applications/dashboard/controllers/class.profilecontroller.php somewhere (since that's where the tabs and what not are generated).
Terribly sorry for spamming... but I can't edit my own posts after 30 minutes
With the help of my boyfriend we have figured out that this bug stems from discussions / comments / notifications / activity being 0, or to be more specific the function that handles the counts. On his profile, he's posted once (so it's disappeared under the discussions).
Compare his: http://kanjidaisuki.com/forums/index.php?p=/profile/5/GeekyLink
To Domo123: http://kanjidaisuki.com/forums/index.php?p=/profile/4/Domo123
What's happening is the index boards are appearing in between the
<span class="Popin">...</span>
where the count would go.For some reason though it's attempting to put the Popin next to comments even though he doesn't have any (when it's 0 it shouldn't do this) and THEN it pulls in the actual discussions list (from the discussions page).
@kori
Quick question for you. I'm trying to edit my profile page because the main theme is fine, but the profile page is all broken.
Which file or where can I edit the HTML?
e.g. here is an example.
http://www.oldschoolvalue.com/forum/profile/activity/1189/simpleandcheap
I need to edit the html to change the css classes, but cant find where to do it from.