Join the Buzz!
Create your Personal, or Business Profile!
Sign up today
I am a member of ScriptsTribe Wowonder @JaneMarcia
Bio: Short- and long-term sales strategies
Better Contact Form with Contact Details and map for wowonder
The updated contact form now includes several advanced features that enhance its functionality, secu...
Follow @fengshui on Wowonder
2 Likes - Feng shui is an ancient Chinese art of arranging buildings, objects, and spa...
Badge Popup Patch
Views: 14 | Replies: 0
Stop Video Download
Views: 216 | Replies: 0
[Solution] Redirect to a custom page when not logged in.
Views: 724 | Replies: 2
Sngine | Issues with ALL Notification
Views: 327 | Replies: 2
Blocking Adsense For Pro Users
Views: 426 | Replies: 3
Help Center Issue
Views: 336 | Replies: 3
Sngine blue badge
Views: 286 | Replies: 1
Automatically joining group chat
Views: 280 | Replies: 0
How to add features to SNGINE without hooks
Views: 434 | Replies: 2
How to Install the Free Sngine PWA (Progressive Web App)
Views: 1599 | Replies: 9
Sngine FTP Issues
Views: 382 | Replies: 2
Statis Pages with iFrame
Views: 328 | Replies: 0
External Link warning when leaving site
Views: 462 | Replies: 1
How to Create new Dynamic Page in Wowonder Tutorial

How to Create new Dynamic Page in Wowonder Tutorial
Welcome to this tutorial on creating a new dynamic page in Wowonder! Whether you're looking to add a custom page for your users or integrate specific features into your community, this guide will walk you through the essential steps. You'll learn how to create dynamic pages that interact with your site's database and display real-time content, making your website more engaging and functional.
By the end of this tutorial, you’ll have a working dynamic page in your Wowonder site that can be customized to suit your needs, offering a seamless and interactive experience for your users. Let’s dive in and start building!
You will need to create 2 files and edit 2 files
First Edit the .htaccess file located in yourroot folder
and
# **** MY NEW PAGE****
RewriteRule ^mypage(/?|)$ index.php?link1=mypage [QSA]
Next Edit index.php also located in your root folder
and around page number 866, 867 look for (This step and number location is very important)
} else {
switch ($page) {
After that add
case 'mypage':
include('sources/mypage.php');
break;
Now create a new file inside sources folder
like this sources/mypage.php
inside that add
<?php
$wo['title'] = 'My Page Title';
$wo['description'] = 'My Page Description';
$wo['keywords'] = 'My Page Keywords';
$wo['page'] = 'mypage';
$wo['content'] = Wo_LoadPage('mypage/content');
<?php
$wo['title'] = $wo['lang']['mylanguagekey_mypage_title'];
$wo['description'] = $wo['lang']['mylanguagekey_mypage_description'];
$wo['keywords'] = $wo['lang']['mylanguagekey_mypage_keywords'];
$wo['page'] = 'mypage';$wo['content'] = Wo_LoadPage('mypage/content');
Next Create a folder and file inside your theme like this
themes/wowonder/layout/mypage/content.phtml
the code inside the source/mypage.php
$wo['content'] = Wo_LoadPage('mypage/content');
must match this
mypage/content.phtml
add whatevercontent you wish to use the page for
Now you can visit yousite.com/mypage
That is all, Enjoy. :)
- Seo
- WOWonder
- Sngine
- Marketing
- Frameworks
- Film
- Fitness
- Food
- Jeux
- Gardening
- Health
- Domicile
- Literature
- Music
- Networking
- Autre
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness