Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mawenzi

Pages: 1 ... 276 277 278 279 [280] 281 282 283 284 ... 286
4186
Chit Chat / Re: end user help
« on: June 02, 2005, 12:13:15 AM »
Quote from: David
The big thing I have noticed (and plan to fix) is that when going to the detail of a picture, there's not an easy to get back to the previous level.

... therefore you need the clickstream ...
e.g.  Home / Travel / Tanzania / Safari /Scenery / Mount Kilimanjaro

test this in your template :
Code: [Select]
{clickstream}
mawenzi

4187
Chit Chat / Re: end user help
« on: June 01, 2005, 10:49:55 PM »
hi David,

1. pictures ...
- very nice tanzania- and kilimanjaro-pictures ! ...  :D

2. template ...
- where remained your clickstream ... it is not simple to navigate ... :?
- top images- and new images-link do not work ...  :?

mawenzi




4189
hi bikoo,

Quote
how can i add last member name (as link to profile) in home.html e.g. ?

1.Step
open index.php and find :
Code: [Select]
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------


add before :

Code: [Select]
//-----------------------------------------------------
// --- Newest username -----
//-----------------------------------------------------
  $sql = "SELECT user_name, user_id
          FROM ".USERS_TABLE."
          WHERE user_level > ".USER_AWAITING."
          ORDER BY user_id DESC";
  $row = $site_db->query_firstrow($sql);

  $newest_user ="<a href =\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row['user_id'])."\"><b>".$row['user_name']."</b></a>";
  $lang_newest_user = $lang['newest_user'];
 
  $site_template->register_vars("newest_user", $newest_user);
  unset($newest_user);

//-----------------------------------------------------

2.Step
open home.html and add where you want :
Code: [Select]
Welcome our newest user {newest_user} !

mawenzi


4190
Discussion & Troubleshooting / Re: ICQ expert
« on: May 29, 2005, 02:58:56 PM »
hi steveeyes,

the ICQ url format has been changed, that's why it doesnt work anymore...
to fix that ... take this : Why I`ve never saw {user_icq_status} thing working?

mawenzi

4191
Chit Chat / Re: Copyrighthinweis
« on: May 29, 2005, 02:28:29 PM »
hi WBB Userin,

dann lese dieses : Lizenzbestimmungen

mawenzi

4192
hi bokoo,

take this : [MOD] Random pictures

mawenzi

4193
hi ascanio, hi drhtm, hi all ...

Quote
Is there a way to show for example 3 comments (news) in home.html and 10 in the archive.html ?

yes ...  :!: ... here we go :

Step 1.
open index.php and find in [MOD] Latest and Archive News :
Code: [Select]
$show_news_articles = "5";    // Number of news articles
                                // .... change This to fixed number of articles to display for latest news

and replace with :
Code: [Select]
$show_news_articles = "3";    // Number of news articles to show in index ....
                                // .... change This to fixed number of articles to display for latest news

$show_news_articles_archive = "10";    // Number of news articles to show in archive ....
                                // .... change This to fixed number of articles to display for latest news

Step 2.
then find in index.php in [MOD] Latest and Archive News :
Code: [Select]
$perpage = $show_news_articles;

and replace with :
Code: [Select]
$perpage = $show_news_articles_archive;

thats all ...  :wink: ...
this modificaton works since some time in the best way on my page ... :D ...
and now (drhtm) is the [Mod] Latest News and Archive 10x better ...  :wink: ...

thanks again to Fugaziman for this great MOD

mawenzi



4194
Discussion & Troubleshooting / Re: wmv Upload Problem
« on: May 26, 2005, 09:29:10 AM »
... ok ...  :wink:
dann erweitere den mime_type :
Code: [Select]
$mime_type_match['wmv'] = array("video/x-ms-wmv","application/force-download");

mawenzi

4195
Discussion & Troubleshooting / Re: wmv Upload Problem
« on: May 25, 2005, 09:58:08 PM »
hi smart,

... usw ... beinhaltet das auch die upload_definitions.php aktualisiert ...  :?: ...  :wink:
für wmv-files :
Code: [Select]
$mime_type_match['wmv'] = array("video/x-ms-wmv");

mawenzi


4196
Hi Marcus77,

deine Anfrage ist etwas konfus ...  :? ... daher sicher auch noch keine Antworten ...  :wink:

aber für ein neues Template ohne Navigationsleiste solltest du mal hier vorbeischauen : http://www.vierstra.com/4images_templates.htm

mawenzi

4197
then use for your sub-categories also a "different" template, but it looks like a "normal" template ...  :wink:

main-cat-template : categories_<cat_id>.html (your special template with a full size image)
sub-cat-template : categories_<cat_id>.html (your normal template)

mawenzi


4198
Hi DigitalOldschool,

use [MOD] Different cat templates and insert in every different cat template your special image, text, ... etc ...  :wink:

mawenzi

4199
Discussion & Troubleshooting / Re: Cut off the right column
« on: May 24, 2005, 11:07:35 PM »
ok ... then use the cut-template from vierstra.com and change only the images-files and style.css from rustynet.de-template into the cut-template-folder ...  :wink:

mawenzi

4200
Mods & Plugins (Requests & Discussions) / Re: Challenge 2 pics?
« on: May 24, 2005, 10:52:47 PM »
Hi BartAfterDark,

use this : MOD Poll v2.0 only with 2 options and 2 images ...  :wink:

mawenzi

Pages: 1 ... 276 277 278 279 [280] 281 282 283 284 ... 286