131
allnewtome
Re: How can I get forum digest to work?
  • 2006/1/9 21:23

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


Looks like nobody has ever got it to work Even this site doesn't use it.



132
allnewtome
Re: Change position of blocks + one more thing :)
  • 2006/1/9 21:17

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


I assume you're using XOOPS 2.2.3

On the admin area choose the menu option System - Blocks.

Each block has a "weight". The lower the number, the higher up on the screen the block will appear!

Hope this helps.



133
allnewtome
Re: Web Links module settings
  • 2006/1/8 12:02

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


You need to change modules/weblinks/templates/weblinks_index.html (through the Templates admin menu option).

You just need to remove all references to rss/atomfeed.

Instead of explaining it in boring detail, I'll cut and paste my old and amended versions below. You should be able to see which bits I've removed. If not, just ask. (I have changed all the < symbols to ^ so that it displays properly.)

Hope this helps.


Here's the old one:
Quote:
^{include file="db:weblinks_header.html"}>

^h3>^{$lang_main}>^/h3>

- ^a href="^{$module_url}>/index.php#new_sitelist">^{$lang_new_sitelist}>^/a>^br />
- ^a href="^{$module_url}>/index.php#new_atomfeed">^{$lang_new_atomfeed}>^/a>^br />
^br />

^{if count($categories) gt 0}>
^table border="0" cellspacing="5" cellpadding="0" align="center">
^tr>
^!-- Start category loop -->
^{foreach item=category from=$categories}>
^td valign="top" width="33%">
^{if $category_image_mode == 1}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^img src="^{$module_url}>/images/folder.gif" border="0" alt="category" />^/a>&nbsp;
^{elseif $category_image_mode == 2}>
^{if $category.image != ""}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^{$category.image}>^/a>^br />
^{/if}>
^{/if}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^b>^{$category.title}>^/b>^/a>&nbsp;(^{$category.totallink}>)^br />
^{$category.subcategories}>^/td>
^{if $category.count is div by 3}>
^/tr>^tr>
^{/if}>
^{/foreach}>
^!-- End category loop -->
^/tr>
^/table>
^br />^br />
^div>^{$lang_thereare}>^/div>
^hr />^br />
^{/if}>

^a name='new_sitelist'>^/a>
^h4>^{$lang_new_sitelist}>^/h4>

^{if $links != ""}>
^!-- Start new link loop -->
^{section name=i loop=$links}>
^{include file="db:weblinks_linklist.html" link=$links[i]}>
^{/section}>
^!-- End new link loop -->
^{/if}>

^a name='new_atomfeed'>^/a>
^h4>^{$lang_new_atomfeed}>^/h4>
^a href="^{$module_url}>/viewmark.php?mark=rss">^{$lang_site_rss}>^/a>
(^{$total_site_rss}>) ^br />
^a href="^{$module_url}>/viewfeed.php">^{$lang_atomfeed}>^/a>
(^{$total_atomfeed}>) ^br />
^a href="^{$module_url}>/rss.php" target='_blank'>^img src="^{$module_url}>/images/rss.png" border="0" alt="rss" />^/a>&nbsp;
^a href="^{$module_url}>/atom.php" target='_blank'>^img src="^{$module_url}>/images/atom.png" border="0" alt="atom" />^/a>&nbsp;
^br />^br />

^{if $feeds != ""}>
^!-- Start new atomfeed loop -->
^{section name=i loop=$feeds}>
^{include file="db:weblinks_feedlist.html" feed=$feeds[i]}>
^{/section}>
^!-- End new atomfeed loop -->
^{/if}>

^{include file="db:system_notification_select.html"}>

^br />
^div align='right'>^a href='^{$happy_linux_url}>' target='_blank'>^font size='-1'>Powered by Happy Linux^/font>^/a>^/div>


Here's my amended one:
Quote:
^{include file="db:weblinks_header.html"}>
^table>
^tr>
^td>
^h3>^{$lang_main}>^/h3>

^p>To look through the links, click on the various categories and options listed on the left/below. This page shows the categories, and the most recently-added links. You are welcome to submit new links to the site.
^/td>
^/tr>
^/table>



^{if count($categories) gt 0}>
^table border="0" cellspacing="5" cellpadding="0" align="center">
^tr>
^!-- Start category loop -->
^{foreach item=category from=$categories}>
^td valign="top" width="25%">
^{if $category_image_mode == 1}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^img src="^{$module_url}>/images/folder.gif" border="0" alt="category" />^/a>&nbsp;
^{elseif $category_image_mode == 2}>
^{if $category.image != ""}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^{$category.image}>^/a>^br />
^{/if}>
^{/if}>
^a href="^{$module_url}>/viewcat.php?cid=^{$category.id}>">^b>^{$category.title}>^/b>^/a>
&nbsp;(^{$category.totallink}>

^{if $category.totallink==1}>link)
^{else}>links)

^{/if}>

^br />
^{$category.subcategories}>^/td>
^{if $category.count is div by 4}>
^/tr>^tr>
^{/if}>
^{/foreach}>
^!-- End category loop -->
^/tr>
^/table>

^!-- ^br />^br />
^div>^{$lang_thereare}>^/div> -->

^hr />^br />

^{/if}>



^a name='new_sitelist'>^/a>
^h4>^{$lang_new_sitelist}>^/h4>


^{if $links != ""}>
^!-- Start new link loop -->
^{section name=i loop=$links}>
^{include file="db:weblinks_linklist.html" link=$links[i]}>
^{/section}>
^!-- End new link loop -->
^{/if}>


^{include file="db:system_notification_select.html"}>

^br />
^!-- Powered by Happy Linux: ^{$happy_linux_url}>-->



134
allnewtome
Re: Web Links module settings
  • 2006/1/6 23:50

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


It's actually quite easy once you get the hang of it... I'm quite busy these days, but if no-one else answers by Sunday I promise to answer your question!!



135
allnewtome
Re: Staying logged in
  • 2006/1/1 23:16

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


Quote:
It's a pretty blatent security hole that I'm sure you didn't intend.


I hoped that they would take the trouble to log out... but, having thought about it again, I agree with you and will be changing it back to the original setting!

Thank you very much



136
allnewtome
Re: Staying logged in
  • 2006/1/1 20:28

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


Quote:
i just placed GI Joe's hack on my 2.2.3 site and it is working flawlessly.


Thanks for the recommendation - I've now used it on my own site, and it works fine.

I decided to change

[input type="checkbox" name="rememberme" value="On" class
="formButton" /]remember me

to

[input type="hidden" name="rememberme" value="On"]

so that the auto-login option stays on all the time. Hopefully that was a good idea....



137
allnewtome
Re: Staying logged in
  • 2005/12/30 23:27

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


I am guilty of asking the same question in two places. To tie up the loose ends, see jdseymour's answer inhttps://xoops.org/modules/smartfaq/faq.php?faqid=8 - yes, the '2.2' version can work with XOOPS 2.2.3



138
allnewtome
Re: Staying logged in
  • 2005/12/30 18:20

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


Quote:

Is this available for 2.2.3?
Cheers



139
allnewtome
Re: removing date from smartsection recent items?
  • 2005/12/30 17:53

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


I don't have your module but I also had trouble getting changes to templates to take effect, until I realised that once you have cloned the default template (and set it as the one to use) then you need to change the template html within the XOOPS admin area (rather than using ftp). This seems to be the case even if "Update module template .html files from themes/your theme/templates directory?" is set to YES.

Sorry if this is too simple (or wrong) but it might be worth trying.



140
allnewtome
Re: Installing forum using Xoops 2.2.3
  • 2005/12/30 17:41

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


I use CBB which is in the module repository of this site (https://xoops.org/modules/repository/singlefile.php?cid=20&lid=1538) It seems to work fine.




TopTop
« 1 ... 11 12 13 (14) 15 »



Login

Who's Online

169 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

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

Latest GitHub Commits