User Login    
 + Register
  • Main navigation
Login
Username:

Password:


Lost Password?

Register now!
Fast Search
Slow Search
Google Ad


[Datsun 1200 encyclopedia]

Technical TODO and CHANGELOG

From Datsun 1200 Club

Datsun 1200 encyclopedia | Recent changes | View source | Page history | Switch to MediaWiki mode

Printable version | Disclaimers | Privacy policy
Category: Tech Section

This is the old Tech Section article


Technical TODO and CHANGELOG

Published by: danielblues , On: Jul-01-2002



- WAP ?? icon_biggrin.gif


- Image gallery [done 3/7/2002]
- Import images (manualy)
- &.hires=t


- Email forum messages to selected members.


- Promote the club at google.
- mail old yahoo club links
- position | date
- 323 | 18/4/2002
- 1 | 29/4/2002 yes! icon_biggrin.gif


- Add search to the FAQ
cp include/search.inc.php
add to xoops_version.php
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "include/search.inc.php";
$modversion['search']['func'] = "faq_search";
mod xoops_modules (hassearch)

HTML and BBcode in faq and sections [done - 26/5/2002]
$answer = $myts->makeTareaData4Show($answer, 1,1,1);


- "What's New" module
- "Totals" module [done - 3/4/2002]
- "Datsun 1200 Registry" module
- Simpler Main Menu


- Faster
redirect
mainfile.php:

function redirect_header($url) {
header('Location: ' . $url);
exit();
}
http://xoops.sourceforge.net/modules/newbb/viewtopic.php?topic_id=183&forum=8&start=0&viewmode=flat&order=0ct. [done - 3/3/2002]


- Go directy to the main page. [done - 3/3/2002]

Edit line 73 of user.php and replace

redirect_header("userinfo.php?uid=".$uid."",1,sprintf(_US_HELLOTAKINGYOU,$uname));

with

redirect_header($GLOBALS["HTTP_REFERER"],1,sprintf(_US_HELLOTAKINGYOU,$uname));

http://xoops.sourceforge.net/modules/newbb/viewtopic.php?topic_id=664&forum=3#2570



- Update XOOPS RC1-RC2 [done - 2002/2/2]


- Import links (manualy) [done - 2002/1/2]


- Import messages from Yahoo [done - 2001]
- Perl script [done - 2001]


Back to 1. Datsun 1200 Club | Return to Sections Index

Retrieved from "http://datsun1200.com/modules/mediawiki/index.php?title=Technical_TODO_and_CHANGELOG"

This page has been accessed 5,127 times. This page was last modified 03:43, 28 July 2015. Content is available under Datsun 1200 Club.