Search Results for 'test'
-
Search Results
-
Topic: Plugins SVN Problem
There appears to be a problem with the SVN for plugins.
I’ve had a user who downloaded the latest version of Avatar Upload, only to find the contents of sub-folders to be empty — even though the files are present in the repository when I browsed source in Trac (in both the Trunk AND latest Tag). Somehow they are missing in the automated ZIP download.
The file structure is:
trunk/ (and also 'tags/0.7/')
additional-files/
avatars/ (contents missing in the ZIP)
my-templates/ (ditto)
.Is this a one-off blip or is it a bug? Either way, can it be fixed?
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Hi all, I’m not able to get bbPress working. [Firefox, IE, Safari, Opera] can’t show the pages linked from the index page. I’m testing bbPress for use in a University setting.
The site is here: http://www2.csulb.edu/misc/sandbox/board/
A test installation.
Things you might need to know before giving me a solution:
PHP 4.4.1, MySQL 5
Apache 1.3.3.7
The directory it is residing in is a virtual directory.
mod_rewrite is enabled
I tried both true/false for $bb->mod_rewrite
What else do you need to know? Please help.
Topic: BBPRESS on my USB webserver!
Hello,
I have this nifty USB Webserver (which I can run on the computer too from hard disk), to try out forums, blogs, and more.
Now I stumbled across this BBPRESS, and this looked exactly like the thing I need!
However! for some reason I can’t install it, and I have been searching through the forums allready, but i don’t have a lot of time today to search through the forums for hours.
So here’s my problem, I get the dreafull “can’t select DB” error.
I have no password on my mysql, as its just an standallone webserver which only I, the one behind this laptop, can access, and so it does not require a password.
To access my webserver by a browser, I type in “http://localhost:8080”, it uses port 8080 to make sure it doesn’t conflict with 80.
Anyways, i’ve read a lot of sollutions on how to correct the problem, but for some reason I just can’t seem to solve this! maybe i’m wanting to go too fast, or perhaps I just overlook one tiny thing.
But its getting a little annoying after a few hours.
So that’s why I need help.
This is the first part of config.php which I needed to fill in.
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘bbpress’); // The name of the database
define(‘BBDB_USER’, ‘root’); // Your MySQL username
define(‘BBDB_PASSWORD’, ”); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// The full URL of your bbPress install
$bb->uri = ‘http://localhost:8080/bbpress’;
// What are you going to call me?
$bb->name = ‘Test website’;
// This must be set before you run the install script.
$bb->admin_email = ‘enigmatic@live.nl’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = 0;
So with “define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value”, I allready changed it a few times to “bbpress.localhost” or “localost.bbpress” as said in another topic, I tried a lot of things, but to no avail.
I seriously need help, before i’m going to cry :'(
I kid I kid, but help is apreciated.
Just installed, forum linked w/WP. Seems okay.
From the forum I can login and get ADmin link. It works, taking me to Dashboard.
However, on Dashboard main page, the menu links for Dashboard, Users, Presentation, etc. have incorrect address.
Blog is at http://192.168.1.29/blogs.test
Forum is at http://192.168.1.29/blogs/test/forums
config.php has $bb_domain = “http://192.168.1.29/blogs/test/forums”
and $bb_path=”/forums/”
On the forum the “Admin” link is “http://192.168.1.29/blogs/test/forums/bb-admin” and works properly. Once there, its “self-link” has been changed to “http://192.168.1.29/blogs/test/forums/bb-admin” and, of course, doesn’t work. The other links have also removed the “/blogs/test” part of the $bbdomain variable content.
Any ideas?
Topic: css help
i hate asking this because i thought i was pretty good with css but i must swallow my pride
could you guys help me figure out why IE is dropping the “Latest Discussions” part below the “Top Posters” sidebar? it works in Firefox!!
http://www.manonfire.cc/sk6ers/
here’s the css:
http://www.manonfire.cc/sk6ers/bb-templates/superbold/style.css
Topic: super beginner :)
Hello everyone,
I know a bit about html (but that is not necessary here I guess :p) but nothing about css & php..
I managed to install bbpress on my website.. I am integrating the forum with Iframes on my website.
now I would like to have a very cleen and simple forum
– no hot tags
– not a big header
– the forums on top & the latest discussions on the bottom
the theme I think leans the most to my needs is Superbold for bbPress1 by Refueled (looking at styles). So I’m thinking I could start by editing this theme?
as you can see I need a little help,
I have dreamweaver to edit things.
can someone help me and say me how to start or what is the best thing to do?
Topic: Plugin: List Bookmarks
A lot of bbPress forums have taken advantage of easy user integration with WordPress. The next step to integrating a WordPress blog and bbPress Forum is to create a bbPress Theme to match your WordPress Theme. bbPress doesn’t ship with built-in support for a sidebar, although I found it trivial to add this with a small plugin. What I really missed was a lightweight way to access WordPress’ wp_list_bookmarks Template Tag function, which lets you display your WordPress Blogroll links.
To add this functionality, I wrote this bbPress List Bookmarks plugin. To install this plugin, download the zip and unzip it to your bbPress server under your /my-plugins folder. The zip should extract to a folder named “list_bookmarks”, so the location of these files should be /my-plugins/list_bookmarks. Then, in your bbPress theme, add a wp_list_bookmarks Template Tag with whatever parameters you want (just like you would when editing a WordPress Theme). You shouldn’t need to hack any of the plugin files to get this to work, although of course you’ll have to edit your bbPress Theme to take advantage of this plugin.
This plugin should work whether or not these WordPress tables are located in the same database as your bbPress tables, as long as your WordPress tables are located in the same database as your integrated user tables.
I’ve tested this plugin on my site, which currently uses bbPress v0.8.2.1 and WordPress v2.2.1. If you use WordPress 2.0 or earlier and you want to use this plugin, you should probably upgrade your WordPress first as wp_list_bookmarks is a new function introduced in WordPress v2.1. I don’t think it should matter what version of bbPress you use.
This plugin ships with a database class called bbwpdb.php that lets us access the WordPress database tables. The bbwpdb.php file is basically a clone of the bbPress /bb-includes/db.php file, edited to let us retrieve WordPress tables. The remaining files are simply three WordPress PHP pages needed (wp-admin/admin-db.php, wp-includes/bookmark-templates.php, and wp-includes/bookmark.php), with slight edits to make it use the bbwpdb database class, instead of the WordPress or bbPress database class. The last file (list_bookmarks.php) just glues everything together.