61
heyula
New Module and Theme
  • 2020/11/12 7:47

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


New modules and theme created with ModuleBuilder are coming soon.

Resized Image

Resized Image


goffy
for ModuleBuilder 3.04 Final thank you so much again



62
heyula
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/10 17:33

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi;

1 - first go to the publisher's options section
Resized Image

2- make the necessary settings as in the picture
then located in the home directory
.htaccess add

RewriteEngine   On

#For Ajax Rating -
RewriteRule ^modules/publisher/index.php/([a-z]+).([0-9.]+)/include/ajax_rating.phpmodules/publisher/include/ajax_rating.php?%{QUERY_STRING}
RewriteRule ^publisher.([a-z]+).([0-9.]+)/include/ajax_rating.phpmodules/publisher/include/ajax_rating.php?%{QUERY_STRING}

#SEO .Htaccess setting
RewriteRule ^publisher.([a-z]+).([0-9.]+)/  modules/publisher/index.php?seoOp=$1&seoArg=$2

# RewriteRule     ^ss.([a-z]+).([0-9.]+)/  modules/publisher/index.php?seoOp=$1&seoArg=$2


.htaccess code added

Resized Image


.htaccess no code added

Resized Image


I tried and works for you.

Demo:
https://demo.erenyumak.com/publisher.item.8/



63
heyula
Re: wgSimpleAcc available for testing
  • 2020/11/10 15:22

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


an incredibly beautiful module is really great



64
heyula
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/10/29 12:17

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi;
You can do it with the method below.
https://erenyumak.com/modules/TDMDownloads/singlefile.php?lid=10



65
heyula
Re: Publisher SliderProblem
  • 2020/6/28 10:57

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi iHackCode

yes this code worked very thanks



66
heyula
Service Module
  • 2020/6/25 12:28

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi
Service module created with ModuleBuilder:
Modul Name: Service
Info: Our Service Area
Logo:
Resized Image

ModuleBuilder thanks a lot for
Mamba(Xoops), Timgno(Txmod Xoops), Goffy(German Xoops)

Sample Pictures
Resized Image

Resized Image

Resized Image


Demo:
https://erenyumak.com/ato/modules/service/

Download:
https://erenyumak.com/modules/TDMDownloads/singlefile.php?lid=11



67
heyula
Re: XOOPS ModuleBuilder 3.03 Alpha-2 Released for Testing
  • 2020/6/24 13:00

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi goffy;
I tested the new version.
It works very well.
The only problem blocks are not working.

Error:
Error : ParseError: syntax error, unexpected '$options' (T_VARIABLE), expecting identifier (T_STRING)



68
heyula
Re: Constra Construction Xoops Theme
  • 2020/6/20 8:51

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Thanks for all comments.
When there were good turns, I decided to add other modules.
Last added module:
-wgteams (this is a really great module thanks @Goffy)

Resized Image



69
heyula
Constra Construction Xoops Theme
  • 2020/6/19 10:58

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Constra Construction Xoops Theme
Desing:https://themefisher.com/free-bootstrap-templates/
Adaptation to Xoops: B.Heyula
Adapted Modules:
- WGGallery
- Xmcontent
- XmNews
- XOOPS FAQ
Download:
https://erenyumak.com/modules/themes/item.php?itemid=22
Demo:
https://erenyumak.com/ato/

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image

Resized Image



70
heyula
Re: Publisher Images on Facebook
  • 2020/6/13 13:59

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


other examples
<{if $smarty.server.REQUEST_URI|strstr:'indir/singlefile.php'}> 
        <{* 
adding social meta tagsFacebook *}>
        <
meta property="og:url" content="<{$xoops_url}>/indir/singlefile.php?lid=<{$lid}>"/>
        <
meta property="og:title" content="<{$xoops_pagetitle}>"/>
        <
meta property="og:description" content="<{$xoops_meta_description}>"/>
        <
meta property="og:type" content="article"/>
        <
meta property="og:image" content="<{$logourl}>"/>  
        
        <{* 
adding social meta tagsTwitter *}>
        <
meta name="twitter:url" content="<{$xoops_url}>/indir/singlefile.php?lid=<{$lid}>"/>
        <
meta name="twitter:card" content="summary"/>
        <
meta name="twitter:title" content="<{$xoops_pagetitle}>"/>
        <
meta name="twitter:description" content="<{$xoops_meta_description}>"/>
        <
meta name="twitter:image" content="<{$logourl}>"/>
        <{/if}>
        
        <{if 
$SCRIPT_NAME == "/index.php"}>
        <{* 
adding social meta tagsFacebook *}>
        <
meta property="og:url" content="https://indir.top/"/>
        <
meta property="og:title" content="<{$xoops_pagetitle}>"/>
        <
meta property="og:description" content="<{$xoops_meta_description}>"/>
        <
meta property="og:type" content="article"/>
        <
meta property="og:image" content="https://indir.top//themes/indir/images/logo.png"/>  
        
        <{* 
adding social meta tagsTwitter *}>
        <
meta name="twitter:url" content="https://indir.top/"/>
        <
meta name="twitter:card" content="summary"/>
        <
meta name="twitter:title" content="<{$xoops_pagetitle}>"/>
        <
meta name="twitter:description" content="<{$xoops_meta_description}>"/>
        <
meta name="twitter:image" content="https://indir.top//themes/indir/images/logo.png"/>
        
        <
meta name="rating" content="<{$xoops_meta_rating}>"/>
        <
meta name="author" content="<{$xoops_meta_author}>"/>
        <
meta name="copyright" content="<{$xoops_meta_copyright}>"/>
        <
meta name="generator" content="XOOPS"/>
        <{/if}>




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 24 »



Login

Who's Online

267 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 267


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