Skip to content

Molunerfinn/yamb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Yamb is a module for nforum, a replacement of Mobile Module.

see https://bbs.byr.cn/n

yamb-screenshot

Installation

$ cd /path/to/nforum

### 1. vim config/nforum.php, add yamb configurations
<?php
$export['modules']['install'] = array('index', 'yamb'/** , other moduels */);
$export['modules']['yamb']['base'] = 'mobile';
$export['modules']['yamb']['domain'] = 'm';

### 2. add redirect rule to app/plugins/Redirect.php

### 3. add submoduel
$ git submodule add git@github.com:paper777/yamb.git app/modules/Yamb

### 4. build
$ ./app/moduels/Yamb/scripts/build

### 5. add asset link
cd www && link -sf ../app/modules/Yamb/www/dist/yamb .

TODOs

Thread(artticle) page

forward article

...

User profile page

say hello (mail) to sb.

add to friend list (optional)

...

Search

article search (in a specific board)

...

Contributing

Thank you for considering contributing to the yamb module!

Any bugs just open an issue or submit a PR

  1. Front End Guide

Clone the repo and run npm install && npm run dev.

  1. Back End

connect paper777#qq(dot)com

About

another nforum mobile module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.4%
  • PHP 29.5%
  • JavaScript 18.1%
  • Other 1.0%