41
kesikkafa
phpbb users on my xoops site??
  • 2005/3/20 1:47

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


hello

i have a phpbb 2.0.13 forum with too many users and too many messages.http://www.kesikkafa.com/forum

and i have a XOOPS sitehttp://www.kesikkafa.com

how can i make XOOPS recognize my phpbb users and also messages?



42
kesikkafa
how can i align the logo to center
  • 2005/3/10 21:35

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


hello

please checkhttp://www.kesikkafa.com

as you see top logo is aligned left.i want to align it center.i am using fiblck theme.



43
kesikkafa
Re: Google cant find my xoops site
  • 2005/3/10 12:01

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


nearly 1 week.. should i wait more?? or hyperpod s idea right?



44
kesikkafa
Google cant find my xoops site
  • 2005/3/9 19:39

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


hello

http://www.kesikkafa.com is my web site.

i add a news to my main page.then i make a search about that news on google.but google finds nothing on my web site.i am registered user of google and it finds some things on my forums www.kesikkafa.com/forum

what can i do about this issue



45
kesikkafa
Latest Phpbb topics blog
  • 2005/2/7 16:34

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


hello

i have got a phpbb forum. i want to display latest 5 topics on my XOOPS home page. i have got a phpbb hack to display latest 5 topic. how can i make this as a block on my XOOPS home page.

code is::

<?
/**
* Mod Title: Latest Topics
* Mod Version: phpBB 2.0.4
* Author: Charlie Page
* Description: Shows latest topics on any page
* Release: v1.0, 05.30.2004
***
* Demo:http://www.xboxassassin.com/e3
* Installation Level: Easy
* Installation Time: 1 minute
* Files To Edit: This one
* Included Files: php-latest.php
***
* Installation Notes:
* Upload this file and set $ppath and $url,
* Include this into a page and your done!
*/
$url = "/forum"; // If url is -http://www.yourforums.com/forums , then enter in "/forums"
$ppath = "/home/kesik/public_html/forum/config.php"; // Physical path to the config.php file
if(empty($count))
$count = "5"; // How many topics to link to

//-----------------[ DO NOT EDIT BELOW HERE ]-------------------------
include_once("$ppath");
$db = @mysql_connect("$dbhost", "$dbuser", "$dbpasswd") or die("here we die at connection");
@mysql_select_db("$dbname",$db) or die("here we die");

$prefix = "$table_prefix";

$query="SELECT * FROM $prefix_topics ORDER BY `topic_id` DESC LIMIT 0, $count";
$result=mysql_query($query);
while($row = mysql_fetch_array($result)) {
$topicid = "$row[topic_id]";
$title = "$row[topic_title]";
$forumid = "$row[forum_id]";
$replies = "$row[topic_replies]";

echo "- <a title=\"$title\" href=\"$url/viewtopic.php?t=$topicid&sid=$forumid\">$title</a> (<i>$replies</i>)<br>";

}
?>



46
kesikkafa
Why a moderator cant edit News?
  • 2005/2/7 16:07

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


how can i make this option avalable for moderators?



47
kesikkafa
blogs are not vissible for unregistered users
  • 2005/2/6 22:16

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


i can't make them visible for them.. how can i do this?

and second question.. i made some changes on theme.html in template directory (i e fiblack) but i cant see the changes on my home page.is it normal?




TopTop
« 1 2 3 4 (5)



Login

Who's Online

151 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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