Welcome to annpixel.de

Login

Welcome back, nice to see you again.

Register - it's free!

Comment, spread your love, communicate

Member Login

Lost your password?

Sign Up!

Neuigkeiten

webSPELL  webSPELL Referer Addon
Hallo Leute,

ich darf euch mit guter Mine das neue webSPELL Referer Addon von atonixx vorstellen.

Mehr lesen File Info



Viel Spaß damit wink
Links: • DownloadDownloadseite
geschrieben von annpixel - 02.02.2010 - 22:53


webSPELL  Full width website
A quick tutorial that shows you have to make full width forums or anything else.

1. Open your index.php
2. And go to the code where you want to full forum start (usually after navigation).
Add this code in new line:
Code:
1.
<?php if ($site=="forum" or $site=="forum_topic") { ?>



Example:
Code:
1.
2.
<div id="navigation">Navigation is here</div>
<?php if ($site=="forum" or $site=="forum_topic") { ?>



3. After that you can add html code for forum:
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
<div id="full_forum">
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
</div>



4. After that wee need to add following code:
Code:
1.
<?php } else { ?>



5. Now before footer starts (because we want to show footer when in forum or forum_topic) we add following code:
Code:
1.
<?php } ?>



Example:
Code:
1.
2.
<?php } ?>
<div id="footer">Footer start here</div>



So complete code look something like this:
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
<div id="navigation">Navigation is here</div>
<?php if ($site=="forum" or $site=="forum_topic") { ?>
<div id="full_forum">
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
</div>
<?php } else { ?>
<div id="content">Default site here</div>
<?php } ?>
<div id="footer">Footer start's here.</div>



I hope this helps

Also you can make other pages full width. Just add or $site="site"
Example:
Code:
1.
2.
     
<?php if ($site=="forum" or $site=="forum_topic" or $site=="clanwars" or $site=="clanwars_details") { ?>


This will full width clanwars
And if you want different front page (index) use this code:
Code:
1.
<?php if ($site=="") { ?>



Viel Spaß damit wink
Links: • Quelle
geschrieben von annpixel - 25.01.2010 - 18:19


webSPELL  Easy "Read More"
Read More for webSPELL 4.2.* (tested with webSPELL 4.2.1*).
After you've completed this small Tutorial you will be able to cut your News wherever you want. A "Read More"-Link will appear, when you click on it you will see the complete News.

We will need to edit the news.php and news_comments.php - so here we go:
Open the news.php

Search for:

Code:
1.
2.
3.
$content = htmloutput($content);
$content = toggle($content, $ds['newsID']);
$headline = clearfromtags($headline);



Add below:

Code:
1.
2.
3.
4.
// Read More by weSEO.de / Pascalmh.de
// http://weseo.de/blog/read-more
$foo=explode('[break]', $content);
$content = $foo[0].'<a href="index.php?site=news_comments&newsID='.$newsID.'">Read More</a>'; 



Now the news.php is ready to go, lets go on:

Open the news_comments.php

Search for:

Code:
1.
2.
$content = htmloutput($content);
$content = toggle($content, $ds['newsID']);



Add below:

Code:
1.
2.
3.
// Read More by weSEO.de / Pascalmh.de Visit: http://weseo.de/blog/read-more
$foo=explode('[break]', $content);
$content = $foo[0].''.$foo[1];



Thats it! The only thing you have to do now is adding
Code:
1.
2.
     
[break]

into your News!

Mehr lesen Changing the Read More appearance (optional)


Viel Spaß damit wink
Links: n/a
geschrieben von annpixel - 25.01.2010 - 00:11


webSPELL  ACP AddOn
Nun zeige ich euch einen kleinen ausschnitt von einem Interessantem AddOn für die einen und ein was soll man damit für die anderen die denken das soetwas nicht neu ist. happy

Es handelt sich um das ACP AddOn von "fansky", dieses AddOn ersetzt die in einem das man nur noch eine Seite brauch um News, Artikel oder auch blogs zu schreiben.

Dies soll den zweck haben das man sich nicht mehr durch die Se4ite klicken muss um neue News zuschreiben als beispiel.

http://pictures.cryeffect.de/bild.php/58,acpJVGNC.jpg

Ich werde das ganze natürlich weiter verfolgen und dann die News weiter Updaten.

MfG
annpixel
Links: • webSPELL Topic
geschrieben von annpixel - 23.01.2010 - 14:15


WWW  Flag Pack 1 by eggzy
Nun nach längerer Zeit des nichts hören und sehen hier wieder eine erfreuliche News.

eggzy von Kode-Design hat ein neues Flag Pack zum Download bereitgestellt.

Viel Spaß damit wink

http://www.kode-designs.com/files_slike/flagpack1.jpg

Download
Links: • Download
geschrieben von annpixel - 17.01.2010 - 03:01



Copyright by annpixel.de  |  CMS powered by webSPELL.org Society Edition  |  XHTML 1.0 & CSS 2.1 valid W3C standards  |   RSS Feed