Awhile ago I had commented on a templating problem:
Hi,
I'm having a few problems with groupjive's templating system. At first, when I installed groupjive, I thought there was an error where the "create a group" option wasn't showing up. I checked the settings, and saw that frontend group creation was in fact enabled. Then I took a closer look and found that the "create a group" and "group search" options were being misplaced. They're now up in the corner, near the normal search button.
Example:
www.tianjinexpats.com/component/option,com_groupjive/
This happens on all templates with the exceptions of default heritage, (which gives me another css-related error in the bulletin section), and lennox. Any idea what's going on?
Please note, although no boardcode and smiley buttons are shown, they are still useable
NateM (User)
Newbie
Posts: 10
graphgraph
User Online Now Click here to see the profile of this user
Report to moderator Logged Logged
Quick Reply Reply Quote Edit
#4801
Re:Template Problem 8 Months, 2 Weeks ago Karma: 0
If you look up at the top, it appears to be somewhat related to the search button in group jive and the search field in my template. Any idea how to remedy this?
Please note, although no boardcode and smiley buttons are shown, they are still useable
NateM (User)
Newbie
Posts: 10
graphgraph
User Online Now Click here to see the profile of this user
Report to moderator Logged Logged
Quick Reply Reply Quote Edit
#4806
Re:Template Problem 8 Months, 2 Weeks ago Karma: 0
Ok, I managed to fix it. If anyone else has this problem, go into:
templates/default/showmenu.tmpl
Look for the following line:
<div id="searchbox">
and change it to
<div id="searchboxgj">
You should then go into your template's css files and change all instances of "searchbox" to "searchboxgj". That isn't necessary, really, unless there is a specific styling for the searchbox in the template css.
Recently I upgraded to the latest RC of GJ and noticed that the problem was still there. I managed to fix it, but the fix is a little different from what I posted before. In the showmenu template file and in the css file, change "searchbox" to "groupjivesearchbox" and that should take care of it. Be careful not to modify "gjsearchbox", though. Would be nice if this could be incorporated into future versions.
On another note, I'm getting some weird templating problems, particularly when viewing in category mode. Check here to see what I'm talking about:
www.tianjinexpats.com/index.php/componen...roupjive/Itemid,299/
Any ideas on what could be causing this, or how I can fix it?