5381
Mamba
Re: Convert latin1_swedish_ci to UTF-8
  • 2015/11/10 19:04

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


What was the problem, and which tool did you use? The Convert_mysql from montuy337513?

You can also try CDC: http://bobsguides.com/convert-db-utf8.html
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5382
Yurdal
Convert latin1_swedish_ci to UTF-8
  • 2015/11/10 18:45

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Is there a some kind of converter to do this automatically ?

I did found here a converter but it didn't correctly convert the publisher database

At this moment i have latin1_swedish_ci



5383
Skype-Fr
Re: Pb delete member into Profile
  • 2015/11/6 22:25

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


All is right .. I found and I fixed my error. Thanks



5384
wishcraft
Complexity Theme v1.3.1 Final Release for XOOPS 2.5

Resized Image


Chronolabs Cooperative Proudly Presents

for XOOPS 2.5
Complexity Theme v1.3.1

Resized Image



Introduction to Complexity Theme

Complexity is a complete theme, it includes features that need to be studied by theme designer to be incorporated into their theme designs including the following features:~

  • Social Network Meta Tags
  • Anti-keyword Stuffing (SEO)
  • iOS Iconographic Tags (So Icons Appear on iPhone all macintosh)
  • CSS3 Gradients and Highlights
  • CSS3 Rounded Edges
  • CSS3 Text and Object Shadows
  • Correct File Implementations
  • No Jugganaut Single CSS use of @import()


This theme was developed for the love of the XOOPS Community and broader themery; to explain some of the features I will first go into meta tagging for facebook and third party references to the site you have to include in your meta tags the following lines, to force your site logo if there is no image as well as in the google index and search engines they are:-

<meta property="og:title" content=""/>
<
meta property="og:type" content=""/>
<
meta property="og:image" content=""/>
<
meta property="og:url" content="" />
<
meta property="og:site_name" content=""/>


As well as the apple touch icon meta tags in the icons, these are in particular sizes and need to be PNG images for all touch buttons like book marks and save references in macintosh; otherwise you get the default icon, these three lines are:-

<link rel="apple-touch-icon" href="">
<
link rel="apple-touch-icon" sizes="72x72" href="">
<
link rel="apple-touch-icon" sizes="114x114" href="">


There is also the following code in the meta keyword which stops keyword stuffing, that is the repeatative use of the same keywords on every page of your site this will lower you SEO Score with search engines the following code you will find in the meta template in the theme:-

<meta name="keywords" content="<{php}>
    
$search = array(' with ', ' and ', ' the ', ' there ', ' their ', ' they're ', ' are ', ' to ', ' when ', ' on ', ' by ', ' you ',' ','.','<','>','"',';',':','}','{','[',']','|','\','/','=','+','-','_',')','(','*','&','^','%','$','#','@','!','~','`');
    
$minimumwordlen 3;        
    
// Gets Meta Data
    
$path str_replace($search','str_replace(basename($_SERVER['REQUEST_URI']), ''$_SERVER['REQUEST_URI']));
    
$sitename htmlspecialchars_decode($this->_tpl_vars['xoops_sitename']);
    
$slogon htmlspecialchars_decode($this->_tpl_vars['xoops_slogan']);
    
$pagetitle htmlspecialchars_decode($this->_tpl_vars['xoops_pagetitle']);
    
$keywords htmlspecialchars_decode($this->_tpl_vars['xoops_meta_keywords']);
    
$description htmlspecialchars_decode($this->_tpl_vars['xoops_meta_description']);
    
// Makes Unique Keyword Sentence with NO KEYPHRASES - A KEY PHRASE IS AN INCORRECT USE OF THE META TAG 'KEYWORDS' that is singlar words a KEYWORD not a sentence or phrase
    
$nophrase str_replace($search','$path.str_replace($search','$sitename).','.str_replace($search','$slogon).','.str_replace($search','$pagetitle).','.str_replace($search','$keywords).','.str_replace($search','$description));
    
$keywords array_unique(explode(','$nophrase));
    foreach(
$keywords as $id => $word) {
        if (
strlen($word)<$minimumwordlen||is_numeric($word)) {
            unset(
$keywords[$id]);
        }
    }
    echo 
implode(', '$keywords);<{/php}>" />


Download Complexity Theme

* xoops2.5_theme_complexity.7z ~ 35Mb
* xoops2.5_theme_complexity.rar ~ 35Mb
* xoops2.5_theme_complexity.tar.gz ~ 35Mb
* xoops2.5_theme_complexity.zip ~ 35Mb
* xoops2.5_theme_complexity.iso ~ 35Mb

Reporting Complexity Theme Bug

If you do find a bug in the theme and need it fixed please used our tickets support on sourceforge at the following URL:~ http://sourceforge.net/p/chronolabs/tickets/milestone/XOOPS%20Themes/



5385
dannie
Re: summary view in publisher module half working?
  • 2015/11/5 12:14

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


omg! Thanks Bleekk. I didn't even know all of that was there. Thank you for all the help. Everything is fine now.



5386
Mamba
Re: Pb delete member into Profile
  • 2015/11/4 18:52

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


sure....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5387
Skype-Fr
Re: Pb delete member into Profile
  • 2015/11/4 14:51

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


Think Mamba ..

It is a future site but already I did add a lot of hacks !

"account auto delete..", I mean : account delete by himself (user ).

May I send mp to you with url ?

Gerard



5388
Mamba
Re: Help adding HTML/PHP files
  • 2015/11/4 12:14

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Keep us posted....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5389
Mamba
Re: Pb delete member into Profile
  • 2015/11/4 12:13

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Is this a new installation?

If it's old, did you change anything?

Also, what do you mean by "account auto delete is not enable" ?

Can you give more info?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5390
Mamba
Re: Shortcodes for XOOPS 2.6.0
  • 2015/11/4 11:56

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I've added three new Shortcodes to my GitHub repository:

- Cloak: to cloak your email address with HTML characters

- Lorem: a generator of the standard "Lorem" text

- Loremimage: a generator of a random picture

The Shortcodes entered were:

[loremimage]

[
lorem]

[
cloak email="me@email.com"]


And it generated this content:

Resized Image


While the "Lorem" text is pretty much hardcoded, the image is being pulled randomly from http://lorempixel.com

Check out the new Shortcodes, and start submitting your own!

Also, what Shortcodes should XOOPS offer as part of Core?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 536 537 538 (539) 540 541 542 ... 29425 »



Login

Who's Online

837 user(s) are online (308 user(s) are browsing Support Forums)


Members: 0


Guests: 837


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits