Support Forum

  • Page:
  • 1
  • 2

moofaq in the center of a page

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

hello,

is there a way of publishing moofaq in the center of a page?

currently its on the left side of my page in a small box.

thanks.<br><br>Post edited by: bpk16, at: 2007/08/20 12:38
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,



It depends on your template. You can publish the module to a module position that is positioned in the middle of the page or use the {mosloadposition } tag ...



see this post for more info http://joomlabamboo.com/index.php?option=com_fireboard&Itemid=242&func=view&id=287&catid=525#287
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
i'm using the vortex template by rockettheme.

can you please guide me in creating a new content item?
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
Its just the same as any template ...



Go to the Joomla backend and on the content tab click all content items (or choose the section you want to create the article in) and then click new ...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
ok i managed to do so.

what about the instructions for installation?

which css file do i put it in? is it the template's css file?

i've managed to create a content item but it appears this way:

img69.imageshack.us/img69/9569/untitledqd5.jpg

and this is not how i want it to be shown. how do i remove the second circled area?<br><br>Post edited by: bpk16, at: 2007/08/22 20:20
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
what about the instructions for installation?

The instructions for installation are all in the module admin.




which css file do i put it in? is it the template's css file?

Any css file referenced by your index file normally template_css.css




how do i remove the second circled area?

Unpublish the module title in the module admin.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
the lines to add into the css file, can i put it at the end?

and can i select static content?

this is how it looks:

img178.imageshack.us/img178/9679/untitleddi9.jpg



but when i click on it, nothing shows.<br><br>Post edited by: bpk16, at: 2007/08/23 12:51
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
The css is best put at the very end of the template_css file.



As far as clicking goes do you have anything in the answer box. It would help if you had a url for me to see what is going on ...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
i'm sorry, i'm hosting joomla locally.

yes, i have put in an answer.
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
this is how my css file looks like:



/* @end */



/* @end */



/* My Comment */

* .menuTitle {font-size: 12px;font-weight:bold;display: block;text-decoration: none;outline-style:none;height: 18px;padding-top: 6px;padding-bottom: 3px;padding-left: 6px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ddd;margin-bottom: 1px;}

* .content {font-size: 10px;color: #5E6257;display: block;background-color: #FFFFFF;}
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
You need to remove the asterix ... this is just there because you have cut and pasted the lines from the list in the module admin. Ill make this a little sticky note ...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
i've edited it:



div.code {

font-family: Andale Mono, monospace;

font-size: 11px;

background: #eee;

color: #000;

padding: 20px;

}



/* @end */



/* @end */



/* My Comment */

.menuTitle {font-size: 12px;font-weight:bold;display: block;text-decoration: none;outline-style:none;height: 18px;padding-top: 6px;padding-bottom: 3px;padding-left: 6px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ddd;margin-bottom: 1px;}

.content {font-size: 10px;color: #5E6257;display: block;background-color: #FFFFFF;}



but its still the same. the answer doesnt show.
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
this is my template's index.php file:



t/javascript" charset="utf-8" ></script> <script src="<?php echo $mosConfig_live_site;?>/modules/moo_faq/moo_faq.js" type="text/javascript" charset="utf-8" ></script> </head>
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
Does the vortex template use javascript? Such as the sliding control panel etc
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Anthony Olsen wrote:
Does the vortex template use javascript? Such as the sliding control panel etc

erm how do i check this?
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
I just checked the demo site for RT and they have mootools referenced in the index.php file ... just remove it for the time being to see if that works. Also place all of the mo faq script references at the very end just before the closing </head> tag.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
which one do i remove?
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
Just the reference to mootools ...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
i'm not sure which one do i remove. i've uploaded it here:

www.speedyshare.com/342750303.html



can you please edit it?

i'm so sorry, really new with web languages.
  • Stelios's Avatar
  • Stelios
  • Free Extensions
  • 24 posts
  • Karma: 0
The administrator has disabled public write access.
That didnt really work ... you can attach as a zip to this forum or email me at design [at] joomlabamboo.com



...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers