21
exbanious
Re: Select the number of news items to display on top page = 1
  • 2006/4/6 1:07

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


edit - news/xoops_version.php


find this:
$modversion['config'][1]['name'] = 'storyhome';
$modversion['config'][1]['title'] = '_MI_STORYHOME';
$modversion['config'][1]['description'] = '_MI_STORYHOMEDSC';
$modversion['config'][1]['formtype'] = 'select';
$modversion['config'][1]['valuetype'] = 'int';
$modversion['config'][1]['default'] = 5;
$modversion['config'][1]['options'] = array('5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30);


change the last line so it looks like this:

$modversion['config'][1]['options'] = array('1' => 1'5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30);



then update your news module and change the number of stories under preferences.



22
exbanious
Re: Question About the Extended Profiles Mod in 2.2.3
  • 2006/4/4 10:23

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


one way to do this is to edit userinfo.php


for the email find this code:
if ($email != "") {
    
$categories[0]['fields'][] = array('title' => _PROFILE_MA_EMAIL'value' => $email);
    
$weights[0][] = 0;
}



change it to this:
if ($email != "") {
    
$categories[0]['fields'][] = array('title' => _PROFILE_MA_EMAIL'value' => '<a href="mailto:'.$email.'">'.$email);
    
$weights[0][] = 0;
}


as far as adding the link code to the url field... not sure.
sorry.



23
exbanious
mystery css remains unchanged
  • 2006/3/16 23:20

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


nevermind......



24
exbanious
Re: Ip Banning
  • 2006/3/7 19:56

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


its built in.

preferences->system->general settings.



25
exbanious
Re: How to delete the links on xmt theme?
  • 2006/2/21 10:11

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


\themes\xmt\navigation\theme_usernav.html

the version i have doesn't have those exact links but it should be the same deal.

find this code and delete it.

<td><class="button" href="http://www.link.it">First Link</a></td>
<
td><class="button" href="http://www.link.it">Second Link</a></td>
<
td><class="button" href="http://www.link.it">Third Link</a></td>
<
td><class="button" href="http://www.link.it">Fourth Link</a></td>


it shouln't have any ill effects on the layout.
remember to delete your cached version of the theme_usernav file in templates_c



26
exbanious
Re: Finished my first Xoops site - but the clients hate it! (multiple problems)
  • 2006/1/25 17:11

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


As far as the logging in twice thing is concerned, i have notice that same problem. It only seems to happen if i have logged into something else and did not close my browser before logging into xoops. Seems to only happen with Internet Explorer.



27
exbanious
Stock Portfolio Module
  • 2005/11/17 8:03

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


Just curious if anyone would be interested in a stock quote module with the following features:

- view complete stock info including day/month/year image charts
- add/track individual stocks per user
- ability to enter bought/sold/price info for each stock
- stock calculator
- alert-on-login info for falling stocks etc...
- block displaying individual user stocks/alerts
- block displaying admin-set stock information

i have starting working on a module to do these things for my own purposes and am just curious if others are interested in a module that performs these functions.
also, i am looking for input on other features to include in the module.
feel free to submit ideas...
post here or send me a PM.



28
exbanious
Re: Need some older Xoops versions - anyone got them?
  • 2005/11/17 7:41

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


the best i can do is a full version of 2.0.9.2 if you need it.



29
exbanious
Re: Where to found time?
  • 2005/11/5 6:27

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


shoes?

you can change the time\date format in:

\language\"your language"\global.php



30
exbanious
Re: My new site, postonmyforum.com; reviews wanted
  • 2005/11/5 6:22

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


that is a rather interesting service....

your site looks really nice. simple. clean. professional.
the only problem i could muster up at all is the link at the bottom for LucasTDS.net.
it doesn't really work. probably not really a fault of your own, but just thought i'd mention it.

be well.




TopTop
« 1 2 (3) 4 5 6 ... 8 »



Login

Who's Online

182 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 182


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