Welcome, Guest
Please Login or Register.    Lost Password?

RSS Button on Frontpage in module position content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: RSS Button on Frontpage in module position content
#4660
RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 0
Hi I want to post a RSS feed symbol on my frontpage at RobertSeifert.de in my BlackBear Pro 1.5.

If I want to post the mod_ninja_rss_syndicator module at 'content' it doesn't appear. i want it to be published above all the articles on the upper right hand side in the content area.

How can I manage this? Please help me figuring it out! Thanks !!
robertseifert
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RobertSeifert.de Location: Dresden - Germany Birthday: 01/31
The administrator has disabled public write access.
 
#4661
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 19
Hello Robert,

you must create a new module-position for it. See the image I attached.



Please make a backup before you make it.

Please go in the backend under Extension >> Template Manager >> BlackBear >> Edit HTML

There you search this lines:

<?php if ($this->countModules( 'right' )) : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<?php endif; ?>

Add behind this:

<div id="user1">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>

Then save the file and Edit the CSS-File.

Insert there:

#user1 {
float: right;
}


Set the module to the "user1" position and it must run. :-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
Last Edit: 2010/11/18 10:02 By GermanBear.
The administrator has disabled public write access.
 
#4665
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 0
This is exactly what I was looking for!! Thanks a lot!

Now: The page structure might have a better look if - there is a little space between the symbol and the borders on the right und upper side and
- the contents were again close to the upper frame.

For the first thing, maybe I can try to insert some lines into the css file (padding-top: 10px; padding-right: 10px;). About the second issue I have no idea how to manage this.

Please again for help!! Thanks ..
robertseifert
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RobertSeifert.de Location: Dresden - Germany Birthday: 01/31
The administrator has disabled public write access.
 
#4666
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 19
ok, no big problem.

search in the index.php this lines:

Code:

 <div id="user1">
<jdoc: include type="modules" name="user1" style="xhtml"  />
</div>



delete it there and search this:

Code:

<div id="content">
<jdoc:include type="component" />
<jdoc:include type="message" />
</div>



make it to
Code:


<div id="content">
<div id="user1">
<jdoc: include type="modules" name="user1" style="xhtml"  />
</div>
<jdoc:include type="component" />
<jdoc:include type="message" />
</div>



And then change in the template.css

Code:

#user1 {
float: right;
}



to

Code:

#user1 {
float: right;
width: 90px;
height: 30px;
padding-top:2px;
}



Now it looks great I think

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
Last Edit: 2010/11/19 08:09 By GermanBear.
The administrator has disabled public write access.
 
#4667
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 0
this is (almost) what I wanted !!

BECAUSE

The content text area is getting tighter, there is the gap between the right side of the text and the frame now. Seems like the "gap" moved simply from the top to the right.

Is there a chance to create kind of 2 layers, one with the content text and one with the RSS symbol? One layer is in the front and one in the back, so that both module positions use (visually) the same top and right border ??

Thanks for helping me !!
robertseifert
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RobertSeifert.de Location: Dresden - Germany Birthday: 01/31
The administrator has disabled public write access.
 
#4668
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 19
ah ok, I found the problem. You have installed the old version of BlackBear.

Here a picture from my site. ;-)

I take a look for your problem.

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4669
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 19
So, I see that the mistake comes with the new and the old version.

The problem are the icons for print or pdf.

A quick solution is that you search in the template.css this:

Code:

.buttonheading {
}


and change it to:
Code:

.buttonheading {
padding-top: 11px;
}



See the picture I attached.

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4670
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 0
I cannot see any difference after changing the line in the template.css!

It does not yet work, please can you take a look at it again?

What do you mean by saying I have the old version of the blackbearpro? It is the 1.5, the same I can download on the joomlabear site. Is there an update I can use? Where is the latest version of it?

Regards Robert
robertseifert
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RobertSeifert.de Location: Dresden - Germany Birthday: 01/31
The administrator has disabled public write access.
 
#4671
Re:RSS Button on Frontpage in module position content 1 Year, 6 Months ago Karma: 19
you can see it unfortunately only on the site "über mich". I search a solution in the next time.

The newest version is "BlackBearPro 3.10". But this is only for premium member. :-(

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear