eccajune
Forum Replies Created
-
Forum: Plugins
In reply to: [N-Media MailChimp Subscription] Why can't i see subscribers in mailchimpVersion 3.2.4
The only thing displayed is the text: Find a listing
ps. I tried to switch themes to twenty ten and twenty eleven, but it didden’t work
I tried to switch off all my plugins except BD,
also i tried to switch to different themes, but it dosen’t seem to solve the problem =/I am running Version 2.1.5.2 of BD
There is some empty space on the left of the business name title i can’t get rid of =/
But what about the tag links?
How did you get the business name (in your case “zone”) to appear correctly without the space? ??
Also there is an unnecessary space i need to remove.
Maybe it is edited in the same files, as where the business link tags are?
When you view a specific listing, there is a space between the h2 and the business name.I am not completely sure which files to edit.
Forum: Plugins
In reply to: [Link Directory Plugin] URL outputI can see that processing.php maybe cotains some sort of code, with url options:
$splitPath = explode ('/', $parsedURL['path']); $str = get_option("siteurl")."/".$splitPath[2] ."/?".(!isset($_GET['page_id'])?"page_id=".$post->ID."&":"")."linkdir=".$type.(!empty($id)?"&_id=".$id:""); //default url //?post_id=2&linkdir=cat&_id=2&page_id=2#linkdir //seo url //?post_id=2&linkdir=cat&_id=2#linkdir foreach($_GET as $key => $val){ if($key!="linkdir"&&$key!="_id"&&$key!="_page"){ $str .= "&".urlencode($key)."=".urlencode($val); } } return $str.(!empty($page)?"&_page=".$page:"")."#linkdir"; }
But i dont know how or if it’s possible to change the urls anywhere on the site or in the code or htaccess with mod_rewrite