11
cmsguy
Re: Which Content Tool?
  • 2004/4/5 22:04

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


Where can I download Freecontent?

I create menues as custom blocks WITHOUT Multimenu. Can I use Freecontent to create content and manually add the link to that content to my custom block menu item?

Thanks so much.

Don



12
cmsguy
Which Content Tool?
  • 2004/4/5 9:17

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


My environment and requirements:

=====================================================

1. Custom Block Menus - No system main menu.

2. Be able to link to the content page within my custom menu.

2. Want to display HTML, PHP pages.

3. Content pages to be included in search engine.

=====================================================

I tried wfsections, but it seems to be mostly article based. I only want to display HTML and PHP.

WHICH CONTENT TOOL CAN I USE?

Thanks.




13
cmsguy
New Module With Blocks - How To Access XOOPS Variables?
  • 2004/3/13 23:29

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


When creating a new module with new blocks how do I access the common XOOPS variables within the new blocks - like the system main menu?

I would like to access common XOOPS variables for language purposes and to make the blocks as maintainable as possible.

Thanks in advance.



14
cmsguy
Re: Accessing $XOOPS Variables In Custom Blocks
  • 2004/3/12 4:51

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


I tried your second suggestion by adding a new module with it's own block. The new module and block is based on the sample_module available withn the forum. I added the following main menu code to the sample_filename.html file under the sample_module/template/block directory. It did not work probably because the new module and block do not have access to the MAIN MENU smarty variables (I am assuming this! )such as $xoops_url, $block.lang.home etc ...

MAIN MENU SYSTEM BLOCK

<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>

I AM OBVIOUSLY MISSING A CONCEPT HERE!

Will my new main menu block only work if I add it to the system module?

If so, does this mean I would have to redefine these smarty variable in my new module?

How can I create a new module and associated block and have them be able to access the system smarty common variables?

Confused, but thankful for any help.



15
cmsguy
Can someone tell me how the SQL directory is used?
  • 2004/3/11 23:19

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


I am new the XOOPS and I am trying to understand how to create modules and blocks.

Does anyone have a simple example to illustrate how the SQL directory is utilized?

Thanks.



16
cmsguy
Search Engine Friendly URL's - Confused
  • 2004/3/11 22:53

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


I am new to XOOPS and like it very much.

However; I have heard that XOOPS is NOT search engine friendly with long url's.

Is this true?

Can someone explain how I can ensure that my XOOPS site is SEARCH ENGINE FRIENDLY?

By the way, I am hosting my XOOPS site with IPowerWeb.

Thanks.



17
cmsguy
Re: Accessing $XOOPS Variables In Custom Blocks
  • 2004/3/9 7:49

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


Thanks for the tip. I understand mostly.

How could I access language the same way the main menu does?

MAIN MENU SYSTEM BLOCK

<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>

COULD I ACCESS ALL OF THESE VARIABLES IN A CUSTOM BLOCK?


Thanks again.



18
cmsguy
Accessing $XOOPS Variables In Custom Blocks
  • 2004/3/9 6:15

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


Can I create a custom block that includes various variables such as ${xoops_url} and so on?

I am having trouble doing this. Is it because custom blocks are not system blocks?

Thanks.



19
cmsguy
Re: Simple Way To Add Content, Adding To Main Menu?
  • 2004/3/9 2:32

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


Thanks to your help I am beginning to understand. Scary!

It occurs to me that by default due to the way the main menu is written it will display all installed modules as menu items. True?

For customization sake this does not seem practical.

Perhaps creating custom menu blocks and using hard coded menu items and links would be a better way to go. What do you think?

With custom menu blocks and the sample module you gave me it seems to me I could configure just about anything.

To reiterate, you can put PHP and HTML code in the sample module for content. Right?

PHP is handy for accessing the database.

Again in your debt.



20
cmsguy
Help! - Where Do I Find wfSection Module To Download
  • 2004/3/8 4:06

  • cmsguy

  • Just popping in

  • Posts: 31

  • Since: 2004/3/3 2


I cannot find where to download the wfsection module. Where is the latests version?

Thanks to anyone.




TopTop
« 1 (2) 3 4 »



Login

Who's Online

120 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 120


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits